From 3b1cd4c6597908aa12c35de589392e27a6a4a740 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 20 Oct 2022 16:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 2b076b12..dc44ea90 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -10,8 +10,7 @@
-
-
+
@@ -1195,10 +1194,9 @@ // background: url('/images/course-banner.png'); .swiper-button-prev{ height: 38px; - // left: 44%; - top:auto; + // top:auto; padding: 0 16px; - background: rgba($color: #000000, $alpha: 0.1) url('../assets/images/icon/ban-left.png') no-repeat; + background: rgba($color: #000000, $alpha: 0.8) url('../assets/images/icon/ban-left.png') no-repeat; background-size: 12px 18px; background-position: 16px 10px; bottom: 66px; @@ -1221,23 +1219,25 @@ bottom: 66px; } ::v-deep .swiper-pagination{ - height: 38px; - line-height: 34px; - background: rgba($color: #000000, $alpha: 0.1); + line-height: 25px; + height: 32px; + background: rgba(0,0,0,0.5); + border-radius: 19px; + // background: rgba($color: #000000, $alpha: 0.1); width: auto; left:48%; padding: 0 20px; border-radius: 19px; .swiper-pagination-bullet{ background: #000; - width: 16px; + width: 24px; height: 2px; background: rgba($color: #fff, $alpha: 0.5); border-radius: 2px; } .swiper-pagination-bullet-active{ height: 2px; - width: 16px; + width: 24px; background: rgba($color: #fff, $alpha: 0.8); border-radius: 2px; }