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
 115
 116
 117
 118
 119
 120
 121
 122
 123
/**hospitalDetail.wxss 医院详情介绍**/
.hospitalDetail{
background: #d8dbd4;
}
.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: #d8dbd4
}

.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-----------------------*/