Commit 0dddd61b authored by 叶飞's avatar 叶飞

fix: notice

parent 9b5f66a8
...@@ -4,11 +4,27 @@ ...@@ -4,11 +4,27 @@
max-height: 400px; max-height: 400px;
overflow: auto; overflow: auto;
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; width: 5px;
height: 5px;
}
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
background: rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 0 6px rgba(177,177,177,0.5);
box-shadow: inset 0 0 6px rgba(177,177,177,0.5);
}
&::-webkit-scrollbar-track {
/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
box-shadow: inset 0 0 6px rgba(193,193,193,0.3);
border-radius: 10px;
} }
.list { .list {
.item { .item {
overflow: hidden; overflow: hidden;
padding: 0px;
cursor: pointer; cursor: pointer;
.meta { .meta {
width: 100%; width: 100%;
...@@ -29,10 +45,8 @@ ...@@ -29,10 +45,8 @@
text-align: center; text-align: center;
transition: all 0.3s; transition: all 0.3s;
} }
} }
.notFound { .notFound {
padding: 73px 0 88px; padding: 73px 0 88px;
color: @text-color-secondary; color: @text-color-secondary;
......
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
color: #1ba6f9; color: #1ba6f9;
margin-right: 10px; margin-right: 10px;
} }
margin-bottom: 5px; margin-bottom: 3px;
font-size: 12px;
} }
.messageTime { .messageTime {
float: right; float: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment