李志伟 пре 3 година
родитељ
комит
e059f7ac84
3 измењених фајлова са 12 додато и 17 уклоњено
  1. 8
    13
      src/components/CalendarPoster.vue
  2. 2
    2
      src/components/MyWinning.vue
  3. 2
    2
      src/pages/SaveShare.vue

+ 8
- 13
src/components/CalendarPoster.vue Прегледај датотеку

@@ -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
   }

+ 2
- 2
src/components/MyWinning.vue Прегледај датотеку

@@ -189,8 +189,8 @@ export default {
189 189
 
190 190
   // 内容层 z-index要比遮罩大,否则会被遮盖
191 191
   .backhome {
192
-    width: 85px;
193
-    height: 42px;
192
+    width: 80.5px;
193
+    height: 37.8px;
194 194
     position: fixed;
195 195
     left: 1rem;
196 196
     top: 1rem;

+ 2
- 2
src/pages/SaveShare.vue Прегледај датотеку

@@ -111,8 +111,8 @@ export default {
111 111
   flex-direction: column;
112 112
 }
113 113
 .backhome {
114
-  width: 85px;
115
-  height: 42px;
114
+  width: 80.5px;
115
+  height: 37.8px;
116 116
   position: fixed;
117 117
   left: 1rem;
118 118
   top: 1rem;