index.scss 368 B

12345678910111213141516171819
  1. @import "../../../setclient/modules/address/head.scss";
  2. .stepper {
  3. display: flex;
  4. align-items: center;
  5. justify-content: flex-end;
  6. background-color: #F4F5F7 !important;
  7. border: 0 !important;
  8. width: 350rpx !important;
  9. font-size: 28rpx;
  10. .ste {
  11. margin: 0 5rpx;
  12. }
  13. .back {
  14. background-color: #fff !important;
  15. }
  16. }