report_first.wxss 3.2 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
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
.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;
}