|
@@ -42,11 +42,12 @@
|
42
|
42
|
</div>
|
43
|
43
|
<div class="wrap5 flex-col">
|
44
|
44
|
<span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
|
45
|
|
- <div
|
|
45
|
+ <!-- <div
|
46
|
46
|
class="main5-month flex-col"
|
47
|
47
|
:style="`background-image: url(${shaerButRed});`"
|
48
|
48
|
@click="()=>{this.shaerShow=true}"
|
49
|
|
- ></div>
|
|
49
|
+ ></div> -->
|
|
50
|
+ <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
|
50
|
51
|
</div>
|
51
|
52
|
</div>
|
52
|
53
|
</div>
|
|
@@ -191,8 +192,8 @@ export default {
|
191
|
192
|
|
192
|
193
|
// 内容层 z-index要比遮罩大,否则会被遮盖
|
193
|
194
|
.backhome {
|
194
|
|
- width: 85px;
|
195
|
|
- height: 42px;
|
|
195
|
+ width: 80.5px;
|
|
196
|
+ height: 37.8px;
|
196
|
197
|
position: fixed;
|
197
|
198
|
left: 1rem;
|
198
|
199
|
top: 1rem;
|
|
@@ -287,17 +288,11 @@ export default {
|
287
|
288
|
}
|
288
|
289
|
|
289
|
290
|
.main5-month {
|
290
|
|
- background-position: 50% 50%;
|
291
|
|
- background-repeat: no-repeat;
|
292
|
|
- height: 43.2px;
|
293
|
|
- border-radius: 8px;
|
294
|
|
- margin-top: 11px;
|
295
|
|
- width: 308.7px;
|
296
|
|
- background-color: #b02c32;
|
297
|
|
- border: 0;
|
|
291
|
+ height: 8.64vw;
|
|
292
|
+ width: 86.4vw;
|
|
293
|
+ bottom: 5vh;
|
298
|
294
|
position: fixed;
|
299
|
295
|
z-index: 15;
|
300
|
|
- bottom: 4vh;
|
301
|
296
|
}
|
302
|
297
|
}
|
303
|
298
|
}
|