123456789101112131415161718192021 |
- /* pages/order/index.wxss */
- .sg-search-box {
- background: white;
- }
- .sg-search-box .sg-left {
- margin-right: 30rpx;
- }
- .sg-tabs {
- justify-content: space-around;
- }
- .sg-tabs .sg-tab {
- padding-bottom: 15rpx;
- box-sizing: border-box;
- border-bottom: 2px solid white;
- }
- .sg-container .sg-tabs {
- padding-bottom: 15rpx;
- }
- .sg-list-box {
- margin-top: 200rpx;
- }
|