From b30572feea4a18a138ea09f1268b826518ce3d50 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 20 Sep 2018 17:06:29 +0800 Subject: [PATCH] swiper --- css/swiper.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/css/swiper.css b/css/swiper.css index 473d3be..d3c2239 100755 --- a/css/swiper.css +++ b/css/swiper.css @@ -316,12 +316,13 @@ transform: scale(0.33); } .swiper-pagination-bullet { - width: 8px; - height: 8px; + width:48px; + height:4px; + background:rgba(255,255,255,1); + opacity:0.2; + display: inline-block; - border-radius: 100%; - background: #000; - opacity: 0.2; + border-radius: 2px; } button.swiper-pagination-bullet { border: none; @@ -338,7 +339,7 @@ button.swiper-pagination-bullet { } .swiper-pagination-bullet-active { opacity: 1; - background: #007aff; + background: #fff; } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; -- libgit2 0.21.4