UP svg
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
}
|
||||
|
||||
#talk .loading {
|
||||
vertical-align: middle;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -52,7 +53,8 @@
|
||||
}
|
||||
|
||||
#talk .loading img {
|
||||
width: 200px;
|
||||
width: 50px;
|
||||
background-color:var(--primary,#673ab7);
|
||||
}
|
||||
|
||||
.talk_item {
|
||||
@@ -193,7 +195,7 @@
|
||||
</style>
|
||||
|
||||
<div id="talk">
|
||||
<div class='loading'><img src="/img/loading.svg" alt="加载中..."></div>
|
||||
<div class='loading'><img src="/public/img/loading.svg" alt="加载中..."></div>
|
||||
</div>
|
||||
|
||||
<div class="limit">- 只展示最近30条说说 -</div>
|
||||
|
Reference in New Issue
Block a user