Authored by 王水玲

店铺首页图片切换按钮效果添加

... ... @@ -132,14 +132,29 @@
width: 660px;
height: 100%;
overflow: hidden;
position: relative;
.slide-wrapper {
height: 358px;
}
.slide-switch {
a.prev {
margin-left: -330px;
}
a.next {
margin-right: -330px;
}
}
img {
width: 100%;
height: 100%;
}
.slide-pagination,
.slide-switch {
.slide-pagination {
display: none;
}
}
... ...