/*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; */ } .top_img { width: 112px; height: 112px; margin-left: 132px; border-radius: 12px; } .top_img_right { width: 112px; height: 112px; float: left; /* position: relative; margin-right: -60px; */ border-radius: 12px; } .title_txt { text-align: center; margin-top: 34px; height: 20px; line-height: 20px; font-size: 17px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2D354C; -webkit-text-fill-color: #2D354C; } .progress_bar_style { margin-top: 16px; margin-left: 108px; width: 162px; height: 8px; background: #F0F0F0; border-radius: 4px; } .progress_background { width: 25%; height: 8px; background: #21D197; border-radius: 4px; } .percentage_txt { height: 14px; text-align: center; margin-top: 8px; line-height: 14px; font-size: 11px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #9393AC; -webkit-text-fill-color: #9393AC; } .z_head { height: 170px; } .z_body { margin: 16px 4%; width: 91.5%; height: 378px; border-radius: 8px; background: #FFFFFF; } .z_body_top { height: 237px; } .z_body_top_h{ height: 58px; } .z_body_title { padding: 16px; height: 18px; font-size: 16px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #2D354C; line-height: 18px; } .z_body_title1 { margin: 6px 16px 0px 16px; width: 309px; height: 25px; font-size: 11px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AC; line-height: 25px; } .z_body_top_b{ height: 92px; margin-top: 16px; } .z_body_img_left { float: left; margin-top: 1px; width: 91px; height: 90px; background: linear-gradient(90deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%); } .z_body_img_selected { float: left; margin-left: 33px; width: 92px; height: 92px; background: linear-gradient(90deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%); } .z_body_img_right { float: right; margin-top: 1px; width: 91px; height: 90px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 100%); } .z_body_top_f{ height: 64px; margin-top: 8px; } .hz_name{ text-align: center; height: 20px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #2D354C; line-height: 20px; } .hz_sex_age { height: 14px; text-align: center; margin-top: 0px; height: 20px; font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AC; line-height: 20px; } .z_body_bottom{ border-top: 1px solid #DFE9F5; height:140px; } .z_body_bottom_h{ padding: 22px; margin: 0 auto; margin-top: 16px; height: 69px; width: 69px; border-radius: 16px; border: 1px solid #E0E0E0; } .z_body_bottom_b{ margin-top: 8px; text-align: center; height: 20px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AC; line-height: 20px; } .z_body_bottom_f{ text-align: right; margin-right: 15px; height: 20px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #21D197; line-height: 20px; } /* 保存 */ .z_foot { position: relative; width: 100%; bottom: 0%; height: 96px; padding-top: 12px; margin-top: 54px; background: #FFFFFF; } .z_foot_next { height: 50px; margin: 13px 110px 0px 110px; text-align: center; border: 1px solid #21D197; opacity: 1; border-radius: 12px; background: #21D197; line-height: 50px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; } .patient_message { display: flex; overflow: auto; } .patient_portrait { width: 92px; height: 92px; border-radius: 12px; } .patient_name_txt { font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #2D354C; -webkit-text-fill-color: #2D354C; } .patient_message_txt { font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #9393AC; -webkit-text-fill-color: #9393AC; }