This commit is contained in:
parent
8ef61ca63d
commit
5b17fd793f
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -270,16 +270,16 @@
|
|||
<div class="serviceBox">
|
||||
<div class="serviceTop">
|
||||
<div class="visit">
|
||||
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
|
||||
<ylSMFW v-if="showEchart" :list="data.smfwcs"></ylSMFW>
|
||||
<img class="serviceimg" src="@/assets/YLimg/ylimg8.png" alt="" />
|
||||
</div>
|
||||
<div class="medicalService">
|
||||
<img class="serviceimg" src="@/assets/YLimg/ylimg9.png" alt="" />
|
||||
<img class="moveYl" src="@/assets/YLimg/turn.gif" alt="" />
|
||||
<div class="medicalServiceTop">
|
||||
<img class="ylimg" src="@/assets/YLimg/ylimg1.png" alt="" />
|
||||
<span>36,234</span>
|
||||
</div>
|
||||
<img class="serviceimg1" src="@/assets/YLimg/ylimg13.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -892,6 +892,10 @@ const getData = () => {
|
|||
width: 165px;
|
||||
height: 35px;
|
||||
}
|
||||
.serviceimg1 {
|
||||
width: 165px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.serviceTop {
|
||||
display: flex;
|
||||
|
@ -914,11 +918,11 @@ const getData = () => {
|
|||
position: absolute;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
top: 76px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.ylimg {
|
||||
margin-top: 40px;
|
||||
margin-top: 5px;
|
||||
width: 160px;
|
||||
height: 190px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue