doctorList.wxss 2.3 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
/**hospitalList.wxss 医院列表 联系医院**/

.item{
position: relative;
display: flex;
flex-direction: row;
align-items: center;
background: white;
width: 670rpx;
height: 240rpx;
background: #FFFFFF;
box-shadow: 0rpx 4rpx 8rpx 5rpx rgba(245,33,84,0.1);
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
}

/*item左边布局-----------------------*/
.item_left{
}

.item__image{
width: 153rpx;
height: 184rpx;
background: #D9D9D9;
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
}

/*item中间布局----------------------*/
.item_middle{
}

.item_middle__title{
color: #5e5e5e;
font: medium;
font-size: 17px;
margin-top: 20px;
line-height: 17px;
}

.item_middle_specialty{
font-size: 20rpx;
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;
}

.item_middle__description{
color: #828282;
font: lighter;
font-size: 12px;
line-height: 150%;
margin-top: 48rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.item_middle__specialty__middle{
margin-left: 10px;
}

.item_middle__specialty__right{
margin-left: 15px
}

.stars-star{
width: 10px;
height: 10px;
}

/*item右边布局--------------------------*/
.item_right{
}
.item_right__right{
width: 17.5px;
height: 17.5px;
margin-left: 50%;
transform: translateX(-50%);

margin-right: 2px;
}

/* 搜索栏 */
.searchBar_bg {
background: #fff;
width: 100%;
}

.searchBar_bar {
background: #F3F3F3;
height: 34px;
margin-left: 15px;
margin-right: 15px;
display: flex;
align-items: center;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-top: 10px;
margin-bottom: 10px;
}

.searchBar_icon {
height: 22px;
width: 22px;
margin-left: 6px;
}

.searchBar_input {
height: 32px;
width: 90%;
margin-left: 6px;
font-size: 14px;
color: #9d9d9d;
line-height: 14px;
}

.searchBar_clear {
float: right;
height: 18px;
width: 18px;
transform: translateX(-6px);
}

.searchBar_bar_cancle {
color: white;
font-size: 14px;
letter-spacing: 0;
float: right;
margin-right: 15px;
transform: translateY(-26px);
}