hospitalList.wxss 782 Bytes
  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
.area_name {
font-size: 12px;
color: #999;
width: 100%;
padding-top: 3px;
padding-bottom: 2px;
padding-left: 10px;
background: #eee;
}

.hospital_item {
display: flex;
background: #fff;
height: 58px;
line-height: 58px;
}

.icon {
height: 36px;
width: 36px;
margin-left: 10px;
margin-top: 12px;
}

.hospital_name {
font-size: 14px;
color: #333;
margin-left: 10px;
left: 51px;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
right: 60px;
}

.distance {
font-size: 14px;
color: #666;
right: 10px;
position: absolute;
}

.divider {
height: 1px;
background: #e6e6e6;
}