新增动态的样式;

This commit is contained in:
2022-03-19 12:33:11 +08:00
parent 4fda375028
commit d15122f091
6 changed files with 102 additions and 10 deletions

View File

@@ -336,4 +336,39 @@ a.post-item:visited {
#banner .layui-carousel-ind {
z-index: 999;
}
.post-event {
padding : 10px 0;
border-bottom: 1px solid #ddd;
}
.post-event-header {
display : flex;
align-items : center;
justify-content: flex-start;
}
.post-event-nickname {
font-size : 14px;
font-weight: 600;
margin-left: 15px;
}
.post-event-avatar {
width : 40px;
height : 40px;
background-size : cover;
background-position: left;
border-radius : 50%;
border : 1px solid #bbb;
}
.post-event-body {
line-height: 1.5;
}
.post-event-body img {
max-width: 100%;
}