Commit 79076755 authored by 黄媛媛's avatar 黄媛媛

修改滚动到顶部层级

parent 6b096d6b
...@@ -132,6 +132,7 @@ body,html{ ...@@ -132,6 +132,7 @@ body,html{
bottom: 150px; bottom: 150px;
width: 40px; width: 40px;
height: 90px; height: 90px;
z-index: 2000;
} }
.page-component-up img{ .page-component-up img{
width: 38px; width: 38px;
......
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
<!-- 图片 --> <!-- 图片 -->
<div style="position:relative"> <div style="position:relative">
<img style="width:100%" src="../../assets/img/juan/listbanner.png" alt=""> <img style="width:100%" src="../../assets/img/juan/listbanner.png" alt="">
<div style="position: absolute;top:100px;width:100%;"> <div style="position: absolute;top:100px;width:100%;z-index:1000">
<div class="serachDiv"> <div class="serachDiv">
<p class="f30 pfR" style="text-align:center;color:#fff">全世界最棒的旅游体验</p> <p class="f30 pfR" style="text-align:center;color:#fff">全世界最棒的旅游体验</p>
<p style="text-align:center;color:#fff;margin-bottom:15px">探索有趣又独特目的地旅游体验</p> <p style="text-align:center;color:#fff;margin-bottom:15px">探索有趣又独特目的地旅游体验</p>
...@@ -361,10 +361,10 @@ ...@@ -361,10 +361,10 @@
</div> </div>
<div class="w1200" style="margin-top:100px;padding-bottom:10px"> <div class="w1200" style="margin-top:100px;padding-bottom:10px">
<p class="f30 pfR" style="">探索<span style="color:#EE4454">. 热门城市</span></p> <p v-show="TOPlist.length>0" class="f30 pfR" style="">探索<span style="color:#EE4454">. 热门城市</span></p>
<div class="hotCity"> <div class="hotCity">
<div v-for="(item,index) in TOPlist" :key="index" @mouseenter="mouseOver(index)" class="cityItem" :class="HoverIndex==index?'cityItemBig':''"> <div v-for="(item,index) in TOPlist" @click="Gourl(item)" :key="index" @mouseenter="mouseOver(index)" class="cityItem" :class="HoverIndex==index?'cityItemBig':''">
<img :src="item.imgs" alt=""> <img :src="item.imgs" :onerror="defaultImg" alt="">
<p v-show="HoverIndex!=index" class="name text1">{{item.title}}</p> <p v-show="HoverIndex!=index" class="name text1">{{item.title}}</p>
<div v-show="HoverIndex==index" class="CityHover"> <div v-show="HoverIndex==index" class="CityHover">
<p class="f26 pfR text1">{{item.title}}</p> <p class="f26 pfR text1">{{item.title}}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment