index.wxss 362 B

123456789101112131415161718192021
  1. /* pages/order/index.wxss */
  2. .sg-search-box {
  3. background: white;
  4. }
  5. .sg-search-box .sg-left {
  6. margin-right: 30rpx;
  7. }
  8. .sg-tabs {
  9. justify-content: space-around;
  10. }
  11. .sg-tabs .sg-tab {
  12. padding-bottom: 15rpx;
  13. box-sizing: border-box;
  14. border-bottom: 2px solid white;
  15. }
  16. .sg-container .sg-tabs {
  17. padding-bottom: 15rpx;
  18. }
  19. .sg-list-box {
  20. margin-top: 200rpx;
  21. }