修改医院页面和体检预约须知页面样式

main
jinna 3 years ago
parent 26782dc550
commit c8f405b61d
  1. 6
      src/views/Guidance.vue
  2. 7
      src/views/HomeView.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="guidance"> <div class="guidance">
<div class="guide_title">{{ article.title }}</div> <div class="guide_title">{{ article.title}}</div>
<div v-html="article.content" class="guide_contant" ref="scrollView" id="scroll-view"></div> <div v-html="article.content" class="guide_contant" ref="scrollView" id="scroll-view"></div>
<div class="guide_btn"> <div class="guide_btn">
<div class="guide_actBtn" @click="doCancel">取消</div> <div class="guide_actBtn" @click="doCancel">取消</div>
@ -123,7 +123,9 @@ export default {
font-family: PingFang SC-Bold, PingFang SC; font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
margin: 0.72rem 0 0; margin: 0.72rem auto 0;
width: 5.2rem;
// background: red;
} }
.guide_contant { .guide_contant {

@ -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 {

Loading…
Cancel
Save