liyongli il y a 2 ans
Parent
commit
d919fc2891

+ 2 - 2
src/view/SilkRoadSpringFestivalGala/pages/eight.vue

@@ -122,8 +122,8 @@
       teleport="#app"
       show-cancel-button
     >
-      <img :src="gift.url" style="width: 5em" />
-      <p style="padding: 0 1em; font-size: 12px;text-align: center;">
+      <img :src="gift.url" style="width: 5em;display: block;margin: 0 auto;" />
+      <p style="padding: 0 1em; font-size: 14px;text-align: center;">
         恭喜你中奖,请于1月4日前,在右下角“我的地址”中上传收货地址哦~
       </p>
     </van-dialog>

+ 4 - 3
src/view/SilkRoadSpringFestivalGala/pages/second.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="second">
     <img src="@/assets/img/Hi.png" class="title" />
-    <!-- <div class="titlselect">点我进入</div> -->
+    <div class="titlselect">点我进入</div>
     <img src="@/assets/img/bottom.png" class="titlbottom" />
     <!-- <div class="star">
       <img src="@/assets/img/star.png" class="starimg" />
@@ -46,7 +46,7 @@ function close() {
   //   background-image: url("../../../assets/img/silubg.jpg");
   //   background-size: 100% 100%;
   .second{
-    bottom: 13vh;
+    bottom: 17vh;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
@@ -65,7 +65,8 @@ function close() {
   .titlselect {
     color: #ffffff;
     position: absolute;
-    bottom: 24vh;
+    bottom: 12vh;
+    font-weight: 200;
     width: 100%;
     text-align: center;
     font-size: 16px;