|
@@ -40,6 +40,10 @@
|
40
|
40
|
<div class="dialog-footer">
|
41
|
41
|
<img @click="cancel" class="btn" src="../assets/buttonImg/closeBut.png" alt />
|
42
|
42
|
</div>
|
|
43
|
+
|
|
44
|
+ <div class="footer-tip" v-if="!noPrize && !(isPrize && isPrize.prizeId)">
|
|
45
|
+ 再试几次,惊喜礼品在等你哟
|
|
46
|
+ </div>
|
43
|
47
|
</div>
|
44
|
48
|
<!-- 右侧 -->
|
45
|
49
|
<div class="section-box">
|
|
@@ -303,6 +307,22 @@ export default {
|
303
|
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
|
327
|
.section-box {
|
308
|
328
|
position: absolute;
|