You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
997 B

1 year ago
/* solid */
.uni-numbox.data-v-15947278 {
display: flex;
flex-direction: row;
border-radius: 1000rpx;
padding: 4rpx;
border: 1px solid #f2f2f2;
}
.uni-numbox__value.data-v-15947278 {
width: 80rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
font-size: 32rpx;
}
.uni-numbox__minus.data-v-15947278 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 60rpx;
height: 60rpx;
color: #333;
background-color: #f2f2f2;
border-radius: 1000rpx;
border-right-width: 0;
}
.uni-numbox__plus.data-v-15947278 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 60rpx;
height: 60rpx;
border-radius: 1000rpx;
background-color: #f2f2f2;
}
.uni-numbox--text.data-v-15947278 {
font-size: 32rpx;
color: #333;
}
.uni-numbox--disabled.data-v-15947278 {
color: #B8B8B8;
}