Browse Source

feat: 水牌页“点我找店”加个手势;

v1.0.1
jiannibang 3 years ago
parent
commit
6f6b08b511
  1. 14
      src/views/Billboard/Billboard.vue
  2. BIN
      src/views/Billboard/hand.png

14
src/views/Billboard/Billboard.vue

@ -39,7 +39,8 @@
</div>
</div>
<div class="ip"></div>
<div class="guide" @click="goPage({ title: '地图导览', path: '/guide' })"></div>
<div class="guide" @click="goPage({ title: '首页', path: '/index' })"></div>
<img src="./hand.png" @click="goPage({ title: '首页', path: '/index' })" class="hand animate__animated animate__heartBeat animate__infinite" alt="" />
<div class="header" :style="{ backgroundImage: `url(${isH ? theme.images.billboardHeaderBgH : theme.images.billboardHeaderBgV})` }">
<div class="r1">当前位置 <img :src="theme.images.billboardLoc" alt="" /></div>
<div class="r2">{{ bf }}</div>
@ -378,6 +379,14 @@ watch(scrollLefts, _scrollLefts => {
top: 800px;
z-index: 13;
}
.hand {
position: absolute;
width: 76.5px;
height: 97.215px;
right: 320px;
top: 949px;
z-index: 14;
}
.header {
position: fixed;
width: 100vw;
@ -470,6 +479,9 @@ watch(scrollLefts, _scrollLefts => {
height: 139px;
top: 143px;
}
.hand {
top: 230px;
}
.header {
height: 139px;
top: 143px;

BIN
src/views/Billboard/hand.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save