/*720代表设计师给的设计稿的宽度,你的设计稿是多少,就写多少;100代表换算比例,这里写100是
|
为了以后好算,比如,你测量的一个宽度是100px,就可以写为1rem,以及1px=0.01rem等等*/
|
/* *{touch-action: none;} */
|
.mui-card {
|
margin: 0px;
|
border-radius: 8px;
|
box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04);
|
}
|
.right_area {
|
float: right;
|
}
|
|
.left_area {
|
float: left;
|
}
|
|
.z_menu_btn_row {
|
height: 54px;
|
line-height: 54px;
|
background-color: #fff;
|
padding: 0 16px;
|
border-bottom: 1px solid #F0F0F0;
|
box-sizing: border-box;
|
|
font-size: 15px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 400;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
|
.z_menu_btn_row:first-child {
|
border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem;
|
}
|
.z_menu_btn_row:last-child {
|
border-bottom-left-radius: 0.2rem; border-bottom-right-radius: 0.2rem;
|
border-bottom: 0px;
|
}
|
|
.z_menu_btn_row:active {
|
/* background-color: #D8D8D8; */
|
}
|
#absorption_row {
|
height: 81px;
|
position: absolute;
|
z-index: 100;
|
width: 100%;
|
background-color: rgb(255, 255, 255);
|
}
|
.absorption_row_avatar {
|
height: 49px;
|
width: 49px;
|
margin: 14px 0;
|
border-radius: 50%;
|
}
|
.row_title_txt {
|
|
font-size: 11px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AA;
|
-webkit-text-fill-color: #9393AA;
|
}
|
.row_count_txt {
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
.doctor_name_txt {
|
|
font-size: 12px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
.doctor_message_txt {
|
|
font-size: 11px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AA;
|
-webkit-text-fill-color: #9393AA;
|
}
|
.hospital_name_txt {
|
|
font-size: 11px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #1E1F20;
|
-webkit-text-fill-color: #1E1F20;
|
}
|
.head_portrait {
|
height: 49px;
|
width: 49px;
|
margin-top: 16px;
|
border-radius: 50%;
|
}
|
.txt1 {
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
#txt1_font {
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.txt2 {
|
|
font-size: 11px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.title_txt {
|
margin-top: 16px;
|
margin-left: 16px;
|
|
font-size: 16px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
.team_name_txt {
|
margin-left: 12px;
|
|
font-size: 15px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
.sc_txt {
|
|
font-size: 13px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AA;
|
-webkit-text-fill-color: #9393AA;
|
}
|
.sc_txt1 {
|
|
font-size: 13px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #1E1F20;
|
-webkit-text-fill-color: #1E1F20;
|
}
|
.check_more_txt {
|
|
font-size: 13px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.sc_txt_side {
|
margin: 16px 0;
|
height: 58px;
|
display: -webkit-box;
|
overflow: hidden;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 3;
|
text-overflow: ellipsis;
|
}
|
.card_hospital_name_txt {
|
margin-bottom: 4px;
|
|
font-size: 15px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #363F4D;
|
-webkit-text-fill-color: #363F4D;
|
}
|
.card_department_name_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AC;
|
-webkit-text-fill-color: #9393AC;
|
}
|
.card_stop_time_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #F85173;
|
-webkit-text-fill-color: #F85173;
|
}
|
.card_appointment_txt {
|
margin-bottom: 10px;
|
|
font-size: 17px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
-webkit-text-fill-color: #FFFFFF;
|
}
|
.card_appointment_txt1 {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #FFFFFF;
|
-webkit-text-fill-color: #FFFFFF;
|
}
|
.tr_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AC;
|
-webkit-text-fill-color: #9393AC;
|
}
|
.card_normal_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.bottom_btn_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|