张延森 3 years ago
parent
commit
ca77ea6ef4
1 changed files with 20 additions and 0 deletions
  1. 20
    0
      src/components/Popup.vue

+ 20
- 0
src/components/Popup.vue View File

40
             <div class="dialog-footer">
40
             <div class="dialog-footer">
41
               <img @click="cancel" class="btn" src="../assets/buttonImg/closeBut.png" alt />
41
               <img @click="cancel" class="btn" src="../assets/buttonImg/closeBut.png" alt />
42
             </div>
42
             </div>
43
+
44
+            <div class="footer-tip" v-if="!noPrize && !(isPrize && isPrize.prizeId)">
45
+              再试几次,惊喜礼品在等你哟
46
+            </div>
43
           </div>
47
           </div>
44
           <!-- 右侧 -->
48
           <!-- 右侧 -->
45
           <div class="section-box">
49
           <div class="section-box">
303
         height: 30.6px;
307
         height: 30.6px;
304
       }
308
       }
305
     }
309
     }
310
+
311
+    .footer-tip {
312
+      color: #fff;
313
+      margin-top: 1em;
314
+      font-size: 0.9em;
315
+      letter-spacing: 1px;
316
+      opacity: 0.2;
317
+
318
+      animation: breaf 2.6s ease infinite;
319
+    }
320
+  }
321
+
322
+  @keyframes breaf {
323
+    50% {
324
+      opacity: 0.8;
325
+    }    
306
   }
326
   }
307
   .section-box {
327
   .section-box {
308
     position: absolute;
328
     position: absolute;