|
@@ -23,11 +23,12 @@
|
23
|
23
|
</div>
|
24
|
24
|
<div class="mod2 flex-col">
|
25
|
25
|
<div class="block1 flex-col">
|
26
|
|
- <div
|
|
26
|
+ <!-- <div
|
27
|
27
|
class="section1 flex-col"
|
28
|
28
|
@click="()=>{this.shaerShow=true}"
|
29
|
29
|
:style="`background-image: url(${shaerBut});`"
|
30
|
|
- ></div>
|
|
30
|
+ ></div> -->
|
|
31
|
+ <img class="section1 flex-col" :src="shaerBut" @click="()=>{this.shaerShow=true}" />
|
31
|
32
|
<span :style="`background-image: url(${pressImage});`" class="info2"></span>
|
32
|
33
|
</div>
|
33
|
34
|
</div>
|
|
@@ -42,12 +43,7 @@
|
42
|
43
|
</div>
|
43
|
44
|
<div class="wrap5 flex-col">
|
44
|
45
|
<span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
|
45
|
|
- <!-- <div
|
46
|
|
- class="main5-month flex-col"
|
47
|
|
- :style="`background-image: url(${shaerButRed});`"
|
48
|
|
- @click="()=>{this.shaerShow=true}"
|
49
|
|
- ></div> -->
|
50
|
|
- <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
|
|
46
|
+ <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
|
51
|
47
|
</div>
|
52
|
48
|
</div>
|
53
|
49
|
</div>
|
|
@@ -225,14 +221,8 @@ export default {
|
225
|
221
|
.block1 {
|
226
|
222
|
height: 113px;
|
227
|
223
|
.section1 {
|
228
|
|
- height: 75.6px;
|
229
|
|
- border-radius: 8px;
|
230
|
|
- background-size: 100% auto;
|
231
|
|
- background-color: #fff;
|
232
|
|
- width: 162px;
|
233
|
|
- justify-content: center;
|
234
|
|
- align-items: center;
|
235
|
|
- border: 0;
|
|
224
|
+ height: 48px;
|
|
225
|
+ width: 141px;
|
236
|
226
|
}
|
237
|
227
|
.info2 {
|
238
|
228
|
width: 140.4px;
|
|
@@ -241,7 +231,6 @@ export default {
|
241
|
231
|
color: #fff;
|
242
|
232
|
text-align: center;
|
243
|
233
|
align-self: center;
|
244
|
|
- margin-top: 12px;
|
245
|
234
|
background-size: 100% auto;
|
246
|
235
|
background-repeat: no-repeat;
|
247
|
236
|
}
|