.top_title {
height: 68px;
background: white;
padding-left: 15px;
}
.notice {
font-size: 12px;
color: #888;
padding: 15px 15px 0px 15px;
background: white;
}
.top_title view:first-child {
font-size: 22px;
color: #333333;
font-weight: 555;
line-height: 22px;
margin-top: 13px;
display: inline-block;
}
.top_title view:last-child {
font-size: 14px;
color: #888888;
margin-top: 3px;
display: inline-block;
margin-left: 20px;
}
/* section */
.section {
background: white;
margin-top: 10px;
width: 100%;
overflow: hidden
}
/* 检查内容 */
report-info-bg {
border-top: solid 1rpx #d3d6d0;
border-bottom: solid 1rpx #d3d6d0;
background: white;
}
.report-info-box {
display: flex;
flex-wrap: wrap;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
}
.report-info-item {
min-width: 50%;
min-height: 30px;
font: lighter;
font-size: 14px;
color: #888888;
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.report-info-text-title {
margin-left:5px;
font-size: 14px;
color: #333333;
}
/* 健康检查 体重 */
.health_exam {
height: 84px;
width: 33%;
background: white;
display: inline-block;
overflow: hidden;
}
.health_exam_detail {
margin-top: 18px;
font-size: 22px;
color: #333333;
width: 100%;
text-align: center;
}
.health_exam_item {
font-size: 12px;
color: #888888;
line-height: 14px;
width: 100%;
text-align: center;
}
/* 病史 */
.medical_history {
min-height: 44px;
width: 100%;
font-size: 14px;
/* display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start; */
padding-left: 15px;
clear: both;
}
.medical_history_title {
float: left;
width: 66px;
color: #333333;
margin-top: 13px;
}
.medical_history_content {
float: left;
width: calc(100% - 85px);
color: #888888;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
margin-top: 13px;
}
.medical_history_last {
color: #6BB56E;
}
.previous_history {
min-height: 44px;
border-bottom: 0.5px #E8E9DE solid;
width: calc(100% - 30px);
margin-left: 15px;
margin-right: 15px;
}
.previous_history_title {
font-size: 14px;
width: 75px;
display: inline-block;
margin-top: 10px;
}
.previous_history text {
font-size: 14px;
color: #888888;
line-height: 22px;
}
.section_title {
height: 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
border-bottom: 1px #E8E9DE solid;
}
.section_title view {
background: #F4879B;
width: 4px;
height: 18px;
}
.section_title text {
font-size: 14px;
color: #333333;
margin-left: 14px;
}
.suggestion {
font-size: 14px;
color: #888888;
line-height: 22px;
padding:10px 15px 10px 15px;
}
.report-item-title {
width: 100%;
height: 35px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.report-item-title-dot {
width: 6px;
height: 6px;
background: #F4879B;
border-radius: 3px;
display: inline-block;
}
.report-item-title-text {
font-size: 14px;
color: #333333;
}