422
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user