index.wxss 244 B

123456789101112
  1. /* pages/input-number/index.wxss */
  2. .input {
  3. width: 120rpx !important;
  4. border-color: transparent !important;
  5. }
  6. .sub,
  7. .add {
  8. width: 52rpx !important;
  9. border: 2rpx solid #ececec !important;
  10. border-radius: 10rpx !important;
  11. }