/*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; */
|
}
|
|
.head_img {
|
width: 49px;
|
height: 49px;
|
margin-top: 15px;
|
border-radius: 50%;
|
}
|
.personal_message_txt {
|
position: absolute;
|
top: 15px;
|
left: 72px;
|
}
|
.doctor_name_txt {
|
|
font-size: 12px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
}
|
.profession_txt {
|
float: left;
|
margin: 1px 0;
|
|
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;
|
}
|
.black_txt {
|
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
}
|
.green_txt {
|
font-size: 15px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.inquiry_btn {
|
width: 123px;
|
height: 145px;
|
text-align: center;
|
float: left;
|
background: url(../../img/background1.png) no-repeat;
|
}
|
.head_title_txt {
|
line-height: 32px;
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #FFFFFF;
|
-webkit-text-fill-color: #FFFFFF;
|
}
|
.money_txt {
|
line-height: 70px;
|
|
font-size: 14px;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #FA4169;
|
-webkit-text-fill-color: #FA4169;
|
}
|
.money_txt1 {
|
line-height: 70px;
|
|
font-size: 14px;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #8D56E6;
|
-webkit-text-fill-color: #8D56E6;
|
}
|
.money_txt2 {
|
line-height: 70px;
|
|
font-size: 14px;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.money_txt span,.money_txt1 span,.money_txt2 span {
|
font-size: 30px;
|
}
|
.foot_txt {
|
position: relative;
|
bottom: -1px;
|
|
font-size: 10px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #9393AA;
|
-webkit-text-fill-color: #9393AA;
|
}
|
.title_txt {
|
padding-left: 16px;
|
padding-bottom: 10px;
|
|
font-size: 16px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
}
|
.dot_txt {
|
float: left;
|
margin: 6px 0;
|
margin-left: 16px;
|
|
width: 8px;
|
height: 8px;
|
border-radius: 50%;
|
background: black;
|
}
|
.explain_txt {
|
float: left;
|
margin-left: 13px;
|
margin-right: 16px;
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
line-height: 20px;
|
}
|
.confirm_button {
|
width: 123px;
|
height: 41px;
|
background: #21D197;
|
border-radius: 12px;
|
margin: 27px 0;
|
margin-right: 16px;
|
}
|
.sum_txt {
|
|
font-size: 20px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
}
|
.sum_num_txt {
|
color: #F85173;
|
-webkit-text-fill-color: #F85173;
|
}
|
.talk_time_txt {
|
width: 81px;
|
height: 45px;
|
background: #EFEFEF;
|
border-radius: 3px;
|
float: left;
|
margin-left: 6px;
|
text-align: center;
|
|
font-size: 12px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #9393AA;
|
-webkit-text-fill-color: #9393AA;
|
}
|
.talk_time_txt_sel {
|
width: 81px;
|
height: 45px;
|
background: #EFEFEF;
|
border-radius: 3px;
|
float: left;
|
margin-left: 6px;
|
text-align: center;
|
|
font-size: 12px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #21D197;
|
-webkit-text-fill-color: #21D197;
|
}
|
.explain_txt1 {
|
float: left;
|
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #2D354C;
|
-webkit-text-fill-color: #2D354C;
|
line-height: 20px;
|
}
|