You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
606 B
36 lines
606 B
.advert {
|
|
position: relative;
|
|
padding: .14rem .3rem .38rem;
|
|
margin-top: .14rem;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.advert img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 2rem;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.advert .swiper-pagination {
|
|
bottom: .14rem;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
font-size: 0;
|
|
}
|
|
|
|
.advert .swiper-pagination-bullet {
|
|
width: .1rem;
|
|
height: .1rem;
|
|
border-radius: .05rem;
|
|
margin: 0 .05rem;
|
|
background: #b4b4b4;
|
|
opacity: .5;
|
|
}
|
|
|
|
.advert .swiper-pagination-bullet-active {
|
|
width: .2rem;
|
|
background: #2c8eff;
|
|
opacity: 1;
|
|
} |