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