This commit is contained in:
duanliang
2025-04-22 23:48:12 +08:00
parent c4210fed48
commit 2cbaa1df99
3 changed files with 15 additions and 12 deletions

View File

@@ -21,7 +21,8 @@
</div>
<div class="main">
<a @click="hanldeToDetails" class="look-btn">
<img src="@/assets/images/d-ico-1.png" />
查看详情
<!-- <img src="@/assets/images/d-ico-1.png" /> -->
</a>
<iframe v-if="scenicSpotId == 'root000000'" width="100%" height="100%" src="/map/sxzd/bdc.html"></iframe>
<iframe v-if="scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe>
@@ -254,12 +255,13 @@ import pubSub from 'pubsub-js'
right: vw(20);
top: 6%;
transform: translateY(-50%);
padding: vw(12);
padding: vw(20);
display: flex;
align-items: center;
// background: #0a4190;
background: #0a4190;
border-radius: vw(4);
font-size: vw(14);
font-size: vw(16);
font-weight:700;
color: #fff;
z-index: 999;
img{