ss 3 月之前
父节点
当前提交
6f85991dad

+ 4 - 4
application/admin/view/index/def.html

@@ -247,10 +247,10 @@
 <!--                        <div class="title">小程序二维码</div>-->
 <!--                    </div>-->
 <!--                    {/notempty}-->
-<!--                    <div class="qrcode2">-->
-<!--                        <img src="{:url('Qrcode/qrcode',['code'=>$download,'type'=>1])}" alt="APP下载二维码">-->
-<!--                        <div class="title">APP下载二维码</div>-->
-<!--                    </div>-->
+                    <div class="qrcode2">
+                        <img src="{:url('Qrcode/qrcode',['code'=>$download,'type'=>1])}" alt="APP下载二维码">
+                        <div class="title">APP下载二维码</div>
+                    </div>
                 </div>
             </div>
         </div>

+ 2 - 2
application/h5/controller/Index.php

@@ -50,8 +50,8 @@ class Index extends Controller
 
    // 下载页
     public function download(){
-        $ios = "https://apps.apple.com/cn/app/id6478578497";
-//        $ios = '#';
+//        $ios = "https://apps.apple.com/cn/app/id6478578497";
+        $ios = '#';
         $android = '';
         $app = Db::name('app_mgr')
             ->where('del',0)

+ 44 - 13
application/h5/view/index/download.html

@@ -10,14 +10,17 @@
         html{
             width: 100%;
             height: 100%;
-            background-image: url("/static/mobile/img/bg.png");
-            background-repeat: no-repeat;
-            background-size: 100% 100%;
+            /*background-image: url("/static/mobile/img/bg.png");*/
+            /*background-repeat: no-repeat;*/
+            /*background-size: 100% 100%;*/
         }
         body{
-            padding: 15vw;
-            padding-top: 20vw;
-            padding-bottom: 0;
+            width: 100%;
+            height: 100%;
+            overflow: hidden;
+            /*padding: 15vw;*/
+            /*padding-top: 20vw;*/
+            /*padding-bottom: 0;*/
         }
         .logo{
             margin-bottom: 10vw;
@@ -34,12 +37,12 @@
             margin: 0 auto;
             margin-bottom: 20px;
             text-decoration: none;
-            color: #023894 ;
+            color: #fff ;
             border-radius: 22px;
             text-align: center;
             font-size: 16px;
             overflow: hidden;
-            border: 1px solid #023894 ;
+            border: 1px solid #fff ;
         }
         .btn:hover{
             text-decoration: none;
@@ -83,7 +86,7 @@
             background-color: transparent;
             position: fixed;
             z-index: 100;
-            top: 30%;
+            top: 35%;
             left: 0;
             width: 100%;
             height: 20%;
@@ -111,19 +114,47 @@
             height: 100%;
             display: inline-block;
         }
+
+        .bottom-logo{
+            width: 100%;
+            height: 25vw;
+            /*display: table-cell;*/
+            /*vertical-align: middle;*/
+            text-align: center;
+            padding-top: 121vw;
+            /*overflow: hidden;*/
+        }
+        .bottom-logo img{
+            width: 150px;
+            height: 150px;
+            margin: 0 auto;
+            position: relative;
+        }
+        .bg-img{
+            width: 100%;
+            height: auto;
+            position: absolute;
+            left: 0;
+            top: 0;
+            right: 0;
+        }
     </style>
 </head>
 <body>
-<div class="tu">
-    <img src="/static/mobile/img/tu.png" alt="">
+<!--<div class="tu">-->
+<!--    <img src="/static/mobile/img/tu.png" alt="">-->
+<!--</div>-->
+<img width="100%" src="/static/mobile/img/bg2x.png" alt="" class="bg-img">
+<div class="bottom-logo">
+    <img src="/static/mobile/img/bottom-logo2x.png" alt="">
 </div>
 <div class="appbtn">
     <a href="{$android}" class="btn">
-        <img src="/static/mobile/img/icon-az.png" alt="">
+        <img src="/static/mobile/img/icon-az1.png" alt="">
         &nbsp;安卓系统下载
     </a>
     <a href="{$ios}" class="btn">
-        <img src="/static/mobile/img/icon-ios.png" alt="">
+        <img src="/static/mobile/img/icon-ios1.png" alt="">
         &nbsp;苹果系统下载
     </a>
 </div>

二进制
public/static/mobile/img/bg.png


二进制
public/static/mobile/img/bg2x.png


二进制
public/static/mobile/img/tixing@3x.png