numberBox.wxss 348 B

12345678910111213141516171819
  1. .numberBox{
  2. margin-left: auto;
  3. }
  4. .numberBox .number{
  5. height: 36rpx;
  6. background: #f7f7f7;
  7. border-radius: 8rpx;
  8. font-size: 26rpx;
  9. font-weight: bold;
  10. color: #161719;
  11. min-width: 36rpx;
  12. margin: 0 8rpx;
  13. }
  14. .numberBox .number .input{
  15. max-width: 60rpx;
  16. text-align: center;
  17. width: auto;
  18. padding: 0 8rpx;
  19. }