user.scss 318 B

12345678910111213141516171819202122
  1. .order-status{
  2. padding-left: 20rpx!important;
  3. padding-right: 20rpx!important;
  4. .status-wrap{
  5. }
  6. .cell{
  7. padding-left: 20rpx!important;
  8. padding-right: 20rpx!important;
  9. border-bottom: 1rpx solid #eee!important;
  10. }
  11. .cell_charge{
  12. }
  13. .cell-left{
  14. .cell-text{
  15. // margin-left: 10rpx!important;
  16. }
  17. }
  18. }