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.
70 lines
1.0 KiB
70 lines
1.0 KiB
/* components/detail-senior/detail-senior.wxss */ |
|
.form-item-row { |
|
width: 100%; |
|
height: 50rpx; |
|
display: flex; |
|
align-items: center; |
|
color: #838b99; |
|
} |
|
|
|
.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; |
|
} |
|
|
|
.form-input-mini { |
|
width: 60rpx; |
|
height: 34rpx; |
|
min-height: 34rpx; |
|
border: 2rpx solid #838b99; |
|
border-radius: 4rpx; |
|
text-align: center; |
|
} |
|
.pickMini{ |
|
display:inline-block; |
|
border: 1px solid gray; |
|
width:25px; |
|
height:18px; |
|
text-align: center; |
|
} |