Commit 3175100d authored by linjw's avatar linjw

修改营地旅游

parent 66706c7b
......@@ -9,7 +9,7 @@
<span>{{detail.name}}</span>
</div>
<div class="clearfix" style="background-color:#fff;padding:42px 20px 36px 40px;width:1120px;height:536px">
<div style="float:left;width:540px">
<div style="float:left;width:544px">
<div class="gallery-top-box" style="width:100%">
<div class="swiper-container gallery-top" ref="mySwiper">
<div class="swiper-wrapper" >
......@@ -28,10 +28,11 @@
<div class="swiper-container gallery-thumbs">
<div class="swiper-wrapper swiper-wrapper-thu">
<div
class="swiper-slide"
class="swiper-slide imgWidth"
v-for="(item,index) in detail.pictureList"
:key="index"
@click="changeImgIndex(index,detail.pictureList.length)"
>
<img
:src="item.imgUrl"
......@@ -221,6 +222,10 @@ export default {
.swiper-container{
height: auto;
}
.imgWidth{
height:64px;
width:100px!important
}
.swiper-wrapper-thu {
/*max-width: 293px;*/
margin: 0 !important;
......@@ -258,6 +263,7 @@ export default {
color: #fff;
background: #1bbb9f;
}
</style>
......@@ -9,7 +9,7 @@
<span>{{detail.name}}</span>
</div>
<div class="clearfix" style="background-color:#fff;padding:42px 20px 36px 40px;width:1120px;height:536px">
<div style="float:left;width:540px">
<div style="float:left;width:544px">
<div class="gallery-top-box" style="width:100%">
<div class="swiper-container gallery-top" ref="mySwiper">
<div class="swiper-wrapper" >
......@@ -37,7 +37,7 @@
:src="item.cover"
:class="preIndex==index?'active':''"
alt
style="width:103px;height:64px"
style="width:100px;height:64px"
/>
</div>
</div>
......
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