Compare commits

...

2 Commits

Author SHA1 Message Date
duanxiaohai fba0640d6e Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-08-06 15:46:25 +08:00
duanxiaohai 5b17fd793f gx 2024-08-06 15:46:18 +08:00
3 changed files with 8 additions and 4 deletions

BIN
dist.zip

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -270,16 +270,16 @@
<div class="serviceBox"> <div class="serviceBox">
<div class="serviceTop"> <div class="serviceTop">
<div class="visit"> <div class="visit">
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
<ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW> <ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW>
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
</div> </div>
<div class="medicalService"> <div class="medicalService">
<img class="serviceimg" src="@/assets/YLimg/ylimg9.png" alt="" />
<img class="moveYl" src="@/assets/YLimg/turn.gif" alt="" /> <img class="moveYl" src="@/assets/YLimg/turn.gif" alt="" />
<div class="medicalServiceTop"> <div class="medicalServiceTop">
<img class="ylimg" src="@/assets/YLimg/ylimg1.png" alt="" /> <img class="ylimg" src="@/assets/YLimg/ylimg1.png" alt="" />
<span>36,234</span> <span>36,234</span>
</div> </div>
<img class="serviceimg1" src="@/assets/YLimg/ylimg13.png" alt="" />
</div> </div>
</div> </div>
</div> </div>
@ -892,6 +892,10 @@ const getData = () => {
width: 165px; width: 165px;
height: 35px; height: 35px;
} }
.serviceimg1 {
width: 165px;
height: 64px;
}
.serviceTop { .serviceTop {
display: flex; display: flex;
@ -914,11 +918,11 @@ const getData = () => {
position: absolute; position: absolute;
width: 160px; width: 160px;
height: 160px; height: 160px;
top: 76px; top: 5px;
} }
.ylimg { .ylimg {
margin-top: 40px; margin-top: 5px;
width: 160px; width: 160px;
height: 190px; height: 190px;
} }