| 12345678910111213141516171819 |
- @import "../../../setclient/modules/address/head.scss";
- .stepper {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- background-color: #F4F5F7 !important;
- border: 0 !important;
- width: 350rpx !important;
- font-size: 28rpx;
- .ste {
- margin: 0 5rpx;
- }
- .back {
- background-color: #fff !important;
- }
- }
|