Baozhangchao 3 years ago
parent
commit
1eb68c20dc
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      src/components/Popup.vue

+ 7
- 5
src/components/Popup.vue View File

26
               <div :class="`dialog-popuImag ${classDivAA?'flipped':''}`">
26
               <div :class="`dialog-popuImag ${classDivAA?'flipped':''}`">
27
                 <!-- <img src="../assets/buttonImg/popuBody.jpg" alt /> -->
27
                 <!-- <img src="../assets/buttonImg/popuBody.jpg" alt /> -->
28
                 <div class="back">
28
                 <div class="back">
29
-                  <img style="width: 180px; height:492px" :src="currentMonth.popImg" alt />
29
+                  <img style="width: 48vw; height:492px" :src="currentMonth.popImg" alt />
30
                 </div>
30
                 </div>
31
 
31
 
32
                 <div class="front">
32
                 <div class="front">
33
-                  <img style="width: 180px; height:492px " :src="currentMonth.calendarImg" alt />
33
+                  <img style="width: 48vw; height:492px " :src="currentMonth.calendarImg" alt />
34
                 </div>
34
                 </div>
35
               </div>
35
               </div>
36
             </div>
36
             </div>
302
   }
302
   }
303
   .section-box {
303
   .section-box {
304
     position: absolute;
304
     position: absolute;
305
-    left: 82vw;
305
+    right: 15vw;
306
+    top: 98px;
307
+    height: 394px;
306
     display: flex;
308
     display: flex;
307
     flex-direction: column;
309
     flex-direction: column;
310
+    width: 36px;
308
     justify-content: space-between;
311
     justify-content: space-between;
309
-    margin-top: 5em;
310
 
312
 
311
     img {
313
     img {
312
-      width: 36px;
314
+      width: 100%;
313
       background-size: 100% auto;
315
       background-size: 100% auto;
314
       margin-top: 0;
316
       margin-top: 0;
315
       border-radius: 18px;
317
       border-radius: 18px;