更改H5首页样式

main
yanzai 1 year ago
parent b254d76c8b
commit 8fd72b6ff3

@ -8,19 +8,19 @@
<div class="top"> <div class="top">
<div class="biaoti"><van-icon name="todo-list-o" size="22" />体检预约</div> <div class="biaoti"><van-icon name="todo-list-o" size="22" />体检预约</div>
<div class="button_group"> <div class="button_group">
<div class="button_new" @click="gotoYuyue" v-if="JianKangZhengEnable==1"> <div class="button_new" @click="gotoYuyue" style="background-color: #85caf4;" v-if="JianKangZhengEnable==1">
<div>健康证明</div> <div>健康证明</div>
<div style="font-size: 12px;color: #277d7b;">预约健康证体检</div> <div style="font-size: 12px;color: #277d7b;">预约健康证体检</div>
</div> </div>
<div class="button_new" v-if="LaoNianRenEnable==1" @click="gotoLaoNianRen()"> <div class="button_new" style="background-color: #5bc3c6;" v-if="LaoNianRenEnable==1" @click="gotoLaoNianRen()">
<div> 65岁以上老年人</div> <div> 65岁以上老年人</div>
<div style="font-size: 12px;color: #277d7b;">老年人体检预约</div> <div style="font-size: 12px;color: #277d7b;">老年人体检预约</div>
</div> </div>
<div class="button_new" v-if="JianKangTiJianEnable==1"> <div class="button_new" style="background-color: #ecb322;" v-if="JianKangTiJianEnable==1">
<div>健康体检</div> <div>健康体检</div>
<div style="font-size: 12px;color: #277d7b;">健康体检预约</div> <div style="font-size: 12px;color: #927220;">健康体检预约</div>
</div> </div>
<div class="button_new" style="background-color: #277d7b;" @click=" router.push('/myappointment')"> <div class="button_new" style="background-color: #309d99;" @click=" router.push('/myappointment')">
<div><van-icon name="todo-list-o" size="16" style="margin-right: 4px;" />预约记录</div> <div><van-icon name="todo-list-o" size="16" style="margin-right: 4px;" />预约记录</div>
<div style="font-size: 12px;color: #7dbfbe;"> 预约登记记录</div> <div style="font-size: 12px;color: #7dbfbe;"> 预约登记记录</div>
</div> </div>
@ -289,7 +289,7 @@
/* background-image: url('../assets/image/login.jpg'); */ /* background-image: url('../assets/image/login.jpg'); */
background-size: 100%; background-size: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #afeefd; background-color: #fff;
background-position: top center; background-position: top center;
padding: 10px; padding: 10px;
@ -307,7 +307,7 @@
.biaoti { .biaoti {
font-size: 18px; font-size: 18px;
margin-bottom: 10px; margin-bottom: 10px;
color: #43ae9c; color: #333;
font-weight: 700; font-weight: 700;
} }

Loading…
Cancel
Save