From 3f2044cb44ad476457ed2fea129ba40ac48d8055 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 30 Oct 2023 15:09:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=AD=94=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/magic-list/magic-list.vue | 33 +++++++++++----------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/components/magic-list/magic-list.vue b/components/magic-list/magic-list.vue index 04ae467e..27da0c3b 100644 --- a/components/magic-list/magic-list.vue +++ b/components/magic-list/magic-list.vue @@ -3,21 +3,21 @@ - + {{ item.title }} - - {{ item.icon }} - + + {{ item.icon }} + {{ item.describe }} - + - + @@ -26,15 +26,6 @@ - @@ -122,10 +113,10 @@ .hot-list > .flex-width-half { margin-bottom: 12rpx; } - .hot-list > .flex-width-half:last-of-type { + /* .hot-list > .flex-width-half:last-of-type { width: 100%; margin-bottom: 0; - } + } */ .hot-list .swiper { height: 214rpx; @@ -139,8 +130,10 @@ line-height: 34rpx; } - .hot-go .iconfont { - position: absolute; - top: 0; + .flex-width-half-2 { + width: 25%; + } + .more-width { + max-width: 70rpx; }