This commit is contained in:
JiXieShi
2024-05-03 22:14:21 +08:00
parent ce45736f28
commit 080c41d458
6 changed files with 121 additions and 25 deletions

View File

@@ -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>