diff --git a/property-uniapp-project/pages/notice-list/noticeListDetails.vue b/property-uniapp-project/pages/notice-list/noticeListDetails.vue index a66d869..f42364d 100644 --- a/property-uniapp-project/pages/notice-list/noticeListDetails.vue +++ b/property-uniapp-project/pages/notice-list/noticeListDetails.vue @@ -139,6 +139,7 @@ .container { min-height: 100vh; background-color: #ffffff; + padding: 20px; // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } @@ -155,7 +156,7 @@ // border-bottom: 1px solid #f0f0f0; .article-title { - font-size: 18px; + font-size: 32rpx; font-weight: bold; color: #333333; line-height: 1.4;