优化我的小区公告部分的显示样式
This commit is contained in:
parent
660b77a732
commit
d7118589fa
@ -195,13 +195,17 @@ image {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.newsItem {
|
.newsItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 30rpx 0;
|
padding: 30rpx 0;
|
||||||
margin: 0 20rpx;
|
margin: 0 20rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: 1rpx solid #EBEBEB;
|
border-bottom: 1rpx solid #EBEBEB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsItem:last-child {
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newsItem_left {
|
.newsItem_left {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user