hospitalDetail.wxss 3.39 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
/**hospitalDetail.wxss 医院详情介绍**/

/* 上部分 */
.specialty_text {
font-size: 28rpx;
font-weight: 500;
line-height: 22rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: flex;
flex-direction: row;
}

.specialty_tip {
width: 94rpx;
height: 32rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
border: 2rpx solid #ff8ea9;
font-weight: 500;
line-height: 32rpx;
color: #ff8ea9;
text-align: center;
font-size: 18rpx;
}

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



/*下部分*/



.below_title {
font: mediuml;
width: 128rpx;
height: 45rpx;
font-size: 28rpx;
font-weight: 500;
line-height: 38rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 20rpx 40rpx;
}

.below_text {
width: 670rpx;
font-size: 26rpx;
font-weight: 400;
color: #828282;
line-height: 30rpx;
margin: 40rpx;

}

.bg_hospital{
width: 670rpx;
height: 282rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 1;
}
.btn_item{
width: 68rpx;
height: 30rpx;
border-radius: 30rpx;
opacity: 1;
border: 2rpx solid rgba(255, 142, 169, 1);
color: #FF8EA9;
text-align: center;
line-height: 30upx;
font-size: 20rpx;
}
.hospitalDetail{
background: #f3f3f3;
}
.hospitalDetail__top {
display: flex;
flex-direction: column;
align-items: center;
background: white;
}

.hospitalDetail__top image {
width: 70px;
height: 70px;
margin-top: 15px;
margin-bottom: 10px;
border-radius: 50%;
}

.hospitalDetail__top text {
color: #5e5e5e;
font: medium;
font-size: 15px;
margin-bottom: 20px;
}

.hospitalDetail__view{
background: white;
margin-top: 3px;
position: relative;
}

.hospitalDetail__view-title {
height: 40px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
}

.hospitalDetail__view-title image{
width: 15px;
height: 15px;
line-height: 40px;
margin-left: 15px;
}

.hospitalDetail__view-title text{
color: #ee7289;
font: medium;
font-size: 14px;
line-height: 40px;
margin-left: 5px;
}

.hospitalDetail__view-line{
position: absolute;
height: 1rpx;
top: 40px;
left: 15px;
right: 15px;
background: #f3f3f3
}

.hospitalDetail__view-content{
margin: 10px 15px 17px 15px;
font: lighter;
font-size: 12px;
line-height: 17px;
color: #5e5e5e;
}
.hospitalDetail__view-contact{
margin: 5px 15px 20px 15px;
}

.hospitalDetail__view-contact-item{
display: flex;
flex-direction: row;
margin-top: 10px;
}
.hospitalDetail__view-contact-item view{
font: normal;
color: #5e5e5e;
font-size: 12px;
line-height: 12px;
min-width: 30px;
}

.hospitalDetail__view-contact-item text{
font: lighter;
color: #5e5e5e;
font-size: 12px;
line-height: 110%;
}

/*------------------------滑动选择图片start-----------------------*/
.hospitalDetail__view-image{
margin: 10px 15px 15px 15px;
}
.recommend_scroll_x_box {
height: 75px;
white-space: nowrap;
display: flex;
}

::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}

.recommend_hot_box {
width: 110px;
height: 50px;
margin-right: 15rpx;
display: inline-block;
}

.recommend_hot_image {
width: 110px;
height: 75px;
}
/*--------------------滑动选择图片end-----------------------*/