|
@@ -48,12 +48,12 @@ export default {
|
|
.banner {
|
|
.banner {
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
- // height: 357px;
|
|
|
|
|
|
+ height: 367px;
|
|
}
|
|
}
|
|
|
|
|
|
::v-deep .sw-pagination {
|
|
::v-deep .sw-pagination {
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 20px;
|
|
|
|
|
|
+ bottom: 0;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
@@ -62,8 +62,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.swiper-pagination-bullet {
|
|
.swiper-pagination-bullet {
|
|
- width: 12px;
|
|
|
|
- height: 12px;
|
|
|
|
|
|
+ width: 6px;
|
|
|
|
+ height: 6px;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|