doctor_detail.wxss 875 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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
.main {
background: #fff;
width: 100%;
height: 100%;
}

.icon_name_view {
padding-top: 10px;
margin-left: 10px;
display: flex;
}

.doctor_icon {
width: 66px;
height: 66px;
border-radius: 50%;
border: 3px solid white;
}

.content_view {
margin-left: 10px;
}

.name_view {
display: flex;
margin-top: 3px;
}

.name {
font-size: 20px;
color: #222;
}

.depart {
font-size: 14px;
color: #888;
margin-top: 8px;
margin-left: 10px;
}

.doctor_other {
font-size: 14px;
color: #888;
}
.departname_view {
display: flex;
margin-left: 10px;
margin-top: 10px;
}

.line {
background: #48c17b;
width: 2px;
height: 14px;
margin-top: 3px;
}
.title_text {
font-size: 14px;
color: #222;
margin-left: 5px;
}
.doctor_intro{
font-size: 13px;
color: #888888;
margin: 10px;
}