李志伟 3 年之前
父節點
當前提交
3b8b541c57
共有 5 個文件被更改,包括 12 次插入22 次删除
  1. 二進制
      src/assets/indexImg/indexBgctop.jpg
  2. 1
    1
      src/components/CalendarPoster.vue
  3. 1
    1
      src/components/MyWinning.vue
  4. 9
    19
      src/pages/Honghe.vue
  5. 1
    1
      src/pages/SaveShare.vue

二進制
src/assets/indexImg/indexBgctop.jpg 查看文件


+ 1
- 1
src/components/CalendarPoster.vue 查看文件

@@ -295,7 +295,7 @@ export default {
295 295
         border-radius: 8px;
296 296
         margin-top: 11px;
297 297
         width: 343px;
298
-        background-color: #c1172d;
298
+        background-color: #b12b32;
299 299
         border: 0;
300 300
         position: fixed;
301 301
         z-index: 15;

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

@@ -294,7 +294,7 @@ export default {
294 294
         border-radius: 8px;
295 295
         margin-top: 11px;
296 296
         width: 343px;
297
-        background-color: #c1172d;
297
+        background-color: #b12b32;
298 298
         border: 0;
299 299
         position: fixed;
300 300
         z-index: 15;

+ 9
- 19
src/pages/Honghe.vue 查看文件

@@ -2,11 +2,11 @@
2 2
   <div class="index-box">
3 3
     <popup :show="showPopup" @cancel="cancelFrom" :current-month="currentMonth" />
4 4
     <MyWinning :show="showMyWinning" :current-month="currentMonth" />
5
-    <div>
6
-      <div>
7
-        <!-- <img class="topImage" src="../assets/indexImg/indexBgc.jpg" alt /> -->
8
-      </div>
9
-    </div>
5
+    <!-- <div>
6
+      <div> -->
7
+        <img class="topImage" src="../assets/indexImg/indexBgctop.jpg" alt />
8
+      <!-- </div>
9
+    </div> -->
10 10
     <div class="outer6-wrapper">
11 11
       <div class="outer6 flex-col">
12 12
         <div v-for="month in list" :key="month.id" class="section-item">
@@ -241,10 +241,8 @@ export default {
241 241
   flex-direction: column;
242 242
 }
243 243
 .index-box {
244
-  // background: url('../assets/indexImg/indexBgc.jpg') no-repeat;
245
-  background-color: #c1172d;
246
-  background-size: 100% 100%;
247
-  width: 100%;
244
+  background-color: #b12b32;
245
+  width: 100vw;
248 246
   height: 100vh;
249 247
   position: relative;
250 248
   top: 0;
@@ -256,20 +254,12 @@ export default {
256 254
     z-index: 2;
257 255
   }
258 256
   .topImage {
259
-    width: 90%;
260
-    z-index: 8;
261
-    overflow-wrap: break-word;
262
-    text-align: center;
263
-    white-space: nowrap;
264
-    align-self: center;
265
-    margin-top: 20px;
266
-    background-size: 100% auto;
267
-    background-repeat: no-repeat;
257
+    width: 100vw;
268 258
   }
269 259
   .outer6-wrapper {
270 260
     width: 92vw;
271 261
     border: 1px solid #d0b69a;
272
-    margin: 16px auto 0;
262
+    margin: 0 auto;
273 263
     margin-bottom: 2em;
274 264
 
275 265
     .outer6 {

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

@@ -213,7 +213,7 @@ export default {
213 213
       border-radius: 8px;
214 214
       margin-top: 11px;
215 215
       width: 343px;
216
-      background-color: #c1172d;
216
+      background-color: #b12b32;
217 217
       border: 0;
218 218
       position: fixed;
219 219
       z-index: 15;