/**reportDuringPregnancy.wxss 孕期报告**/
/*------------------顶部布局 start-------------------*/
/*进入孕期健康评级入口*/
.top__tohealth{
background: white;
}
.top__tohealth__title{
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
text-align: center;
font: bold;
font-size: 15px;
}
/*-------- 当前孕周 产检次数 下次产检还有多少天 的布局 start */
.infoBar {
width: 100%;
height: 50px;
margin-top: 4rpx
}
.infoView {
text-align: center;
width: 33.3%;
height: 50px;
display:inline-block;
box-sizing: border-box;
position: relative;
background-color: white;
}
.lineView {
width: 100%;
border-left: solid #d8dbd4 1rpx;
position: absolute;
top: 10px;
bottom: 10px;
}
.titleText {
margin-top: 11px;
display:block;
font: 10px normal;
color: #858585;
}
.bottomText {
font: bold;
font-size: 12px;
display:block;
margin-top: 0rpx;
color: #858585;
/*background: #4ec18f*/
}
/*-------- 当前孕周 产检次数 下次产检还有多少天 的布局 end */
/*------------------顶部布局 end-------------------*/
.report-line {
background: #d8dbd4;
height: 1px;
width: 200%;
-webkit-transform: scale(0.5);
margin-left: -50%;
}
/*---底层背景-----*/
.report-cell-bg {
height: 255px;
margin: 0rpx 10px 0 0rpx;
position: relative;
}
.report-cell-bg:first-child {
margin-top: 15px;
}
/*检查日期背景*/
.report-cell-date-bg {
height: 30px;
width: 104px;
position: relative;
margin-left: 20px;
}
/*日期文字*/
.report-cell-date {
position: absolute;
top: 0rpx;
left: 2px;
line-height: 30px;
width: 100%;
text-align: center;
color: white;
font-size: 13px;
font: medium;
}
/*白色模块*/
.report-cell-cardBg {
margin-top: 10px;
margin-right: 0rpx;
margin-left: 25px;
height: 190px;
background: white;
border-radius: 4px;
}
/*医院*/
.report-cell-hospital {
height: 45px;
}
/*孕周文字*/
.report-cell-text-week {
color: #ee7289;
font-size: 16px;
font-weight: bold;
float: left;
line-height: 45px;
margin-left: 15px;
}
/*医院文字*/
.report-cell-text-hospital {
color: #f4879b;
font-size: 11px;
font: medium;
float: right;
line-height: 45px;
margin-right: 15px;
margin-top: 2px;
}
/*检查项目*/
.report-cell-reportInfo {
height: 35px;
margin-left: 15px;
margin-right: 15px;
}
.report-cell-reportInfo-item {
height: 35px;
width: 50%;
float: right;
margin-top: 0;
}
/*报告项目文字*/
.report-cell-reportInfo-itemText {
color:#5e5e5e;
font-size: 12px;
font: normal;
line-height: 35px;
}
/*报告数据文字*/
.report-cell-reportInfo-itemData {
color:#5e5e5e;
font-size: 12px;
line-height: 35px;
}
.report-cell-reportInfo-item:first-child {
float: left;
}
/*查看详情*/
.report-cell-details {
height: 40px;
/*border-top: 1rpx #d8dbd4 solid;*/
}
/*左侧线条*/
.left-line-bg {
position: absolute;
top: 11px;
left: 0px;
bottom: 0px;
width: 10px;
border-right: solid #da5870 1.5px;
}
.left-line-circle {
width: 9px;
height: 9px;
border-radius: 4.5px;
background-color: #da5870;
left:5.5px;
top: 11px;
position: absolute;
}
.left-line-circle:first-child {
margin-top: 0px;
}
.loadMoreView {
background-color: #d8dbd4
}