jace преди 5 години
родител
ревизия
5b6bc47fe9
променени са 2 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 3 2
      normand/frontend/frontend/views/layouts/main.php
  2. 2 2
      normand/frontend/frontend/web/static/fxm/css/layout.css

+ 3 - 2
normand/frontend/frontend/views/layouts/main.php

@@ -49,11 +49,12 @@ use yii\helpers\Html;
 <div class="mobile-download" id="mobile-download" style="display: none;">
     <div class="iPhone_">
         <div>
+            <img id="download_ewm_iosend1" src="<?= STATIC_URL ?>/static/fxm/images/androiddownload.png"   >
             <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="" 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>

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

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