Browse Source

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

DengTao 8 years ago
parent
commit
6727657a4d
1 changed files with 5 additions and 8 deletions
  1. 5 8
      www/protected/modules/moonclub/views/web/index.php

+ 5 - 8
www/protected/modules/moonclub/views/web/index.php

@@ -124,9 +124,7 @@
         }
 
         .loading {
-
             position: absolute;
-            top:35%;
             width: 100%;
             height: 100%;
             background: rgba(255, 255, 255, 0.21);
@@ -149,8 +147,8 @@
             left: 50%;
             -webkit-transform: translate(-50%, -50%);
             width: 90%;
-            height: 30px;
-            border-radius: 3px;
+            height: 10px;
+            border-radius: 10px;
             border: 1px solid #ccc;
             background: rgba(255, 255, 255, 0.34);
             overflow: hidden;
@@ -190,11 +188,10 @@
 <div class="spa-fullscreen"></div>
 <div class="spa-loader">
     <div class="loading">
-        <!--<div class="process">
+        <div class="process">
             <div class="cs"></div>
-            <div>页面加载中。。。</div>
-        </div>-->
-        <img src="<?php echo Yii::app()->request->baseUrl; ?>/images/loading-01-09.gif" alt="">
+        </div>
+<!--        <img src="--><?php //echo Yii::app()->request->baseUrl; ?><!--/images/loading-01-09.gif" alt="">-->
     </div>
 </div>
 <script type="text/javascript" id="graceMain"></script>