reportDuringPregnancyDetail.wxss 1.45 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
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;
}