优化我的小区公告部分的显示样式

This commit is contained in:
赵毅 2025-08-02 09:45:12 +08:00
parent 660b77a732
commit d7118589fa

View File

@ -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 {