mrr.sj.front/unpackage/dist/dev/mp-weixin/components/number-box/number-box.wxss

55 lines
1.1 KiB
Plaintext

.numberValue.data-v-15786164 {
display: flex;
gap: 12rpx;
}
.numberValue .numberValue-card.data-v-15786164 {
position: relative;
width: 140rpx;
padding-right: 40rpx;
height: 46rpx;
background: #F6F6F6;
}
.numberValue .numberValue-card .numberValue-input.data-v-15786164 {
width: 140rpx;
height: 46rpx;
background: #F6F6F6;
border-radius: 6rpx;
text-align: center !important;
font-weight: 500;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.numberValue .numberValue-card .percentage.data-v-15786164 {
position: absolute;
right: 9rpx;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 500;
font-size: 26rpx;
color: #333333;
line-height: 37rpx;
text-align: left;
font-style: normal;
}
.numberValue .fuHao.data-v-15786164 {
font-weight: 500;
font-size: 34rpx;
color: #333333;
line-height: 48rpx;
text-align: left;
font-style: normal;
}
.uni-input-placeholder.data-v-15786164 {
font-weight: 400;
font-size: 24rpx;
color: #D1CCCC;
line-height: 33rpx;
text-align: center;
font-style: normal;
}