优化我的小区公告部分的显示样式
This commit is contained in:
parent
660b77a732
commit
d7118589fa
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user