|
|
|
@ -5,7 +5,8 @@ |
|
|
|
:class="choosedIndex == index ? 'act_btn active' : 'act_btn'"> |
|
|
|
:class="choosedIndex == index ? 'act_btn active' : 'act_btn'"> |
|
|
|
<img :src="item.imgUrl ? (GlobalConfig.appMode ? 'http://www.qdscgs.com:9091' + item.imgUrl : 'http://192.168.1.106:9000' + item.imgUrl) : require('@/assets/image/hospital_logo.png')" /> |
|
|
|
<img :src="item.imgUrl ? (GlobalConfig.appMode ? 'http://www.qdscgs.com:9091' + item.imgUrl : 'http://192.168.1.106:9000' + item.imgUrl) : require('@/assets/image/hospital_logo.png')" /> |
|
|
|
<div class="hospital_info"> |
|
|
|
<div class="hospital_info"> |
|
|
|
<div class="hospital_name">{{ item.fullName }}</div> |
|
|
|
<div class="hospital_name">{{ item.fullName}}</div> |
|
|
|
|
|
|
|
<!-- <div class="hospital_name">同济大学附属东方医院胶州医院</div> --> |
|
|
|
<div class="hospital_addr">{{ item.remark }}</div> |
|
|
|
<div class="hospital_addr">{{ item.remark }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -327,6 +328,9 @@ export default { |
|
|
|
border: 0.02rem solid #F6F6F6; |
|
|
|
border: 0.02rem solid #F6F6F6; |
|
|
|
padding: 0.12rem 0; |
|
|
|
padding: 0.12rem 0; |
|
|
|
margin-bottom: 0.3rem; |
|
|
|
margin-bottom: 0.3rem; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.active { |
|
|
|
&.active { |
|
|
|
background: #FFFFFF; |
|
|
|
background: #FFFFFF; |
|
|
|
@ -349,6 +353,7 @@ export default { |
|
|
|
font-family: PingFang SC-Regular, PingFang SC; |
|
|
|
font-family: PingFang SC-Regular, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 0.48rem; |
|
|
|
line-height: 0.48rem; |
|
|
|
|
|
|
|
width: 3rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hospital_addr { |
|
|
|
.hospital_addr { |
|
|
|
|