doctor.wxss 1.96 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
page {
background-color: #d8dbd4;
}

.above-lineview {
background: #d8dbd4;
height: 0.5px;
width: 80%;
margin-top: 10px;
}

.above-bg-view {
background: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

.above-avatar {
width: 70px;
height: 70px;
margin-top: 15px;
background-color: lightgray;
border-radius: 50%;
}

.above-name {
margin-top: 10px;
color: #5e5e5e;
font: medium;
font-size: 16px;
}

.above-hospital {
margin-top: 8px;
color: #5e5e5e;
font: normal;
font-size: 12px;
}

.above-bg-job-title {
font-size: 11px;
display: flex;
align-items: center;
justify-content: space-between;
}

.above-bg-job-title-item {
color: #ee7289;
font: normal;
display: inline-block;
}

.above-specialty {
margin-top: 10px;
margin-bottom: 10px;
width: 95%;
line-height: 15px;
color: #5e5e5e;
font-size: 11px;
/*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1 ;*/
}

/*下部分*/

.below-bg-view {
background-color: white;
margin-top: 5px;
}

.below-bar-view {
height: 40px;
display: flex;
flex-direction: row;
align-items: center;
}

.below-doctor-icon {
height: 15px;
width: 15px;
margin-left: 15px;
}

.below-doctor-title {
font-size: 14px;
color: #ee7289;
font: mediuml;
margin-left: 5px;
}

.below-lineview {
background: #d8dbd4;
height: 0.5px;
margin-left: 15px;
margin-right: 15px;
}

.below-introduction {
margin: 15px 15px 0px 15px;
font-size: 12px;
color: #5e5e5e;
line-height: 17px;
font: lighter;
}

.chatView {
background: white;
font-size: 18px;
color: #EE7289;
width: 100%;
height: 55px;
line-height: 55px;
border-top: solid 0.5px #efefef;
text-align: center;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
}