Przeglądaj źródła

Merge branch 'master' of http://git.ycjcjy.com/honghe/h5-draw-lots

李志伟 3 lat temu
rodzic
commit
d30340d04e
3 zmienionych plików z 12 dodań i 10 usunięć
  1. 9
    7
      public/index.html
  2. BIN
      src/assets - 快捷方式.lnk
  3. 3
    3
      src/components/Popup.vue

+ 9
- 7
public/index.html Wyświetl plik

@@ -22,15 +22,15 @@
22 22
       }
23 23
 
24 24
       .page-loading {
25
-        width: 641px;
26
-        height: 641px;
25
+        width: 100vw;
26
+        height: 100vw;
27 27
       }
28 28
 
29 29
       .page-loading .loading-image {
30
-        width: 146px;
31
-        height: 146px;
32
-        background: url(./images/loadingBgc.jpg) no-repeat 100% 100%;
33
-        animation: loadingrotate 2s linear infinite;
30
+        width: 25vw;
31
+        height: 25vw;
32
+        animation: loadingrotate 4.5s linear infinite;
33
+        margin: auto;
34 34
       }
35 35
 
36 36
       .page-loading .loading-tips {
@@ -48,7 +48,9 @@
48 48
   <body>
49 49
     <div class="page-loading-wrapper">
50 50
       <div class="page-loading">
51
-        <div class="loading-image"></div>
51
+        <div class="loading-image">
52
+          <img src="./images/loading.png" width="100%" alt="">
53
+        </div>
52 54
         <div class="loading-tips">
53 55
           <img src="./images/loading_bar.png" width="100%" alt="">
54 56
         </div>

BIN
src/assets - 快捷方式.lnk Wyświetl plik


+ 3
- 3
src/components/Popup.vue Wyświetl plik

@@ -25,7 +25,7 @@
25 25
               <div :class="`dialog-popuImag ${classDivAA?'flipped':''}`">
26 26
                 <!-- <img src="../assets/buttonImg/popuBody.jpg" alt /> -->
27 27
                 <div class="back">
28
-                  <img style="width: 180px; height:492px" :src="currentMonth.screenImg" alt />
28
+                  <img style="width: 180px; height:492px" :src="currentMonth.popImg" alt />
29 29
                 </div>
30 30
 
31 31
                 <div class="front">
@@ -322,8 +322,8 @@ export default {
322 322
       margin: 10px auto 0;
323 323
       .btn {
324 324
         padding-top: 0;
325
-        width: 32px;
326
-        height: 32px;
325
+        width: 40px;
326
+        height: 34px;
327 327
       }
328 328
     }
329 329
   }