李志伟 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
               </div>
42
               </div>
43
               <div class="wrap5 flex-col">
43
               <div class="wrap5 flex-col">
44
                 <span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
44
                 <span class="txt1" :style="`background-image: url(${pressLucky});`"></span>
45
-                <div
45
+                <!-- <div
46
                   class="main5-month flex-col"
46
                   class="main5-month flex-col"
47
                   :style="`background-image: url(${shaerButRed});`"
47
                   :style="`background-image: url(${shaerButRed});`"
48
                   @click="()=>{this.shaerShow=true}"
48
                   @click="()=>{this.shaerShow=true}"
49
-                ></div>
49
+                ></div> -->
50
+              <img class="main5-month flex-col" :src="shaerButRed" @click="()=>{this.shaerShow=true}" />
50
               </div>
51
               </div>
51
             </div>
52
             </div>
52
           </div>
53
           </div>
191
 
192
 
192
   // 内容层 z-index要比遮罩大,否则会被遮盖
193
   // 内容层 z-index要比遮罩大,否则会被遮盖
193
   .backhome {
194
   .backhome {
194
-    width: 85px;
195
-    height: 42px;
195
+    width: 80.5px;
196
+    height: 37.8px;
196
     position: fixed;
197
     position: fixed;
197
     left: 1rem;
198
     left: 1rem;
198
     top: 1rem;
199
     top: 1rem;
287
       }
288
       }
288
 
289
 
289
       .main5-month {
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
         position: fixed;
294
         position: fixed;
299
         z-index: 15;
295
         z-index: 15;
300
-        bottom: 4vh;
301
       }
296
       }
302
     }
297
     }
303
   }
298
   }

+ 2
- 2
src/components/MyWinning.vue 查看文件

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

+ 2
- 2
src/pages/SaveShare.vue 查看文件

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