page {
background-color: white;
}
.report-header-title {
width: 100%;
font-size: 17px;
color: #ee7289;
margin-top: 25px;
font-weight: bold;
text-align: center;
}
.report-header-time {
font-size: 11px;
color: #858585;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 7px;
font-weight: normal;
text-align: right;
}
.report-info-bg {
border-top: solid 1rpx #d3d6d0;
border-bottom: solid 1rpx #d3d6d0;
/*align-items: center;*/
}
.report-info-text-title {
margin-left:5px;
}
.report-info-box {
display: flex;
flex-wrap: wrap;
margin-left: 15px;
margin-right: 15px;
}
.report-header-item {
width: 50%;
height: 35px;
font-weight: normal;
color: #5e5e5e;
font-size: 13px;
line-height: 35px;
border-bottom: solid 1rpx #e8eae5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.report-header-item:last-child {
border-bottom:none;
width: 100%;
}
.report-title {
font: medium;
color: #5e5e5e;
font-size: 14px;
height: 50px;
width: 100%;
text-align: center;
line-height: 50px;
}
.report-info-item {
width: 50%;
height: 35px;
font: lighter;
color: #5e5e5e;
font-size: 12px;
line-height: 35px;
border-bottom: solid 1rpx #e8eae5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.noneBorder {
border-bottom: none;
}