diff --git a/components/magic-list/magic-list.vue b/components/magic-list/magic-list.vue index 27da0c3b..fb8722a0 100644 --- a/components/magic-list/magic-list.vue +++ b/components/magic-list/magic-list.vue @@ -7,13 +7,14 @@ {{ item.title }} - - {{ item.icon }} - + + + + {{ item.describe }} - + @@ -53,14 +54,6 @@ type: Boolean, default: true, }, - propInterval: { - type: Number, - default: 6000, - }, - propAutoplay: { - type: Boolean, - default: true, - }, propDuration: { type: Number, default: 1000, @@ -123,9 +116,6 @@ } .hot-go { - background: linear-gradient(90deg, #ff8f42 0%, #fe541e 100%); - padding-left: 12rpx; - padding-right: 34rpx; height: 34rpx; line-height: 34rpx; } @@ -133,7 +123,4 @@ .flex-width-half-2 { width: 25%; } - .more-width { - max-width: 70rpx; - }