.check_result_main {
background: #fff;
}
.check_result_text {
width: 100%;
background: #eee;
font-family: PingFangSC-Regular;
font-size: 12px;
color: #999;
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
}
.check_result_doctoe_line {
display: flex;
padding-left: 10px;
width: 100%;
padding-top: 10px;
}
.check_result_doctoe_line1 {
display: flex;
width: 70%;
}
.docotr_name {
font-family: PingFangSC-Regular;
font-size: 15px;
color: #333;
}
.docotr_type {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888;
margin-left: 3px;
}
.check_result_time {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888;
width: 30%;
text-align: right;
margin-right: 20px;
}
.check_diagnosis {
background: #f9fffa;
border: 1px solid #cee2d5;
border-radius: 4px;
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
min-height: 30px;
margin-top: 10px;
padding-bottom: 8px;
}
.check_diagnosis_name {
font-family: PingFangSC-Regular;
font-size: 15px;
margin-left: 10px;
margin-top: 5px;
color: #222;
width: 100%;
}
.icon_more {
width: 10px;
height: 10px;
float: right;
margin-right: 10px;
margin-top: 13px;
}
.check_diagnosis_content_1_line {
font-family: PingFangSC-Regular;
font-size: 13px;
color: #666;
margin-left: 10px;
padding-right: 10px;
line-height: 20px;
width: calc(100% - 20px);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.check_diagnosis_content_lines{
font-family: PingFangSC-Regular;
font-size: 13px;
color: #666;
margin-left: 10px;
padding-right: 10px;
width: calc(100% - 20px);
}
.high_risk_bg {
background: #e36767;
border-radius: 4px;
font-family: PingFangSC-Regular;
font-size: 13px;
color: #fff;
text-align: center;
margin-right: 10px;
width: 40px;
height: 20px;
}