zz 6 lat temu
rodzic
commit
a42425e8aa

+ 2 - 2
resources/views/pay/activity/huaweiActivity.blade.php

@@ -240,7 +240,7 @@
         .dialog-wrap img {
             width: 100%;
         }
-        /*# sourceMappingURL=index.css.map */
+
     </style>
 </head>
 
@@ -288,7 +288,7 @@
     <p class="rule-line"></p>
     <div class="rule-items">
         <p class="item">1、充值成功即获得抽奖机会;</p>
-        <p class="item">2、此充值书币充值,1元=100书币;</p>
+        <p class="item">2、此充值书币充值,1元=100书币;</p>
         <p class="item">3、书币为虚拟物品,一经充值不得退款;</p>
         <p class="item">4、活动期间不限充值次数;</p>
     </div>

+ 15 - 11
resources/views/pay/activity/huaweiLottery.blade.php

@@ -21,6 +21,9 @@
             margin: 0;
             background-color: #ba3d26;
             font-size: 100px;
+        }
+
+        .main_box {
             position: relative;
         }
 
@@ -32,7 +35,7 @@
             width: 100%;
             height: 0.3rem;
             position: absolute;
-            top: 19%;
+            top: 16%;
             left: 0;
             right: 0;
             overflow: hidden;
@@ -92,7 +95,7 @@
 
         .index .time {
             position: absolute;
-            top: 26.5%;
+            top: 22%;
             width: 50%;
             left: 50%;
             -webkit-transform: translate(-50%);
@@ -121,7 +124,7 @@
 
         .index .zp_out {
             position: absolute;
-            top: 34.3%;
+            top: 28%;
             left: 50%;
             -webkit-transform: translate(-50%);
             transform: translate(-50%);
@@ -138,7 +141,7 @@
 
         .index .zz {
             position: absolute;
-            top: 44%;
+            top: 35%;
             left: 50%;
             -webkit-transform: translate(-50%);
             transform: translate(-50%);
@@ -163,7 +166,7 @@
             font-size: 0.25rem;
             color: #9b1800;
             position: absolute;
-            top: 75%;
+            top: 61%;
             left: 50%;
             -webkit-transform: translate(-50%);
             transform: translate(-50%);
@@ -191,7 +194,7 @@
             display: -ms-flexbox;
             display: flex;
             position: absolute;
-            top: 85%;
+            top: 69.5%;
             left: 50%;
             -webkit-transform: translate(-50%);
             transform: translate(-50%);
@@ -206,6 +209,7 @@
             border-radius: 100px;
             color: #ba3d26;
             margin-right: 0.1rem;
+            font-weight: bold;
         }
 
         .index .remaining .remaining-rmb {
@@ -214,7 +218,7 @@
 
         .index .rule {
             position: absolute;
-            top: 92%;
+            top: 75%;
             padding: 0 0.37rem;
         }
 
@@ -242,6 +246,8 @@
         .index .rule .rule_content {
             font-size: 0.12rem;
             color: #fabbaf;
+            overflow-y: scroll;
+            height: 1.25rem;
         }
 
         .dialog {
@@ -262,7 +268,7 @@
             left: 50%;
             -webkit-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
-            background: top/cover url(https://cdn-novel.iycdm.com/h5/activity-2019-05-30/get.png) no-repeat;
+            background: top/cover url(./img/弹框.png) no-repeat;
             font-size: 0;
             border-radius: 6px;
         }
@@ -320,7 +326,7 @@
             left: 50%;
             -webkit-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
-            background: top/cover url(https://cdn-novel.iycdm.com/h5/activity-2019-05-30/failure.png) no-repeat;
+            background: top/cover url(./img/没中奖弹框.png) no-repeat;
             font-size: 0;
             border-radius: 6px;
         }
@@ -347,8 +353,6 @@
         .hide{
             display: none;
         }
-
-        /*# sourceMappingURL=index.css.map */
     </style>
 </head>