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 @@