Explorar o código

对二维码部分进行更改

Robin %!s(int64=6) %!d(string=hai) anos
pai
achega
55731a7190

+ 7 - 8
normand/frontend/frontend/views/layouts/main.php

@@ -48,10 +48,11 @@ use yii\helpers\Html;
 <div class="mobile-download" id="mobile-download" style="display: none;">
     <div class="iPhone_">
         <div>
-            <img id="download_ewm_iosend" src="<?= STATIC_URL ?>/static/fxm/images/appledownload.jpg"   style="width:180px !important;margin-right:20px;margin-top:10px;">
-		    <img id="download_ewm_iosend1" src="<?= STATIC_URL ?>/static/fxm/images/appledownload1.jpg" style="width:200px !important;margin-right:20px;">
+            <img id="download_ewm_iosend" src="<?= STATIC_URL ?>/static/fxm/images/iphonedownload.jpg" style="margin: 0px 10px;">
+		    <img id="download_ewm_iosend1" src="<?= STATIC_URL ?>/static/fxm/images/master.jpg" >
+            <img id="download_ewm_iosend1" src="<?= STATIC_URL ?>/static/fxm/images/spare.jpg" >
         </div>
-        <div style="width: 100px;font-size: 20px;box-sizing: inherit;">苹果的主要下载码</div>
+        <div style="width: 100px;font-size: 20px;box-sizing: inherit;">第一个为主要下载码,其他两个为辅助下载码</div>
         <img class="closeButton" id="closeButton" src="<?= STATIC_URL ?>/static/fxm/images/closeButton.png">
     </div>
 </div>
@@ -65,12 +66,10 @@ use yii\helpers\Html;
 <div class="mobile1-download" id="mobile1-download" style="display: none;">
     <div class="iPhone_">
         <div>
-            <img id="download_ewm_android" src="<?= STATIC_URL ?>/static/fxm/images/download.jpg"   style="width:180px !important;margin-right:20px;margin-top:10px;">
-		    <img id="download_ewm_android3" src="<?= STATIC_URL ?>/static/fxm/images/download3.jpg" style="width:180px !important;margin-right:20px;margin-top:10px;">
-		    <img id="download_ewm_android1" src="<?= STATIC_URL ?>/static/fxm/images/download1.jpg" style="width:200px !important;margin-right:20px;">
-		    <img id="download_ewm_android2" src="<?= STATIC_URL ?>/static/fxm/images/download2.jpg" style="width:200px !important;margin-right:20px;">
+            <img id="download_ewm_android" src="<?= STATIC_URL ?>/static/fxm/images/master.jpg"   >
+		    <img id="download_ewm_android3" src="<?= STATIC_URL ?>/static/fxm/images/spare.jpg" >
         </div>
-        <div style="width: 100px;font-size: 20px;box-sizing: inherit;">第一个主要下载码,其他三个为辅助下载码</div>
+        <div style="width: 100px;font-size: 20px;box-sizing: inherit;">第一个主要下载码,其他为辅助下载码</div>
         <img class="closeButton1" id="closeButton1" src="<?= STATIC_URL ?>/static/fxm/images/closeButton.png">
     </div>
 </div>

+ 4 - 4
normand/frontend/frontend/web/static/fxm/css/layout.css

@@ -2497,12 +2497,12 @@ select.error {
 
 .mobile-download .iPhone_ {
   position: absolute;
-  width:800px;
+  width:1000px;
   height: 420px;
   top: 50%;
   margin-top: -210px;
   left: 50%;
-  margin-left: -400px;
+  margin-left: -500px;
   background: #fff;
   -webkit-box-shadow: 0 0 20px #ccc;
           box-shadow: 0 0 20px #ccc;
@@ -2559,12 +2559,12 @@ select.error {
 
 .mobile1-download .iPhone_ {
   position: absolute;
-  width: 1250px;
+  width: 800px;
   height: 420px;
   top: 50%;
   margin-top: -210px;
   left: 50%;
-  margin-left: -625px;
+  margin-left: -400px;
   background: #fff;
   -webkit-box-shadow: 0 0 20px #ccc;
           box-shadow: 0 0 20px #ccc;

BIN=BIN
normand/frontend/frontend/web/static/fxm/images/iphonedownload.jpg


BIN=BIN
normand/frontend/frontend/web/static/fxm/images/master.jpg


BIN=BIN
normand/frontend/frontend/web/static/fxm/images/spare.jpg