/*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: 10px; margin-bottom: 15px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.11); } .team_name { font-size: 15px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2D354C; -webkit-text-fill-color: #2D354C; } .specialty_txt { margin-top: 16px; font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AA; -webkit-text-fill-color: #9393AA; } .txt1 { font-size: 15px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2D354C; -webkit-text-fill-color: #2D354C; } .patient_count { font-size: 15px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #21D197; -webkit-text-fill-color: #21D197; } .introduction_txt { margin: 16px 0; font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AA; -webkit-text-fill-color: #9393AA; } .title_txt { margin-left: 14px; font-size: 15px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2D354C; -webkit-text-fill-color: #2D354C; } .head_img1 { width: 88px; height: 88px; border-radius: 24px; margin-right: 16px; margin-top: 15px; } .doctor_name { font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #2D354C; -webkit-text-fill-color: #2D354C; } .doctor_message { margin-top: 8px; font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AC; -webkit-text-fill-color: #9393AA; } .btn_area { margin-top: 45px; height: 96px; width: 100%; background: #FFFFFF; } .consult_btn { width: -webkit-fill-available; height: 50px; background: #21D197; border-radius: 12px; margin: 0 110px; margin-top: 12px; margin-bottom: 34px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; -webkit-text-fill-color: #FFFFFF; }