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 3917aef..99a96a1 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 @@ -865,23 +865,32 @@ width: 100%; position: relative; - > img { - width: 308px; - margin: 13px; - height: 160px; - border-radius: 10px; - } - span { - position: absolute; - top: 30px; - left: 20px; - color: #fff; - font-size: 22px; - font-family: PingFang SC; - font-weight: bold; - color: #ffffff; + .link-item{ + display: inline; + position: relative; + + > img { + width:45%; + // width: 308px; + margin: 8px; + // height: 160px; + border-radius: 10px; + } + span { + position: absolute; + top: -10px; + left: 20px; + color: #fff; + font-size: 15px; + font-family: PingFang SC; + font-weight: bold; + color: #ffffff; + } } + + } + .dots { position: absolute; bottom: 12px; 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 6b433a1..55d82d8 100644 --- a/epmet-oper-web/src/components/wx-index/cpt-item.vue +++ b/epmet-oper-web/src/components/wx-index/cpt-item.vue @@ -173,14 +173,19 @@
+
diff --git a/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue index 2e781da..5d4c587 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue @@ -14,7 +14,7 @@