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.

91 lines
2.0 KiB

9 months ago
.patientList .search.data-v-f6493246 {
background: #002648;
padding: 20rpx 0;
position: fixed;
width: 100vw;
top: 128rpx;
left: 0;
z-index: 999;
}
.patientList .search .uni-input.data-v-f6493246 {
background-color: #fff;
height: 60rpx;
line-height: 60rpx;
width: 90%;
border-radius: 10rpx;
padding: 8rpx 8rpx 8rpx 20rpx;
margin: 0 auto;
}
.patientList .list.data-v-f6493246 {
margin-top: 200rpx;
height: calc(100vh - 200rpx);
}
.patientList .head.data-v-f6493246,
.patientList .li.data-v-f6493246 {
display: flex;
justify-content: space-between;
height: 90rpx;
line-height: 90rpx;
}
.patientList .head.data-v-f6493246 {
position: fixed;
z-index: 999;
width: 100vw;
top: 238rpx;
left: 0;
background: linear-gradient(180deg, #EEF8FF 0%, #CDEDFF 100%);
}
.patientList .head view.data-v-f6493246 {
width: 22%;
text-align: center;
color: #002648;
font-weight: 700;
}
.patientList .head view.data-v-f6493246:nth-child(3) {
width: 27%;
}
.patientList .head view.data-v-f6493246:nth-child(4) {
width: 34%;
}
.patientList .head .doctor-name.data-v-f6493246,
.patientList .head .shoushu-name.data-v-f6493246 {
display: flex;
align-items: center;
justify-content: center;
height: 90rpx;
line-height: 90rpx;
}
.patientList .head .doctor-icon.data-v-f6493246,
.patientList .head .shoushu-icon.data-v-f6493246 {
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
height: 90rpx;
line-height: 40rpx;
}
.patientList .li view.data-v-f6493246 {
width: 22%;
text-align: center;
}
.patientList .li view.data-v-f6493246:nth-child(3) {
width: 23%;
}
.patientList .li view.data-v-f6493246:nth-child(4) {
width: 34%;
text-align: center;
font-size: 25rpx;
line-height: 40rpx;
display: flex;
align-items: center;
justify-content: center;
}
.patientList .li.data-v-f6493246:nth-child(odd) {
background-color: #ddf2ff;
}
.patientList .webViewClass.data-v-f6493246 {
position: fixed;
z-index: -99999;
}