@@ -1,8 +1,8 @@
<template>
<div class="slide-tip">
- <!-- <div class="slide-tip_text">
+ <div class="slide-tip_text">
向<br>下<br>滑<br>动
- </div> -->
+ </div>
<img
class="slide-tip_image"
src="@/assets/image/下拉.png"
@@ -14,7 +14,7 @@
<style lang="less" scoped>
.slide-tip {
position: absolute;
- bottom: 0.3rem;
+ bottom: 5.45rem;
left: 50%;
transform: translateX(-50%);
font-size: 2.370vh;
@@ -10,7 +10,7 @@
:src="`/animation-frames/TREE518_${index.toString().padStart(4, '0')}.png`"
alt=""
>
- <SlideTip class="slide-tip" />
+ <!-- <SlideTip class="slide-tip" /> -->
</div>
</template>
@@ -3,7 +3,7 @@
ref="hammer-target"
class="tree-selection"
<div
v-if="showTip"
class="popup-mask"