2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
@import "variable.less"; // Variable.less
.recent-meaasge {
margin-top: 15px;
.media {
border-bottom: 1px solid @border;
// padding-top: 10px;
padding-bottom: 10px;
}
.media-left {
padding-right: 25px;
img {
border-radius: 100px;
}
}
.media-body {
position: relative;
h4 {
font-size: 16px;
}
p {
margin-top: 10px;
margin-bottom: 10px;
}
}
}
.meaasge-date {
float: right;
color: @text;
// font-family: @mol;
position: absolute;
right: 0;
top: 0;
font-size: 12px;
}