...
|
...
|
@@ -115,24 +115,92 @@ sizes, pagination, etc. |
|
|
/* ===============================================================
|
|
|
Pagination Styles
|
|
|
================================================================*/
|
|
|
.swiper-pagination-switch {
|
|
|
.swiper-pagination {
|
|
|
@include blockwh(30px,30px);
|
|
|
float:left;
|
|
|
cursor:pointer;
|
|
|
background:url(../assets/images/pagercycle.png) no-repeat;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pagination-big-banner{
|
|
|
.swiper-pagination {
|
|
|
@include blockwh(30px,30px);
|
|
|
cursor:pointer;
|
|
|
background:url(../assets/images/pagercycle.png) left -30px no-repeat;
|
|
|
float:left;
|
|
|
}
|
|
|
.swiper-active-switch {
|
|
|
@include blockwh(20px,20px);
|
|
|
float:left;
|
|
|
background:#000;
|
|
|
cursor:pointer;
|
|
|
|
|
|
background:url(../assets/images/pagercycle.png) no-repeat;
|
|
|
}
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: left -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: left top;
|
|
|
}
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
/* Specific visible button style: */
|
|
|
.pagination-big-banner-default{
|
|
|
.swiper-pagination {
|
|
|
@include blockwh(30px,30px);
|
|
|
float:left;
|
|
|
cursor:pointer;
|
|
|
background:url(../assets/images/pagercycle.png) left top no-repeat;
|
|
|
background:url(../assets/images/pagercycle.png) no-repeat;
|
|
|
}
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: left -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: left top;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.pagination-big-banner-fashion{
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: -30px -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: -30px top;
|
|
|
}
|
|
|
}
|
|
|
.pagination-big-banner-beauty{
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: -90px -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: -90px top;
|
|
|
}
|
|
|
}
|
|
|
.pagination-big-banner-sports{
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: -150px -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: -150px top;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.pagination-big-banner-lifestyle{
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: -60px -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: -60px top;
|
|
|
}
|
|
|
}
|
|
|
.pagination-big-banner-video{
|
|
|
/*默认首页*/
|
|
|
.swiper-pagination-switch {
|
|
|
background-position: -180px -30px;
|
|
|
}
|
|
|
.swiper-visible-switch {
|
|
|
background-position: -180px top;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|