@@ -3183,12 +3183,13 @@ | |||||
margin: 20rpx 0 0 0; | margin: 20rpx 0 0 0; | ||||
display: flex; | display: flex; | ||||
justify-content: center; | justify-content: center; | ||||
align-items: center; | |||||
border: 1rpx solid #999; | border: 1rpx solid #999; | ||||
.mitems { | .mitems { | ||||
flex-shrink: 0; | flex-shrink: 0; | ||||
width: 50rpx; | |||||
height: 50rpx; | |||||
width: 70rpx; | |||||
height: 70rpx; | |||||
background-color: #F2F2F2; | background-color: #F2F2F2; | ||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
@@ -3197,7 +3198,6 @@ | |||||
.input { | .input { | ||||
width: 100rpx; | width: 100rpx; | ||||
height: 47rpx; | |||||
font-size: 32rpx; | font-size: 32rpx; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||