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.6 KiB
70 lines
1.6 KiB
9 months ago
|
.life .content.data-v-2c6b91b8 {
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.life .patientinfo-father.data-v-2c6b91b8 {
|
||
|
background-color: #e8f5ff;
|
||
|
padding: 10px;
|
||
|
margin: 10px;
|
||
|
}
|
||
|
.life .patientInfo .patient-text.data-v-2c6b91b8,
|
||
|
.life .patientInfo1 .patient-text.data-v-2c6b91b8,
|
||
|
.life .patientInfo2 .patient-text.data-v-2c6b91b8 {
|
||
|
padding-right: 20rpx;
|
||
|
}
|
||
|
.life .patientInfo .patient-text text.data-v-2c6b91b8,
|
||
|
.life .patientInfo1 .patient-text text.data-v-2c6b91b8,
|
||
|
.life .patientInfo2 .patient-text text.data-v-2c6b91b8 {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
.life .form-tw.data-v-2c6b91b8,
|
||
|
.life .form-mb.data-v-2c6b91b8 {
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
.life .form.data-v-2c6b91b8 {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 20rpx 0;
|
||
|
border-bottom: 1rpx solid #F2F2F2;
|
||
|
}
|
||
|
.life .form .form-text.data-v-2c6b91b8 {
|
||
|
display: inline-block;
|
||
|
width: 90rpx;
|
||
|
}
|
||
|
.life .form input.data-v-2c6b91b8 {
|
||
|
text-align: right;
|
||
|
padding-right: 14rpx;
|
||
|
width: 105rpx;
|
||
|
}
|
||
|
.life .form .uni-list-cell.data-v-2c6b91b8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-left: 32rpx;
|
||
|
}
|
||
|
.life .form .xia-input.data-v-2c6b91b8 {
|
||
|
width: 140rpx;
|
||
|
}
|
||
|
.life .form .tw.data-v-2c6b91b8,
|
||
|
.life .form .xy.data-v-2c6b91b8,
|
||
|
.life .form .mb.data-v-2c6b91b8,
|
||
|
.life .form .hx.data-v-2c6b91b8 {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.life .buttons.data-v-2c6b91b8 {
|
||
|
width: 90%;
|
||
|
height: 88rpx;
|
||
|
line-height: 88rpx;
|
||
|
background-color: #1e79ff;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
position: fixed;
|
||
|
bottom: 30rpx;
|
||
|
left: 50%;
|
||
|
border-radius: 20rpx;
|
||
|
-webkit-transform: translateX(-50%);
|
||
|
transform: translateX(-50%);
|
||
|
}
|
||
|
|