We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05e300 commit a72e5f5Copy full SHA for a72e5f5
more.css
@@ -5,14 +5,15 @@
5
font-weight: 300;
6
font-family: sans-serif;
7
text-align: center;
8
- color: #999;
9
visibility: hidden;
10
height: 22px;
+ color: #333;
11
+ line-height: 22px;
12
}
13
14
.more-loading .more-refresh {
- height: 14px;
15
- width: 14px;
+ height: 20px;
16
+ width: 20px;
17
display: inline-block;
18
vertical-align: middle;
19
template.html
@@ -1,3 +1,4 @@
1
<div class="more-loading">
2
<i class="more-refresh"></i>
3
+ <span class="more-text">正在加载...</span>
4
</div>
0 commit comments