Browse Source

图标回滚推送

laiguoran 4 years ago
parent
commit
6c6e863aae
2 changed files with 6 additions and 3 deletions
  1. 4 1
      lib/font-awesome/font-awesome.min.css
  2. 2 2
      web/users/html/user-check.html

File diff suppressed because it is too large
+ 4 - 1
lib/font-awesome/font-awesome.min.css


+ 2 - 2
web/users/html/user-check.html

@@ -45,7 +45,7 @@ html{height:100%;}
                     <p class="h4 mb-0"> QQ:<%= userinfo.qq %></p>
                 </div>
             </div>
-            <p class="text-center mt-2 text-success" style="font-size:10px"><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i></p>
+            <p class="text-center mt-2 text-success" style="font-size:10px"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i></p>
             <div class="form-group">
                 <a href="/wap/checkuser" class="btn btn-outline-primary btn-block">返回</a>
             </div>
@@ -55,7 +55,7 @@ html{height:100%;}
                     <p class="h4 mb-0"><%= mobile %> 未注册</p>
                 </div>
             </div>
-            <p class="text-center mt-2 text-danger" style="font-size:10px"><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i><i class="fal fa-asterisk fa-spin fa-3x fa-fw"></i></p>
+            <p class="text-center mt-2 text-danger" style="font-size:10px"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i></p>
             <div class="form-group">
                 <a href="/wap/reg" class="btn btn-outline-primary btn-block">立即注册</a>
             </div>