Browse Source

dnf专题修改、蜀门专题

PC-20180523CIYM\Administrator 5 years ago
parent
commit
128dfad603

+ 1 - 1
2019专题/1909dnf版本更新专题/src/_index.html

@@ -24,7 +24,7 @@
                 <div class="popup-wrap">
                     <i class="btn-close"></i>
                     <p class="title">您的专属豪华礼包</p>
-                    <div class="code">
+                    <div class="code-wrap">
                         <em>礼包口令码:</em>
                         <input type="text" value="SZI3VXZOD6B" readonly />
                         <span class="btn-copy" data-clipboard-text="SZI3VXZOD6B">复制</span>

+ 1 - 1
2019专题/1909dnf版本更新专题/src/sass/global.scss

@@ -111,7 +111,7 @@ body{
                     text-align: center;
                     margin-bottom: 17px;
                 }
-                .code {
+                .code-wrap {
                     height: 36px;
                     font-size: 0;
                     text-align: center;

+ 1 - 1
2019专题/1909蜀门专题/src/_index.html

@@ -44,8 +44,8 @@
                 <div class="tip-wrap">
                     <p class="time">活动时间:2019年7月19日-2019年7月25日</p>
                     <p class="text">活动要求:参与《神雕侠侣2》官方预交友级队活动(正式开服后,添加的 好友关系将同步至游戏中)成功参与后在活动页面提交参与记录截图即可瓜分奖励。可在快速组队区分享你的交友链接邀请多玩网友一起参与活动</p>
+                    <p class="count">你还有<em id="lotteryCount">0</em>次抽奖机会</p>
                 </div>
-                <em id="lotteryCount" style="display: none !important;">0</em>
                 <ul class="lottery-cot" id="lottery">
                     <li class="lottery-item item1 left" data-order="0" data-score="1" title="">
                         <div class="img-wrap">

BIN
2019专题/1909蜀门专题/src/img/bg-title3.png


+ 11 - 2
2019专题/1909蜀门专题/src/sass/global.scss

@@ -88,7 +88,7 @@ body{
         background: no-repeat top center;
         @for $i from 1 through 4 {
             &.title#{$i} {
-                background-image: url(../img/bg-title#{$i}.png);
+                background-image: url(../img/bg-title#{$i}.png?2);
             }
         }
     }
@@ -198,9 +198,18 @@ body{
                     text-align: justify;
                     margin: 12px auto 0;
                 }
+                .count {
+                    text-align: center;
+                    margin-top: 10px;
+                    em {
+                        font-size: 18px;
+                        color: red;
+                        padding: 0 3px;
+                    }
+                }
             }
             .lottery-cot {
-                margin-top: 55px;
+                margin-top: 52px;
                 position: relative;
                 li {
                     position: absolute;