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

.item{
position: relative;
height: 136px;
display: flex;
flex-direction: row;
align-items: center;
background: white;
margin-bottom:5px;
}

/*item左边布局-----------------------*/
.item-left{
width: 18.67%;
height: 136px;
}

.item__logo{
width: 45px;
height: 45px;
border-radius: 250px;
position: absolute;
top: 15px;
left: 10px;
}

/*item中间布局----------------------*/
.item-middle{
width: 69.33%;
height: 136px;
}

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

.item-middle__specialty{
color: #ee7289;
font: normal;
font-size: 11px;
line-height: 11px;
margin-top: 8px;
display: flex;
flex-direction: row;
}

.item-middle__description{
color: #858585;
font: lighter;
font-size: 12px;
line-height: 150%;
margin-top: 15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.item-middle__specialty__middle{
margin-left: 10px;
}

.item-middle__specialty__right{
margin-left: 15px
}

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

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

margin-right: 2px;
}