Authored by zhangxiaoru

load

@@ -9,4 +9,6 @@ setTimeout(function() { @@ -9,4 +9,6 @@ setTimeout(function() {
9 if ($('.vip-privilege-page').height() < $(window).height()) { 9 if ($('.vip-privilege-page').height() < $(window).height()) {
10 $('.vip-privilege-page').height($(window).height()) 10 $('.vip-privilege-page').height($(window).height())
11 } 11 }
12 -}, 500) 12 +}, 500);
  13 +
  14 +yoho.showLoading(false);
@@ -59,13 +59,13 @@ @@ -59,13 +59,13 @@
59 background: #ccc; 59 background: #ccc;
60 opacity: 1; 60 opacity: 1;
61 vertical-align: middle; 61 vertical-align: middle;
62 - border-radius: 50%; 62 + border-radius: 60%;
63 63
64 &.active { 64 &.active {
65 width: 12px; 65 width: 12px;
66 height: 12px; 66 height: 12px;
67 background: #fff; 67 background: #fff;
68 - border-radius: 50%; 68 + border-radius: 60%;
69 } 69 }
70 } 70 }
71 71