index.wxss 419 B

12345678910111213141516171819202122232425
  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. }
  22. .sg-table-column {
  23. width: 25%;
  24. text-align: center;
  25. }