@@ -36,6 +36,12 @@
</div>
+ <!-- 进入景点详情的按钮 -->
+ <div class="toInfo" @click="$router.push('/layout/goods')">
+ <img src="../../assets/img/construct/infoBtn.png" alt="">
+ </div>
+
</template>
@@ -114,6 +120,16 @@ export default {
font-size: 14px;
}
+ .toInfo{
+ position: absolute;
+ bottom: 20px;
+ left: 50%;
+ transform: translateX(-50%);
+ width: 160px;
+ &>img{
+ width: 100%;
+ }
.search {
position: absolute;