mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
新增动态的样式;
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user