index.scss 271 B

12345678910111213141516171819
  1. @import "../../../../static/common-head.scss";
  2. .count {
  3. font-size: 30rpx !important;
  4. }
  5. .stepper {
  6. background-color: #F4F5F7 !important;
  7. border: 0 !important;
  8. width: 340rpx !important;
  9. .ste {
  10. margin: 0 10rpx;
  11. }
  12. .back{
  13. background-color: #fff !important;
  14. }
  15. }