hospitalDetail.wxss 2.07 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
.check_result_main {
background: #fff;
}

.check_result_text {
width: 100%;
background: #eee;
font-family: PingFangSC-Regular;
font-size: 12px;
color: #999;
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
}

.check_result_doctoe_line {
display: flex;
padding-left: 10px;
width: 100%;
padding-top: 10px;
}

.check_result_doctoe_line1 {
display: flex;
width: 70%;
}

.docotr_name {
font-family: PingFangSC-Regular;
font-size: 15px;
color: #333;
}

.docotr_type {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888;
margin-left: 3px;
}

.check_result_time {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #888;
width: 30%;
text-align: right;
margin-right: 20px;
}

.check_diagnosis {
background: #f9fffa;
border: 1px solid #cee2d5;
border-radius: 4px;
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
min-height: 30px;
margin-top: 10px;
padding-bottom: 8px;
}

.check_diagnosis_name {
font-family: PingFangSC-Regular;
font-size: 15px;
margin-left: 10px;
margin-top: 5px;
color: #222;
width: 100%;
}

.icon_more {
width: 10px;
height: 10px;
float: right;
margin-right: 10px;
margin-top: 13px;
}

.check_diagnosis_content_1_line {
font-family: PingFangSC-Regular;
font-size: 13px;
color: #666;
margin-left: 10px;
padding-right: 10px;
line-height: 20px;
width: calc(100% - 20px);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.check_diagnosis_content_lines{
font-family: PingFangSC-Regular;
font-size: 13px;
color: #666;
margin-left: 10px;
padding-right: 10px;
width: calc(100% - 20px);
}
.high_risk_bg {
background: #e36767;
border-radius: 4px;
font-family: PingFangSC-Regular;
font-size: 13px;
color: #fff;
text-align: center;
margin-right: 10px;
width: 40px;
height: 20px;
}