作者 景龙
1 个管道 的构建 通过 耗费 1 秒

修改星域画廊详情页样式

... ... @@ -22,6 +22,8 @@
</li>
</volist>
</ul>
<div class="swiper-button-prev8"></div>
<div class="swiper-button-next8"></div>
</div>
<h1 class="show_8_name">{$res.post_title}</h1>
<div class="gallery-thumbs_box">
... ... @@ -36,8 +38,7 @@
</ul>
<span class="swiper-notification"></span>
</div>
<div class="swiper-button-prev8"></div>
<div class="swiper-button-next8"></div>
</div>
</div>
... ...
... ... @@ -1390,6 +1390,7 @@ body {
height: 675px;
margin: auto;
overflow: hidden;
position:relative;
}
.gallery-top ul li img {
... ... @@ -1435,32 +1436,32 @@ body {
.swiper-button-prev8,
.swiper-button-next8 {
width: 34px;
height: 34px;
width: 31px;
height: 69px;
outline: none;
background: rgba(255, 255, 255, 1);
border-radius: 50%;
}
.swiper-button-prev8,
.swiper-button-next8 {
cursor: pointer;
position: absolute;
z-index: 10;
background-color: #09FF8E;
background-size: 14px 14px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../starImg/left.png);
}
.swiper-button-prev8 {
top: 39%;
left: 16px;
top: 41%;
left: 0;
}
.swiper-button-next8 {
top: 39%;
right: 16px;
top: 41%;
right: 0;
background-image: url(../starImg/right.png);
}
... ...