12345678910111213141516171819 |
- @import "../../../../static/common-head.scss";
- .count {
- font-size: 30rpx !important;
- }
- .stepper {
- background-color: #F4F5F7 !important;
- border: 0 !important;
- width: 340rpx !important;
- .ste {
- margin: 0 10rpx;
- }
- .back{
- background-color: #fff !important;
- }
- }
|