diff --git a/packages/community/list/index.css b/packages/community/list/index.css index b41fb7df..33e5a41d 100644 --- a/packages/community/list/index.css +++ b/packages/community/list/index.css @@ -7,6 +7,16 @@ page { background-color: #f6f7fb; } +.top{ + height: 300rpx; + width: 100%; + margin-bottom: 20rpx; +} + +.top image { + border-radius: 12rpx; +} + .community-list-container { padding: 20rpx; } diff --git a/packages/community/list/index.vue b/packages/community/list/index.vue index 2268d855..f2d93cc4 100644 --- a/packages/community/list/index.vue +++ b/packages/community/list/index.vue @@ -1,5 +1,8 @@