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.
 

44 lines
651 B

/* components/detail-basis/datail-basis.wxss */
.table-box{
padding: 20rpx;
min-height: 192rpx;
box-sizing: border-box;
}
.table-title {
line-height: 50rpx;
}
.table-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.form-input {
width: 90rpx;
min-height: 34rpx;
height: 34rpx;
background: #FFFFFF;
border: 1px solid #838B99;
border-radius: 4rpx;
text-align: center;
}
.input-back{
background-color: #DEE5F0;
}
.form-item {
display: flex;
align-items: center;
padding-top: 14rpx;
font-size: 26rpx;
color: #838B99;
}
.unit {
text-indent: 8rpx;
}
.table-column{
padding: 30rpx 0;
}