index.scss 470 B

1234567891011121314151617181920212223242526
  1. @import "../../../setclient/modules/address/head.scss";
  2. .head .count {
  3. font-size: 24rpx;
  4. color: #666;
  5. }
  6. .stepper {
  7. width: 100vw;
  8. padding: 0 30rpx 20rpx;
  9. display: flex;
  10. align-items: center;
  11. justify-content: flex-end;
  12. background-color: #F4F5F7 !important;
  13. border: 0 !important;
  14. font-size: 28rpx;
  15. box-sizing: border-box;
  16. .ste {
  17. margin: 0 10rpx;
  18. }
  19. .back {
  20. background-color: #fff !important;
  21. }
  22. }