From d7118589faa92fbd74210f3573a0cffeccf58175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 2 Aug 2025 09:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=88=91=E7=9A=84=E5=B0=8F?= =?UTF-8?q?=E5=8C=BA=E5=85=AC=E5=91=8A=E9=83=A8=E5=88=86=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/index/index.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/packages/community/index/index.css b/packages/community/index/index.css index 7ca141bd..af9eea73 100644 --- a/packages/community/index/index.css +++ b/packages/community/index/index.css @@ -195,13 +195,17 @@ image { } .newsItem { - display: flex; - align-items: center; - justify-content: space-between; - padding: 30rpx 0; - margin: 0 20rpx; - box-sizing: border-box; - border-bottom: 1rpx solid #EBEBEB; + display: flex; + align-items: center; + justify-content: space-between; + padding: 30rpx 0; + margin: 0 20rpx; + box-sizing: border-box; + border-bottom: 1rpx solid #EBEBEB; +} + +.newsItem:last-child { + border-bottom: none; } .newsItem_left {