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.
66 lines
1.5 KiB
66 lines
1.5 KiB
.patientInfoSure.data-v-2786e03c {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.patientInfoSure .content.data-v-2786e03c {
|
|
padding: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.patientInfoSure .content .content-text.data-v-2786e03c {
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-size: 40rpx;
|
|
}
|
|
.patientInfoSure .content .buttons.data-v-2786e03c {
|
|
margin-top: 20rpx;
|
|
}
|
|
.patientInfoSure .content .buttons text.data-v-2786e03c {
|
|
border: 1px solid #ccc;
|
|
display: block;
|
|
padding: 20rpx 0;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
width: 80vw;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.patientInfoSure .content .notext.data-v-2786e03c {
|
|
color: red;
|
|
text-align: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
.patientInfoSure .buttons-check.data-v-2786e03c {
|
|
width: 90%;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
background-color: #1e79ff;
|
|
color: #fff;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
left: 50%;
|
|
border-radius: 20rpx;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.patientInfoSure .finish.data-v-2786e03c,
|
|
.patientInfoSure .start.data-v-2786e03c {
|
|
position: fixed;
|
|
bottom: 5px;
|
|
left: 50%;
|
|
width: 120px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.patientInfoSure .finish.data-v-2786e03c {
|
|
background-color: red;
|
|
}
|
|
.patientInfoSure .start.data-v-2786e03c {
|
|
background-color: #1e79ff;
|
|
}
|
|
|