|
@@ -1,18 +1,11 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div v-if="show" class="dialog-my">
|
3
|
3
|
<div style=" height:100vh; width:100%;">
|
4
|
|
- <!-- 弹窗 -->
|
5
|
|
- <!-- <ShaerPopup :show="shaerShow" @closeMyself="cancelPopup" /> -->
|
6
|
|
- <!-- 弹窗 -->
|
7
|
|
-
|
8
|
|
- <!-- <router-link :to="{path:'/'}"> -->
|
9
|
4
|
<div
|
10
|
5
|
class="backhome"
|
11
|
6
|
:style="`background:url('${backimg}');background-size: 100% auto;`"
|
12
|
7
|
@click="cancelPopupts"
|
13
|
8
|
></div>
|
14
|
|
- <!-- </router-link> -->
|
15
|
|
-
|
16
|
9
|
<div>
|
17
|
10
|
<div v-if="PrizeState===0">
|
18
|
11
|
<!-- 领取屏保 -->
|
|
@@ -34,14 +27,6 @@
|
34
|
27
|
<div class="wrap3 flex-col">
|
35
|
28
|
<img src="../assets/prizeImg/activityOver.jpg" class="subhaibao" />
|
36
|
29
|
</div>
|
37
|
|
- <!-- <div class="wrap5 flex-col">
|
38
|
|
- <span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
|
39
|
|
- <div
|
40
|
|
- class="main5 flex-col"
|
41
|
|
- :style="`background-image: url(${shaerButRed});`"
|
42
|
|
- @click="()=>{this.shaerShow=true}"
|
43
|
|
- ></div>
|
44
|
|
- </div>-->
|
45
|
30
|
</div>
|
46
|
31
|
</div>
|
47
|
32
|
</div>
|
|
@@ -112,7 +97,6 @@ export default {
|
112
|
97
|
/** 取消按钮操作 */
|
113
|
98
|
cancelPopupts() {
|
114
|
99
|
// this.shaerShow = false
|
115
|
|
- // console.log(22222222222222222222222)
|
116
|
100
|
this.$emit('cancelPopus', true)
|
117
|
101
|
},
|
118
|
102
|
|
|
@@ -284,35 +268,6 @@ export default {
|
284
|
268
|
top: 0;
|
285
|
269
|
}
|
286
|
270
|
}
|
287
|
|
- .wrap5 {
|
288
|
|
- height: 137px;
|
289
|
|
- background-color: #efe9e0;
|
290
|
|
- width: 100vw;
|
291
|
|
- justify-content: center;
|
292
|
|
- align-items: center;
|
293
|
|
- display: flex;
|
294
|
|
- .txt1 {
|
295
|
|
- background-size: 100% auto;
|
296
|
|
- background-repeat: no-repeat;
|
297
|
|
- width: 112px;
|
298
|
|
- height: 18px;
|
299
|
|
- margin-bottom: 80px;
|
300
|
|
- }
|
301
|
|
- }
|
302
|
|
-
|
303
|
|
- .main5 {
|
304
|
|
- background-size: 100% auto;
|
305
|
|
- background-repeat: no-repeat;
|
306
|
|
- height: 48px;
|
307
|
|
- border-radius: 8px;
|
308
|
|
- margin-top: 11px;
|
309
|
|
- width: 343px;
|
310
|
|
- background-color: #b12b32;
|
311
|
|
- border: 0;
|
312
|
|
- position: fixed;
|
313
|
|
- z-index: 15;
|
314
|
|
- bottom: 5vh;
|
315
|
|
- }
|
316
|
271
|
}
|
317
|
272
|
}
|
318
|
273
|
}
|