164 lines
2.7 KiB
Plaintext
164 lines
2.7 KiB
Plaintext
/* pages/allotDoctor/allotDoctor.wxss */
|
|
.dongtu {
|
|
width: 750rpx;
|
|
margin: 172rpx auto 0;
|
|
height: 850rpx;
|
|
}
|
|
.item {
|
|
display: inline-block;
|
|
color: #333;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
}
|
|
.tips {
|
|
width: 420rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
margin: -100rpx auto 0;
|
|
}
|
|
.counttime {
|
|
position: absolute;
|
|
top: 202rpx;
|
|
right: 30rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
height: 48rpx;
|
|
background: #F8F8F8;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 24rpx;
|
|
border: 1rpx solid #CCCCCC;
|
|
}
|
|
.infobox {
|
|
width:100%;
|
|
bottom: 0;
|
|
position: absolute;
|
|
z-index: 1;
|
|
box-sizing: border-box;
|
|
padding: 40rpx 20rpx 40rpx;
|
|
background: #FFF5E0;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.namebox .head {
|
|
flex-shrink: 0;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
|
|
|
|
.namebox {
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.namewraper {
|
|
flex: 1;
|
|
max-width:420rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.namebox .row {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.namebox {
|
|
display: flex;
|
|
align-items:center;
|
|
justify-content: space-between;
|
|
}
|
|
.namewraper .row{
|
|
margin-left: 20rpx;
|
|
}
|
|
.namebox .name {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
max-width:300rpx;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.position {
|
|
font-size: 30rpx;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.hospital {
|
|
margin-left: 20rpx;
|
|
margin-top: 12rpx;
|
|
color: #333333;
|
|
font-size: 30rpx;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
}
|
|
.doctor_title{
|
|
margin-right: 10rpx;
|
|
}
|
|
.type {
|
|
height: 32rpx;
|
|
display: flex;
|
|
margin-bottom: 6rpx;
|
|
line-height: 32rpx;
|
|
white-space: nowrap;
|
|
align-items: center;
|
|
margin-left: 18rpx;
|
|
padding: 0rpx 6rpx;
|
|
background: #ED9C00;
|
|
border-radius: 4rpx;
|
|
color: #FFFFFF;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.namebox .position {
|
|
font-weight: normal;
|
|
white-space: nowrap;
|
|
margin-left: 15rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.guanzhu {
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
height: 60rpx;
|
|
white-space: nowrap;
|
|
color: #3CC7C0;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
.namebox .guanzhu image {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
}
|
|
.orderDetail {
|
|
bottom: 160rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
position: absolute;
|
|
width: 360rpx;
|
|
height: 70rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 10rpx;
|
|
border: 2rpx solid #353535;
|
|
font-size: 32rpx;
|
|
color: #353535;
|
|
} |