Skip to content

Commit a72e5f5

Browse files
committed
add loading text
1 parent a05e300 commit a72e5f5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

more.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
font-weight: 300;
66
font-family: sans-serif;
77
text-align: center;
8-
color: #999;
98
visibility: hidden;
109
height: 22px;
10+
color: #333;
11+
line-height: 22px;
1112
}
1213

1314
.more-loading .more-refresh {
14-
height: 14px;
15-
width: 14px;
15+
height: 20px;
16+
width: 20px;
1617
display: inline-block;
1718
vertical-align: middle;
1819
}

template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<div class="more-loading">
22
<i class="more-refresh"></i>
3+
<span class="more-text">正在加载...</span>
34
</div>

0 commit comments

Comments
 (0)