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; }