|
@@ -248,5 +248,36 @@
|
|
|
.aside-enter, .aside-leave-active {
|
|
.aside-enter, .aside-leave-active {
|
|
|
opacity: 0
|
|
opacity: 0
|
|
|
}
|
|
}
|
|
|
|
|
+// 轮播
|
|
|
|
|
+.swiper-pagination-bullet{
|
|
|
|
|
+ width: 12px !important;
|
|
|
|
|
+ height: 12px !important;
|
|
|
|
|
+ opacity: 1 !important;
|
|
|
|
|
+ background: none !important;
|
|
|
|
|
+ border: #fff 1px solid;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-pagination-bullet.swiper-pagination-bullet-active{
|
|
|
|
|
+ background: #fff !important;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
|
|
|
|
|
+ bottom: 20px !important;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-button-prev i,.swiper-button-next i{
|
|
|
|
|
+ font-size: 40px;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
|
+ text-shadow: 2px 0px 5px #333;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+.swiper-button-prev,.swiper-button-next{
|
|
|
|
|
+ background: none !important;
|
|
|
|
|
+ width: 40px !important;
|
|
|
|
|
+ height: 80px !important;
|
|
|
|
|
+ line-height: 80px;
|
|
|
|
|
+ margin-top: -45px !important;
|
|
|
|
|
+ opacity: .6;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-button-prev:hover,.swiper-button-next:hover{
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+}
|