From a0ff190338c9645bcde2dbe2acfb2aff4686c9e8 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 29 Mar 2021 09:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=AB=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/wx-mini/index-set.scss | 22 +++++++++---------- .../src/components/wx-index/cpt-item.vue | 13 ++++++----- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss b/epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss index 99a96a1..3d3fbb4 100644 --- a/epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss +++ b/epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss @@ -859,6 +859,7 @@ // overflow-x: scroll; overflow: hidden; margin: 0 13px; + padding:0 0 13px 0; background-color: white; .link { @@ -893,24 +894,23 @@ .dots { position: absolute; - bottom: 12px; + bottom: 10px; left: 0; right: 0; width: 100%; display: flex; justify-content: center; - > i { - float: right; - position: relative; - top: 11px; - margin: 0 2px; - width: 5px; - height: 5px; - border-radius: 50%; - background: rgba(0, 0, 0, 0.26); + .dot { + margin: 0 5px; + width: 20px; + height: 4px; + border-radius: 6px; + background-color: #ddd; + transition: all ease $ad1; + &.z-on { - background: rgba(255, 255, 255, 1); + background-color: $c1; } } } diff --git a/epmet-oper-web/src/components/wx-index/cpt-item.vue b/epmet-oper-web/src/components/wx-index/cpt-item.vue index 55d82d8..af23135 100644 --- a/epmet-oper-web/src/components/wx-index/cpt-item.vue +++ b/epmet-oper-web/src/components/wx-index/cpt-item.vue @@ -187,16 +187,17 @@
+
+
+
+ + - + + -->