Compare commits

..

No commits in common. "fba0640d6e61aee009f47bbcec9cd663a721b278" and "52c7f145590fcdd65bb83062072cdfd37bda42ff" have entirely different histories.

3 changed files with 4 additions and 8 deletions

BIN
dist.zip

Binary file not shown.

Binary file not shown.

Before

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">
<ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW>
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" /> <img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
<ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW>
</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,10 +892,6 @@ const getData = () => {
width: 165px; width: 165px;
height: 35px; height: 35px;
} }
.serviceimg1 {
width: 165px;
height: 64px;
}
.serviceTop { .serviceTop {
display: flex; display: flex;
@ -918,11 +914,11 @@ const getData = () => {
position: absolute; position: absolute;
width: 160px; width: 160px;
height: 160px; height: 160px;
top: 5px; top: 76px;
} }
.ylimg { .ylimg {
margin-top: 5px; margin-top: 40px;
width: 160px; width: 160px;
height: 190px; height: 190px;
} }