浏览代码

feat:首页

cmy 1 天之前
父节点
当前提交
80b99d34c8
共有 33 个文件被更改,包括 1477 次插入492 次删除
  1. 2 1
      source/index/BaseUser.php
  2. 9 10
      source/index/login.php
  3. 233 119
      source/index/lost.php
  4. 5 0
      source/index/public/footer.php
  5. 104 61
      source/index/public/header.php
  6. 11 34
      source/index/publish.php
  7. 167 48
      source/index/publish_detail.php
  8. 17 5
      source/index/publish_success.php
  9. 14 8
      source/index/reg.php
  10. 6 6
      source/template/mobile/moban2/index.php
  11. 175 3
      static/index/css/apps-info-top.css
  12. 216 0
      static/index/css/apps.css
  13. 16 16
      static/index/css/h5.css
  14. 211 0
      static/index/css/header.css
  15. 129 0
      static/index/css/login.css
  16. 25 3
      static/index/css/main.css
  17. 132 176
      static/index/css/moban2.css
  18. 二进制
      static/index/image/inner-nav/nav-vip1.png
  19. 二进制
      static/index/image/inner-nav/nav-vip2.png
  20. 二进制
      static/index/image/inner-nav/nav-vip3.png
  21. 二进制
      static/index/image/inner-nav/nav-vip4.png
  22. 0 0
      static/index/image/m/moban2/banner.png
  23. 0 0
      static/index/image/m/moban2/contact-bg.png
  24. 0 0
      static/index/image/m/moban2/icon-menu.svg
  25. 0 0
      static/index/image/m/moban2/sign-buttom.png
  26. 0 0
      static/index/image/m/moban2/sign-title-1.png
  27. 0 0
      static/index/image/m/moban2/sign-title-2.png
  28. 0 0
      static/index/image/m/moban2/sign-title-3.png
  29. 0 0
      static/index/image/m/moban2/sign-title-4.png
  30. 0 0
      static/index/image/m/moban2/step.png
  31. 0 0
      static/index/image/m/moban2/web-bg.png
  32. 3 0
      static/index/image/m/nav/icon-arrow-down.svg
  33. 2 2
      static/index/js/js.js

+ 2 - 1
source/index/BaseUser.php

@@ -262,6 +262,7 @@ class BaseUser extends Base
                         <span class="<?php echo $_var_1["in_form"] == "iOS" ? "iconfont icon-iphone" : "iconfont icon-android"; ?>"></span>
                         适用于<?php echo $_var_1["in_form"] == "iOS" ? "苹果" : "安卓"; ?><?php echo $_var_1["in_mnvs"]; ?>系统以上的设备
                     </span>
+                    <br class="visible-xs">
                     <span>版本<i><?php echo $_var_1["in_bsvs"]; ?> (Build <?php echo $_var_1["in_bvs"]; ?>)</i></span>
                     <span>大小<i><?php echo formatsize($_var_1["in_size"]); ?></i></span>
                 </dd>
@@ -331,7 +332,7 @@ class BaseUser extends Base
     ?>
         <link rel="stylesheet" href="/static/index/css/apps-info-top.css" />
         <link rel="stylesheet" href="/static/index/css/apps-aside.css" />
-        <div class="col-sm-2">
+        <div class="col-sm-2 hidden-xs">
             <aside class="aside-left">
                 <div class="aside-app-list-tilte">我的应用</div>
                 <ul class="aside-app-list">

+ 9 - 10
source/index/login.php

@@ -86,8 +86,8 @@ class login extends Base
 
             <script src="/static/index/js/jquery.validate.min.js"></script>
             <div class="login-common">
-                <div class="tit">
-                    <div id="acc_login" class="tit" style="display:inline-block;cursor:pointer">账号登录</div>
+                <div class="tit-tabs">
+                    <div id="acc_login" class="tit active" style="display:inline-block;cursor:pointer">账号登录</div>
 
                     <?php if (IN_SMS666666) { ?>
                         &nbsp; &nbsp; &nbsp;
@@ -127,7 +127,7 @@ class login extends Base
                 </form>
 
                 <form role="form" id="loginValid_code" novalidate="novalidate" style="display:none">
-                    <font color="#FF0000" style="font-size:20px">未设置短信,请使用左边的账号登录。<br>需要测试短信登录功能请联系客服设置。</font>
+                    <font color="#FF0000">未设置短信,请使用左边的账号登录。<br>需要测试短信登录功能请联系客服设置。</font>
                     <div class="form-group">
                         <label class="iconfont icon-user" for="phone"></label>
                         <input type="text" class="form-control input-lg" id="phone" name="phone"
@@ -230,17 +230,13 @@ class login extends Base
 
                     });
 
-
-
-
-
-
-
                     $('#acc_login').click(function() {
                         $('#phone_login').css('color', 'rgba(118, 144, 181, 1)');
                         $('#acc_login').css('color', 'rgba(21, 21, 21, 1)');
                         $('#loginValid').css('display', 'block');
                         $('#loginValid_code').css('display', 'none');
+                        $("#acc_login").addClass("active");
+                        $("#phone_login").removeClass("active");
                     })
 
                     $('#phone_login').click(function() {
@@ -248,7 +244,8 @@ class login extends Base
                         $('#acc_login').css('color', 'rgba(118, 144, 181, 1)');
                         $('#loginValid').css('display', 'none');
                         $('#loginValid_code').css('display', 'block');
-
+                        $("#acc_login").removeClass("active");
+                        $("#phone_login").addClass("active");
                     })
 
                     $('#phone_login_btn').click(function() {
@@ -256,6 +253,8 @@ class login extends Base
                         $('#acc_login').css('color', 'rgba(118, 144, 181, 1)');
                         $('#loginValid').css('display', 'none');
                         $('#loginValid_code').css('display', 'block');
+                        $("#acc_login").removeClass("active");
+                        $("#phone_login").addClass("active");
                     })
 
                     $("#submitButton_code").click(function() {

+ 233 - 119
source/index/lost.php

@@ -1,120 +1,234 @@
-<?php
-/*
- 本代码由 PHP代码加密工具 Xend [专业版](Build 5.05.56) 创建
- 创建时间 2020-08-31 21:57:37
- 技术支持 QQ:30370740 Mail:[email protected]
- 严禁反编译、逆向等任何形式的侵权行为,违者将追究法律责任
-*/
-
-namespace app\index;class lost extends Base{function index(){echo "        <!DOCTYPE html>
";echo "
-        <html lang=\"\">
";echo "
-        <head>
";echo "
-            <title>找回密码 - ";echo IN_NAME;echo "免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
";echo "
-            <meta charset=\"utf-8\"/>
";echo "
-            <meta name=\"viewport\"
";echo "
-                  content=\"width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\"/>
";echo "
-            <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>
";echo "
-            <meta name=\"renderer\" content=\"webkit\"/>
";echo "
-            <meta name=\"keywords\" content=\"";echo IN_KEYWORDS;echo "\"/>
";echo "
-            <meta property=\"og:url\" content=\"https://";echo $_SERVER['HTTP_HOST'];echo "/\"/>
";echo "
-            <meta property=\"og:title\" content=\"";echo IN_NAME;echo "\"/>
";echo "
-            <meta name=\"description\" content=\"";echo IN_DESCRIPTION;echo "\"/>
";echo "
-            ";$YudhC0=call_user_func_array(array($this,"static_"),array());echo "        </head>
";echo "
-        <body>
";echo "
-        ";$YudhC0=call_user_func_array(array($this,"header"),array());echo "        <div class=\"login-common\">
";echo "
-            <div class=\"tit\">找回密码</div>
";echo "
-            <form role=\"form\" novalidate=\"novalidate\">
";echo "
-                <div class=\"form-group\">
";echo "
-                    <label class=\"iconfont icon-user\" for=\"email\"></label>
";echo "
-                    <input class=\"form-control input-lg\" placeholder=\"邮箱\" type=\"text\" id=\"email\" placeholder=\"请输入邮箱号\">
";echo "
-                    <span class=\"help-block\">请输入正确的邮箱号码</span>
";echo "
-                </div>
";echo "
-                <div class=\"form-group\">
";echo "
-                    <label class=\"iconfont icon-email\"></label>
";echo "
-                    <div class=\"clearfix verification-code\">
";echo "
-                        <input type=\"text\" class=\"form-control input-lg fl\" id=\"code\" placeholder=\"请输入邮箱验证码\">
";echo "
-                        <button type=\"button\" class=\"ms-btn ms-btn-primary input-lg fr\" id=\"sendcode\">获取验证码</button>
";echo "
-                    </div>
";echo "
-                    <span class=\"help-block\">请输入正确的验证码</span>
";echo "
-                </div>
";echo "
-                <div class=\"form-group\">
";echo "
-                    <label class=\"iconfont icon-pwd\" for=\"password\"></label>
";echo "
-                    <input class=\"form-control input-lg\" placeholder=\"重设密码\" type=\"password\" id=\"password\"
";echo "
-                           placeholder=\"请输入新密码\">
";echo "
-                    <span class=\"help-block\">请输入正确的密码</span>
";echo "
-                </div>
";echo "
-                <div class=\"form-group\">
";echo "
-                    <label class=\"iconfont icon-pwd\" for=\"password\"></label>
";echo "
-                    <input class=\"form-control input-lg\" placeholder=\"确认密码\" type=\"password\" id=\"repassword\"
";echo "
-                           placeholder=\"请再次输入新密码\">
";echo "
-                    <span class=\"help-block\">请输入正确的确认密码</span>
";echo "
-                </div>
";echo "
-                <button type=\"button\" class=\"ms-btn ms-btn-primary input-lg mt15\" id=\"submitButton\">修改密码</button>
";echo "
-            </form>
";echo "
-            <div class=\"clearfix mt15\">
";echo "
-                <a href=\"";$YudZ3=IN_PATH . 'index/login';echo $YudZ3;echo "\" class=\"fr\">返回登录</a>
";echo "
-            </div>
";echo "
-        </div>
";echo "
-        <script>
";echo "
-            \$(function () {
";echo "
-                countdown = 60;
";echo "
-
";echo "
-                function settime() {
";echo "
-                    if (countdown == 0) {
";echo "
-                        \$('#sendcode').attr(\"disabled\", false);
";echo "
-                        \$('#sendcode').html(\"获取验证码\");
";echo "
-                        countdown = 60;
";echo "
-                        return;
";echo "
-                    } else {
";echo "
-                        \$('#sendcode').attr(\"disabled\", true);
";echo "
-                        \$('#sendcode').html(\"重新发送(\" + countdown + \")\");
";echo "
-                        countdown--;
";echo "
-                    }
";echo "
-                    setTimeout(function () {
";echo "
-                        settime()
";echo "
-                    }, 1000)
";echo "
-                }
";echo "
-
";echo "
-                \$('#sendcode').click(function () {
";echo "
-                    var email = \$('#email').val();
";echo "
-                    if (email) {
";echo "
-                        \$.post('/index/ajax/send', {email: email}, function (data) {
";echo "
-                            if (data.code != 200) {
";echo "
-                                alert(data.msg);
";echo "
-                            } else {
";echo "
-                                settime();
";echo "
-                            }
";echo "
-                        }, 'json');
";echo "
-                    }
";echo "
-                });
";echo "
-
";echo "
-                \$(\"#submitButton\").click(function () {
";echo "
-                    email = \$('#email').val();
";echo "
-                    code = \$(\"#code\").val();
";echo "
-                    password = \$('#password').val();
";echo "
-                    repassword = \$('#repassword').val();
";echo "
-                    if (email && code) {
";echo "
-                        \$.post(\"/index/ajax/lost\", {
";echo "
-                                email: email,
";echo "
-                                code: code,
";echo "
-                                password: password,
";echo "
-                                repassword: repassword
";echo "
-                            },
";echo "
-                            function (data) {
";echo "
-                                if (data.code != 200) {
";echo "
-                                    alert(data.msg);
";echo "
-                                } else {
";echo "
-                                    alert('密码修改成功,请登录', function () {
";echo "
-                                        top.location.href = '/index/login';
";echo "
-                                    });
";echo "
-                                }
";echo "
-                            }, 'json');
";echo "
-                    }
";echo "
-                });
";echo "
-            });
";echo "
-        </script>
";echo "
-        ";$YudhC0=call_user_func_array(array($this,"footer"),array());echo "        </body>
";echo "
-        </html>
";echo "
-
";echo "
-    ";}}
+<?php
+/*
+ 本代码由 PHP代码加密工具 Xend [专业版](Build 5.05.56) 创建
+ 创建时间 2020-08-31 21:57:37
+ 技术支持 QQ:30370740 Mail:[email protected]
+ 严禁反编译、逆向等任何形式的侵权行为,违者将追究法律责任
+*/
+
+namespace app\index;class lost extends Base{function index(){echo "        <!DOCTYPE html>
+";echo "
+        <html lang=\"\">
+";echo "
+        <head>
+";echo "
+            <title>找回密码 - ";echo IN_NAME;echo "免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
+";echo "
+            <meta charset=\"utf-8\"/>
+";echo "
+            <meta name=\"viewport\"
+";echo "
+                  content=\"width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\"/>
+";echo "
+            <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>
+";echo "
+            <meta name=\"renderer\" content=\"webkit\"/>
+";echo "
+            <meta name=\"keywords\" content=\"";echo IN_KEYWORDS;echo "\"/>
+";echo "
+            <meta property=\"og:url\" content=\"https://";echo $_SERVER['HTTP_HOST'];echo "/\"/>
+";echo "
+            <meta property=\"og:title\" content=\"";echo IN_NAME;echo "\"/>
+";echo "
+            <meta name=\"description\" content=\"";echo IN_DESCRIPTION;echo "\"/>
+";echo "
+            ";$YudhC0=call_user_func_array(array($this,"static_"),array());echo "
+";echo "
+            <link rel=\"stylesheet\" href=\"/static/index/css/login.css\">
+";echo "
+        <body>
+";echo "
+        ";$YudhC0=call_user_func_array(array($this,"header"),array());echo "        <div class=\"login-common\">
+";echo "
+            <div class=\"tit-tabs\">
+                <div class=\"tit active\">找回密码</div>
+            </div>
+";echo "
+            <form role=\"form\" novalidate=\"novalidate\">
+";echo "
+                <div class=\"form-group\">
+";echo "
+                    <label class=\"iconfont icon-user\" for=\"email\"></label>
+";echo "
+                    <input class=\"form-control input-lg\" placeholder=\"邮箱\" type=\"text\" id=\"email\" placeholder=\"请输入邮箱号\">
+";echo "
+                    <span class=\"help-block\">请输入正确的邮箱号码</span>
+";echo "
+                </div>
+";echo "
+                <div class=\"form-group\">
+";echo "
+                    <label class=\"iconfont icon-email\"></label>
+";echo "
+                    <div class=\"clearfix verification-code\">
+";echo "
+                        <input type=\"text\" class=\"form-control input-lg fl\" id=\"code\" placeholder=\"请输入邮箱验证码\">
+";echo "
+                        <button type=\"button\" class=\"ms-btn ms-btn-primary input-lg fr\" id=\"sendcode\">获取验证码</button>
+";echo "
+                    </div>
+";echo "
+                    <span class=\"help-block\">请输入正确的验证码</span>
+";echo "
+                </div>
+";echo "
+                <div class=\"form-group\">
+";echo "
+                    <label class=\"iconfont icon-pwd\" for=\"password\"></label>
+";echo "
+                    <input class=\"form-control input-lg\" placeholder=\"重设密码\" type=\"password\" id=\"password\"
+";echo "
+                           placeholder=\"请输入新密码\">
+";echo "
+                    <span class=\"help-block\">请输入正确的密码</span>
+";echo "
+                </div>
+";echo "
+                <div class=\"form-group\">
+";echo "
+                    <label class=\"iconfont icon-pwd\" for=\"password\"></label>
+";echo "
+                    <input class=\"form-control input-lg\" placeholder=\"确认密码\" type=\"password\" id=\"repassword\"
+";echo "
+                           placeholder=\"请再次输入新密码\">
+";echo "
+                    <span class=\"help-block\">请输入正确的确认密码</span>
+";echo "
+                </div>
+";echo "
+                <button type=\"button\" class=\"ms-btn ms-btn-primary input-lg mt15\" id=\"submitButton\">修改密码</button>
+";echo "
+            </form>
+";echo "
+            <div class=\"clearfix mt15\">
+";echo "
+                <a href=\"";$YudZ3=IN_PATH . 'index/login';echo $YudZ3;echo "\" class=\"fr to-login\">返回登录</a>
+";echo "
+            </div>
+";echo "
+        </div>
+";echo "
+        <script>
+";echo "
+            \$(function () {
+";echo "
+                countdown = 60;
+";echo "
+
+";echo "
+                function settime() {
+";echo "
+                    if (countdown == 0) {
+";echo "
+                        \$('#sendcode').attr(\"disabled\", false);
+";echo "
+                        \$('#sendcode').html(\"获取验证码\");
+";echo "
+                        countdown = 60;
+";echo "
+                        return;
+";echo "
+                    } else {
+";echo "
+                        \$('#sendcode').attr(\"disabled\", true);
+";echo "
+                        \$('#sendcode').html(\"重新发送(\" + countdown + \")\");
+";echo "
+                        countdown--;
+";echo "
+                    }
+";echo "
+                    setTimeout(function () {
+";echo "
+                        settime()
+";echo "
+                    }, 1000)
+";echo "
+                }
+";echo "
+
+";echo "
+                \$('#sendcode').click(function () {
+";echo "
+                    var email = \$('#email').val();
+";echo "
+                    if (email) {
+";echo "
+                        \$.post('/index/ajax/send', {email: email}, function (data) {
+";echo "
+                            if (data.code != 200) {
+";echo "
+                                alert(data.msg);
+";echo "
+                            } else {
+";echo "
+                                settime();
+";echo "
+                            }
+";echo "
+                        }, 'json');
+";echo "
+                    }
+";echo "
+                });
+";echo "
+
+";echo "
+                \$(\"#submitButton\").click(function () {
+";echo "
+                    email = \$('#email').val();
+";echo "
+                    code = \$(\"#code\").val();
+";echo "
+                    password = \$('#password').val();
+";echo "
+                    repassword = \$('#repassword').val();
+";echo "
+                    if (email && code) {
+";echo "
+                        \$.post(\"/index/ajax/lost\", {
+";echo "
+                                email: email,
+";echo "
+                                code: code,
+";echo "
+                                password: password,
+";echo "
+                                repassword: repassword
+";echo "
+                            },
+";echo "
+                            function (data) {
+";echo "
+                                if (data.code != 200) {
+";echo "
+                                    alert(data.msg);
+";echo "
+                                } else {
+";echo "
+                                    alert('密码修改成功,请登录', function () {
+";echo "
+                                        top.location.href = '/index/login';
+";echo "
+                                    });
+";echo "
+                                }
+";echo "
+                            }, 'json');
+";echo "
+                    }
+";echo "
+                });
+";echo "
+            });
+";echo "
+        </script>
+";echo "
+        ";$YudhC0=call_user_func_array(array($this,"footer"),array());echo "        </body>
+";echo "
+        </html>
+";echo "
+
+";echo "
+    ";}}
 ?>

+ 5 - 0
source/index/public/footer.php

@@ -103,6 +103,11 @@
 @media (max-width: 767px) {
     .contact-nav {
         right: 8px;
+        display: none;
+    }
+
+    .show-right-nav .contact-nav {
+        display: block;
     }
 
     .contact-nav>div a {

+ 104 - 61
source/index/public/header.php

@@ -2,61 +2,99 @@
 $notice = db('article')->where('type', '=', '2')->order('id desc')->find();
 if ($notice) { ?>
     <div class="container" id="notice_wrap"
-         style="background: #fff;line-height:30px;position: relative;overflow: hidden; color: #999;font-size: 14px;white-space: nowrap;">
+        style="background: #fff;line-height:30px;position: relative;overflow: hidden; color: #999;font-size: 14px;white-space: nowrap;">
         <a href="/index/message">
             <marquee direction="left" behavior="scroll" scrollamount="5" loop="-1" onmouseout="this.start()"
-                     onmouseover="this.stop()">
+                onmouseover="this.stop()">
                 <?php $content = strip_tags($notice['content']);
                 echo "{$notice['name']} - {$content}"; ?>
             </marquee>
         </a>
     </div>
 <?php } ?>
+<script>
+// 检测是否移动设备(会排除PC端浏览器窗口缩小的情况)
+function isMobileDevice() {
+  return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
+}
+
+// 初始化时添加类名
+document.addEventListener('DOMContentLoaded', () => {
+  const html = document.documentElement
+  if (isMobileDevice()) {
+    html.classList.add('is-mobile')
+    // html.classList.remove('is-pc')
+  } else {
+    // html.classList.add('is-pc')
+    html.classList.remove('is-mobile')
+  }
+})
+</script>
 <style>
     .ms-badge12 {
-    background-color: #ffffff;
-    width: 50px;
-    height: 25px;
-    line-height: 26px;
-    display: inline-block;
-    color: #e60000;
-    border-radius: 10%;
-    font-size: 12px;
-    text-align: center;
-    position: relative;
-    top: -3px;
-    left: 0;
-}
+        background-color: #ffffff;
+        width: 50px;
+        height: 25px;
+        line-height: 26px;
+        display: inline-block;
+        color: #e60000;
+        border-radius: 10%;
+        font-size: 12px;
+        text-align: center;
+        position: relative;
+        top: -3px;
+        left: 0;
+    }
 </style>
+<link rel="stylesheet" href="/static/index/css/header.css">
 <header>
     <div class="container">
         <div class="header clearfix">
             <a class="header-left block fl nav-logo" href="<?php echo IN_PATH ?>">
                 <img src="/data/image/IN_LOGO.png"
-                     class="img-responsive hidden-xs">
+                    class="img-responsive hidden-xs">
                 <img src="/data/image/IN_LOGO.png"
-                     class="img-responsive visible-xs">
+                    class="img-responsive visible-xs">
             </a>
             <div class="phone-nav-wrap">
-                <a class="header-left block fl" href="/">
-                    <img src="/data/image/IN_LOGO.png"
-                         class="img-responsive visible-xs">
-                </a>
+                <?php if ($this->user['in_username'] != '') { ?>
+                    <span class="phone-user-name visible-xs">
+                        <span class="iconfont">
+                            <?php if ($this->user['in_svip'] == 0) { ?>
+                                <img src="<?php echo IN_PATH ?>static/index/image/inner-nav/nav-vip1.png" width="22px">
+                            <?php } ?>
+                            <?php if ($this->user['in_svip'] == 1) { ?>
+                                <img src="<?php echo IN_PATH ?>static/index/image/inner-nav/nav-vip2.png" width="22px">
+                            <?php } ?>
+                            <?php if ($this->user['in_svip'] == 2) { ?>
+                                <img src="<?php echo IN_PATH ?>static/index/image/inner-nav/nav-vip3.png" width="22px">
+                            <?php } ?>
+                            <?php if ($this->user['in_svip'] == 3) { ?>
+                                <img src="<?php echo IN_PATH ?>static/index/image/inner-nav/nav-vip4.png" width="22px">
+                            <?php } ?>
+                        </span><?php echo $this->user['in_username'] ?>
+                        <?php if ($this->user['in_verify'] == 1) { ?>
+                            <span class="certified">
+                                <font color="#0acc61">(已实名)</font>
+                            </span>
+                        <?php } ?>
+                    </span>
+                <?php } ?>
                 <ul class="ms-nav fl clearfix">
                     <li class="<?php if ($this->module == 'index') echo 'active' ?>"><a
-                                href="<?php echo IN_PATH ?>">首页</a>
+                            href="<?php echo IN_PATH ?>">首页</a>
                     </li>
-                    
+
                     <li class="<?php if ($this->action == 'apps') echo 'active' ?>">
-                            <a href="<?php echo IN_PATH . 'index/apps/apps' ?>">应用分发</a>
-                            <span class="ms-badge">分发</span>
-                        </li>
-                    
+                        <a href="<?php echo IN_PATH . 'index/apps/apps' ?>">应用分发</a>
+                        <span class="ms-badge">分发</span>
+                    </li>
+
                     <!-- <?php if ($this->userlogined) { ?>
                        
                     <?php }
-                   
-                    if (IN_SUPER) { ?>
+
+                            if (IN_SUPER) { ?>
                         <li class="<?php if ($this->action == 'super') echo 'active' ?>">
                             <a  href="<?php echo IN_PATH . 'index/apps/super' ?>">超级签名</a>
                         </li>
@@ -65,15 +103,15 @@ if ($notice) { ?>
                       <li class="<?php if ($this->module == 'sign') echo 'active' ?>">
                         <a href="<?php echo IN_PATH . 'index/apps/sign' ?>">企业签名</a>
                     </li> -->
-                   
-                   
+
+
                     <li class="<?php if ($this->module == 'webview' or $this->module == 'webview2' or $this->module == 'pack') echo 'active' ?>">
                         <a href="<?php echo IN_PATH . 'index/pack' ?>">APP封装</a>
-                       
+
                     </li>
                     <li class="<?php if ($this->module == 'price') echo 'active' ?>"><a
-                                href="<?php echo IN_PATH . 'index/price' ?>">价格套餐</a>
-                             <span class="ms-badge">优惠</span>
+                            href="<?php echo IN_PATH . 'index/price' ?>">价格套餐</a>
+                        <span class="ms-badge">优惠</span>
                     </li>
                     <li class="<?php if ($this->module == 'utils') echo 'active' ?>">
                         <a href="<?php echo IN_PATH . 'index/utils' ?>">工具箱</a>
@@ -83,7 +121,7 @@ if ($notice) { ?>
                             <a href="<?php echo IN_PATH . 'index/promote' ?>">推广加盟</a>
                         </li>
                     <?php } ?>
-                    
+
                     <?php if ($this->userlogined) { ?>
                         <li class="visible-xs phone-user-center">
                             <div class="clearfix user1">
@@ -98,22 +136,24 @@ if ($notice) { ?>
                         </li>
                         <!--登录后-->
                         <div class="login-in clearfix" style="display: block;">
-                              <a class="name-certified fl" href="/index/apps/apps"><font color="red" class="ms-badge12">控制台</font></a>
+                            <a class="name-certified fl" href="/index/apps/apps">
+                                <font color="red" class="ms-badge12">控制台</font>
+                            </a>
                             <div class="notification fl">
-                            <span class="iconfont">
-							<?php if ($this->user['in_svip'] == 0) { ?>
-                                <img src="<?php echo IN_PATH ?>static/index/image/user.png" width="22px">
-                            <?php } ?>
-                                <?php if ($this->user['in_svip'] == 1) { ?>
-                                    <img src="<?php echo IN_PATH ?>static/index/image/user_1.png" width="22px">
-                                <?php } ?>
-                                <?php if ($this->user['in_svip'] == 2) { ?>
-                                    <img src="<?php echo IN_PATH ?>static/index/image/user_2.png" width="22px">
-                                <?php } ?>
-                                <?php if ($this->user['in_svip'] == 3) { ?>
-                                    <img src="<?php echo IN_PATH ?>static/index/image/user_3.png" width="22px">
-                                <?php } ?>
-							</span>
+                                <span class="iconfont">
+                                    <?php if ($this->user['in_svip'] == 0) { ?>
+                                        <img src="<?php echo IN_PATH ?>static/index/image/user.png" width="22px">
+                                    <?php } ?>
+                                    <?php if ($this->user['in_svip'] == 1) { ?>
+                                        <img src="<?php echo IN_PATH ?>static/index/image/user_1.png" width="22px">
+                                    <?php } ?>
+                                    <?php if ($this->user['in_svip'] == 2) { ?>
+                                        <img src="<?php echo IN_PATH ?>static/index/image/user_2.png" width="22px">
+                                    <?php } ?>
+                                    <?php if ($this->user['in_svip'] == 3) { ?>
+                                        <img src="<?php echo IN_PATH ?>static/index/image/user_3.png" width="22px">
+                                    <?php } ?>
+                                </span>
                                 <span class="ms-badge"></span>
                                 <div class="n-drop-down">
                                     <div class="n-con">
@@ -132,7 +172,7 @@ if ($notice) { ?>
                                                 <div class="y-tit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;高级会员</div>
                                             <?php } ?>
                                             <?php if ($this->user['in_svip'] != 0) { ?>
-                                                
+
                                             <?php } ?>
                                         </div>
                                         <?php if ($this->user['in_svip'] == 0) { ?>
@@ -145,17 +185,20 @@ if ($notice) { ?>
                                 </div>
                             </div>
                             <div class="login-user clearfix fl">
-                            <span class="fl"><font color="#FFF"><?php echo $this->user['in_username'] ?></font>
-                                <?php if ($this->user['in_verify'] == 1) { ?>
-                                    <span class="certified"><font color="#3bff0a">(已实名)</font></span><?php } ?>
-							</span>
+                                <!-- <span class="fl">
+                                    <font color="#FFF"><?php echo $this->user['in_username'] ?></font>
+                                    <?php if ($this->user['in_verify'] == 1) { ?>
+                                        <span class="certified">
+                                            <font color="#3bff0a">(已实名)</font>
+                                        </span><?php } ?>
+                                </span> -->
                                 <a class="visible-xs fl logout1"
-                                   href="<?php echo IN_PATH . 'index/logout' ?>">退出</a>
+                                    href="<?php echo IN_PATH . 'index/logout' ?>">退出</a>
                                 <span class="iconfont icon-arrow-bottom fl hidden-xs"></span>
                                 <div class="user-wrap">
                                     <dl>
                                         <dd><a href="<?php echo IN_PATH . 'index/item_price' ?>" style="color:red;">余额充值</a></dd>
-                                       
+
                                         <dd><a href="<?php echo IN_PATH . 'index/user_profile' ?>">我的资料</a></dd>
                                         <dd><a href="<?php echo IN_PATH . 'index/user_order' ?>">现金余额</a></dd>
                                         <dd><a href="<?php echo IN_PATH . 'index/user_aclog' ?>">账户记录</a></dd>
@@ -165,9 +208,9 @@ if ($notice) { ?>
                                         <?php } ?>
                                         <dd><a href="<?php echo IN_PATH . 'index/user_cash' ?>">提现记录</a></dd>
                                         <dd><a href="<?php echo IN_PATH . 'index/certification' ?>">开发者认证</a></dd>
-                                        
+
                                         <dt><a href="<?php echo IN_PATH . 'index/logout' ?>"><span
-                                                        class="iconfont icon-sign-out"></span>退出</a></dt>
+                                                    class="iconfont icon-sign-out"></span>退出</a></dt>
                                     </dl>
                                 </div>
                             </div>
@@ -180,7 +223,7 @@ if ($notice) { ?>
                     <ul class="login clearfix fr">
                         <li><a href="/index/login" class="ms-btn ms-btn-primary ml10 btn-nav">登录</a></li>
                         <?php if (IN_REG_ON) { ?>
-                            <li><a href="/index/reg" class="ms-btn ms-btn-primary ml10 btn-nav">注册</a></li>
+                            <li><a href="/index/reg" class="ms-btn ms-btn-primary ml10 btn-nav btn-white">注册</a></li>
                         <?php } ?>
                     </ul>
                 <?php } ?>
@@ -189,4 +232,4 @@ if ($notice) { ?>
             <div class="phone-shadow"></div>
         </div>
     </div>
-</header>
+</header>

+ 11 - 34
source/index/publish.php

@@ -42,33 +42,9 @@ class publish extends BaseUser
                     height: 20px;
                     background: url(/static/index/image/my-app/icon-upload.png) center/100% no-repeat;
                 }
-                #_drop1, #_drop2 {
-                    color: rgba(21, 21, 21, 1);
-                    font-family: Source Han Sans SC;
-                    font-weight: 400;
-                    font-size: 16px;
-                    line-height: 25px;
-                }
-                #_drop2 span {
-                    color: rgba(33, 104, 251, 1);
-                }
                 .release-app2 .qq-upload-button-selector {
                     margin-top: 0 !important;
                 }
-                .release-app2 .warn-prompt-wrap {
-                    color: rgba(143, 149, 159, 1);
-                    font-family: Source Han Sans SC;
-                    font-weight: 500;
-                    font-size: 13px;
-                    line-height: 20px;
-                    margin-top: 14px;
-                }
-                .release-app2 .warn-prompt-wrap span {
-                    color: rgba(33, 104, 251, 1);
-                }
-                .release-app2 .warn-prompt-wrap {
-                    padding-bottom: 167px;
-                }
                 .upload-app-icon img {
                     border: 1px solid rgba(221, 221, 221, 1);
                     width: 100px;
@@ -161,6 +137,7 @@ class publish extends BaseUser
             $_var_4 = $this->action == "apps" && IN_REMOTE && (IN_MANDATORY_REMOTE || $this->user["in_svip"] > 0);
             ?>
             <link rel="stylesheet" href="/static/index/css/fineuploader.css" />
+            <link rel="stylesheet" href="/static/index/css/apps.css">
             <div class="release-app-wrap">
                 <div class="container">
                     <div class="release-app2 ">
@@ -174,8 +151,7 @@ class publish extends BaseUser
                                 <div class="aside-right">
                                     <div class="release-app">
                                         <div class="upload-file">
-                                            <div class="row tag-box tag-box-v5" id="container"
-                                                style="height: 450px !important;">
+                                            <div class="row tag-box tag-box-v5" id="container" >
                                                 <div class="span12" style="max-width: 100%;">
                                                     <div id="bootstrapped-fine-uploader">
                                                     </div>
@@ -195,7 +171,7 @@ class publish extends BaseUser
                                                                         <span id="upload-app-name">正在解析...</span>
                                                                     </div>
                                                                     <div class="tips">
-                                                                        正在上传中,请不要关闭浏览器
+                                                                        应用正在上传中,请不要关闭浏览器
                                                                     </div>
                                                                     <div class="qq-progress-bar-container-selector progress progress-striped active">
                                                                         <div class="growing qq-progress-bar-selector progress-bar progress-bar-warning"
@@ -226,8 +202,7 @@ class publish extends BaseUser
                                                         <div class="col-md-12" id="upbtn">
                                                             <div class="qq-upload-button-selector">
                                                                 <button class="ms-btn ms-btn-primary upload-btn"
-                                                                    id="uploadstart"
-                                                                    style="padding: 0px; font-size: 18px; line-height: 50px; z-index: 1; width: 148px; height: 50px; border-radius: 4px; background-color: rgba(33, 104, 251, 1);">
+                                                                    id="uploadstart">
                                                                     <span class="iconfont icon-upload"></span>
                                                                     <span class="text" style="top: -5px; font-size: 18px; font-family: Source Han Sans SC">立即上传</span>
                                                                 </button>
@@ -242,9 +217,10 @@ class publish extends BaseUser
                                                                     }
                                                                     ?> 
                                                                 </div>
-                                                                <div id="_drop1">点击按钮选择应用的安装包,或拖拽文件到此区域</div>
-                                                                <div id="_drop2">
-                                                                    支持<?php echo $this->action == "apps" ? "{ipa,apk,mobileconfig}" : "{ipa}"; ?> 文件,单个文件最大支持
+                                                                <div id="_drop1">点击按钮选择应用的安装包,或拖拽文件到此<br class="visible-xs">区域<br class="hidden-xs">
+                                                                    支持<?php echo $this->action == "apps" ? "{ipa,apk,mobileconfig}" : "{ipa}"; ?> 文件,单个
+                                                                    <br class="visible-xs">
+                                                                    文件最大支持
                                                                     <span><?php echo get_user_in_filesize($this->user, true); ?></span>
                                                                 </div>
                                                             </div>
@@ -259,8 +235,9 @@ class publish extends BaseUser
                         </div>
                         <div class="warn-prompt-wrap clearfix">
                             <dl class="clearfix fr warn-prompt-1">
-                                <dt class="fl">提示:</dt>
-                                <dd>请您确认上传的APP,符合
+                                <dt class="fl hidden-xs">提示:</dt>
+                                <dd>
+                                    <i class="visible-xs">提示:</i>请您确认上传的APP,符合
                                     《<a href="/index/about/specification" target="_blank"
                                         class="color-hover"><?php echo IN_NAME; ?>应用审核规范</a>》,如违反规范,APP将做删除处理,屡次上传将被封禁账号。
                                     <br />根据最新审核规范,不接受如下APP上传本平台:色情类、直播类、金融类、区块链虚拟币等。如已上传,将做删除处理。

+ 167 - 48
source/index/publish_detail.php

@@ -12,7 +12,7 @@ class publish_detail extends BaseUser
         $row or exit(include_once dirname(__FILE__) . "/../pack/error/404.php");
         $page = SafeRequest("page", "get");
         $tab = SafeRequest("tab", "get");
-        
+
         // 如果没有指定tab,默认显示应用版本tab
         if (empty($tab)) {
             $tab = "version";
@@ -44,6 +44,7 @@ class publish_detail extends BaseUser
             <link rel="stylesheet" type="text/css" href="/static/index/css/jquery.datetimepicker.css?20190530" />
             <script src="/static/index/js/jquery.form.js"></script>
             <script src="/static/index/js/jquery.datetimepicker.js?20190530"></script>
+            <link rel="stylesheet" href="/static/index/css/apps.css">
             <div class="release-app-wrap">
                 <div class="container">
                     <div class="release-app2">
@@ -63,21 +64,19 @@ class publish_detail extends BaseUser
                                         <?php
                                         $this->publish_top($row);
                                         ?> <div class="app-information">
-                                            <hr>
+                                            <hr class="hidden-xs">
+                                            <hr class="visible-xs" style="
+                                                margin-left: -50%;
+                                                width: 200%;
+                                            ">
                                             <div class="details-bottom">
                                                 <div class="d-table-wrap">
-                                                    <div class="table-responsive">
+                                                    <div class="table-responsive hidden-xs">
                                                         <table>
                                                             <tr>
-                                                                <th>
-                                                                    <span class="th-line">包名(BundleID)</span>
-                                                                </th>
-                                                                <th>
-                                                                    <span class="th-line">状态</span>
-                                                                </th>
-                                                                <th>
-                                                                    <span class="th-line">下载链接</span>
-                                                                </th>
+                                                                <th><span class="th-line">包名(BundleID)</span></th>
+                                                                <th><span class="th-line">状态</span></th>
+                                                                <th><span class="th-line">下载链接</span></th>
                                                             </tr>
                                                             <tr>
                                                                 <td>
@@ -94,9 +93,8 @@ class publish_detail extends BaseUser
                                                                         <?php echo [-1 => "审核中", "正常", "封禁"][$row["in_applock"]]; ?> </div>
                                                                 </td>
                                                                 <td>
-                                                                    <?php
-                                                                    if (!$row["in_applock"]) {
-                                                                    ?> <div class="test-download clearfix">
+                                                                    <?php if (!$row["in_applock"]) { ?>
+                                                                        <div class="test-download clearfix">
                                                                             <a href="<?php echo $durl; ?>"
                                                                                 target="_blank"
                                                                                 class="fl link bundle-length1"
@@ -106,11 +104,10 @@ class publish_detail extends BaseUser
                                                                                 data-trigger="hover"><?php echo $durl; ?></a>
                                                                             <span class="copy top-5" data-clipboard-text="<?php echo $durl; ?>">复制</span>
                                                                         </div>
-                                                                        <?php
-                                                                    } else {
-                                                                        ?><?php echo [-1 => "审核中", "正常", "封禁"][$row["in_applock"]]; ?><?php
-                                                                        }
-                                                                            ?> </td>
+                                                                    <?php } else { ?>
+                                                                        <?php echo [-1 => "审核中", "正常", "封禁"][$row["in_applock"]]; ?>
+                                                                    <?php } ?>
+                                                                </td>
                                                             </tr>
                                                         </table>
                                                         <?php
@@ -167,14 +164,14 @@ class publish_detail extends BaseUser
                                                                     <span class="th-line">下载扣除</span>
                                                                 </th>
                                                                 <?php
-                                                                    if (IN_SIGN && $row["in_form"] == "iOS") {
-                                                                    ?> <th>
-                                                                            <span class="th-line">签名期限</span>
-                                                                        </th>
-                                                                    <?php
-                                                                    } else {
-                                                                        ?><th></th>
-                                                                    <?php } ?>
+                                                                if (IN_SIGN && $row["in_form"] == "iOS") {
+                                                                ?> <th>
+                                                                        <span class="th-line">签名期限</span>
+                                                                    </th>
+                                                                <?php
+                                                                } else {
+                                                                ?><th></th>
+                                                                <?php } ?>
                                                                 </td>
                                                             </tr>
                                                             <tr>
@@ -209,11 +206,133 @@ class publish_detail extends BaseUser
                                                                     </td>
                                                                 <?php
                                                                 } else {
-                                                                    ?><th></th>
+                                                                ?><th></th>
                                                                 <?php } ?>
                                                             </tr>
                                                         </table>
                                                     </div>
+                                                    <div class="table-responsive visible-xs">
+                                                        <!-- 第一行:包名 + 公司名称 -->
+                                                        <div class="info-container">
+                                                            <div class="info-group" style="width: 55%;">
+                                                                <span class="info-label">包名(BundleID)</span>
+                                                                <span class="info-value"
+                                                                    id="copy-bid"
+                                                                    data-popover="true"
+                                                                    data-content="<?= htmlspecialchars($row['in_bid']) ?>">
+                                                                    <?= htmlspecialchars($row['in_bid']) ?>
+                                                                </span>
+                                                                <button class="info-copy"
+                                                                    data-target="#copy-bid">复制</button>
+                                                            </div>
+
+                                                            <?php if ($row["in_form"] == "iOS" && strstr($row["in_app"], "ipa") && $this->action != "super"): ?>
+                                                                <div class="info-group" style="width: 45%;">
+                                                                    <span class="info-label" title="苹果企业证书公司名称">公司名称</span>
+                                                                    <span class="info-value"
+                                                                        id="copy-nick"
+                                                                        data-popover="true"
+                                                                        data-content="<?= htmlspecialchars($row['in_nick']) ?>">
+                                                                        <?= htmlspecialchars($row['in_nick']) ?>
+                                                                    </span>
+                                                                    <button class="info-copy"
+                                                                        data-target="#copy-nick">复制</button>
+                                                                </div>
+                                                            <?php endif; ?>
+                                                        </div>
+
+                                                        <!-- 第二行:下载次数 + 状态 + 集团信息 -->
+                                                        <div class="info-container">
+                                                            <div class="info-group" style="width: 30%;">
+                                                                <span class="info-label" title="当前app下载次数">下载次数</span>
+                                                                <span class="info-value"
+                                                                    data-popover="true"
+                                                                    data-content="已下载<?php echo $row["in_downloads"]; ?>次">
+                                                                    <?php echo $row["in_downloads"]; ?>
+                                                                </span>
+                                                            </div>
+
+                                                            <div class="info-group" style="width: 25%;">
+                                                                <span class="info-label">状态</span>
+                                                                <span class="info-value">
+                                                                    <?php echo [-1 => "审核中", "正常", "封禁"][$row["in_applock"]]; ?>
+                                                                </span>
+                                                            </div>
+
+                                                            <?php if ($row["in_form"] == "iOS" && strstr($row["in_app"], "ipa") && $this->action != "super"): ?>
+                                                                <div class="info-group" style="width: 45%;">
+                                                                    <span class="info-label" title="苹果企业证书集团信息">集团信息</span>
+                                                                    <span class="info-value"
+                                                                        id="copy-team"
+                                                                        data-popover="true"
+                                                                        data-content="<?= htmlspecialchars($row['in_team']) ?>">
+                                                                        <?= htmlspecialchars($row['in_team']) ?>
+                                                                    </span>
+                                                                    <button class="info-copy"
+                                                                        data-target="#copy-team">复制</button>
+                                                                </div>
+                                                            <?php endif; ?>
+                                                        </div>
+
+                                                        <!-- 第三行:签名期限 + 下载扣除 -->
+                                                        <div class="info-container">
+                                                            <?php if (IN_SIGN && $row["in_form"] == "iOS"): ?>
+                                                                <div class="info-group" style="width: 55%;">
+                                                                    <span class="info-label">签名期限</span>
+                                                                    <span class="info-value">
+                                                                        <a href="/index/publish_sign?id=<?php echo bees_encrypt($row["in_id"]); ?>"
+                                                                            data-popover="true"
+                                                                            data-content="<?php echo $row["in_sign"] ? date("Y-m-d H:i:s", $row["in_sign"]) : "未开通在线签名"; ?>">
+                                                                            <?php echo $row["in_sign"] ? date("Y-m-d H:i:s", $row["in_sign"]) : "未开通在线签名"; ?>
+                                                                        </a>
+                                                                    </span>
+                                                                </div>
+                                                            <?php endif; ?>
+
+                                                            <div class="info-group" style="width: <?php echo (IN_SIGN && $row["in_form"] == "iOS") ? '45%' : '100%'; ?>;">
+                                                                <span class="info-label">下载扣除</span>
+                                                                <span class="info-value"
+                                                                    data-popover="true"
+                                                                    data-content="单次下载扣除<?php echo $fnum; ?><?php echo $ftype; ?>">
+                                                                    <?php echo $fnum; ?><?php echo $ftype; ?>
+                                                                </span>
+                                                            </div>
+                                                        </div>
+                                                        <div class="info-container">
+                                                            <div class="info-group" style="width: 100%;">
+                                                                <span class="info-label">下载链接</span>
+                                                                <span class="info-value">
+                                                                    <?php if (!$row["in_applock"]): ?>
+                                                                        <a href="<?php echo $durl; ?>"
+                                                                            target="_blank"
+                                                                            data-popover="true"
+                                                                            data-content="<?php echo $durl; ?>">
+                                                                            <?php echo $durl; ?>
+                                                                        </a>
+                                                                        <button class="info-copy"
+                                                                            data-clipboard-text="<?php echo $durl; ?>">复制</button>
+                                                                    <?php else: ?>
+                                                                        <?php echo [-1 => "审核中", "正常", "封禁"][$row["in_applock"]]; ?>
+                                                                    <?php endif; ?>
+                                                                </span>
+                                                            </div>
+                                                        </div>
+
+                                                        <!-- 第五行:下载二维码 -->
+                                                        <?php if (!$row["in_applock"] && $row["in_form"] == "iOS" && strstr($row["in_app"], "ipa") && $this->action != "super"): ?>
+                                                            <div class="info-container">
+                                                                <div class="info-group" style="width: 100%;">
+                                                                    <span class="info-label">下载二维码</span>
+                                                                    <span class="info-value">
+                                                                        <span href="javascript:;" class="more-wrap">
+                                                                            <a class="more">&nbsp;</a>
+                                                                            <img src="/qrcode?link=<?php echo $durl; ?>">
+                                                                        </span>
+                                                                    </span>
+                                                                </div>
+                                                            </div>
+                                                        <?php endif; ?>
+                                                    </div>
                                                 </div>
                                             </div>
                                         </div>
@@ -238,33 +357,33 @@ class publish_detail extends BaseUser
                                             </ul>
                                             <div class="tab-content">
                                                 <?php if ($tab == 'version'): ?>
-                                                <div role="tabpanel" class="tab-pane active" id="tab-version">
-                                                    <?php include_once 'publish_tab_version.php'; ?>
-                                                </div>
+                                                    <div role="tabpanel" class="tab-pane active" id="tab-version">
+                                                        <?php include_once 'publish_tab_version.php'; ?>
+                                                    </div>
                                                 <?php endif; ?>
-                                                
+
                                                 <?php if ($tab == 'basic'): ?>
-                                                <div role="tabpanel" class="tab-pane active" id="tab-basic">
-                                                    <?php include_once 'publish_tab_basic.php'; ?>
-                                                </div>
+                                                    <div role="tabpanel" class="tab-pane active" id="tab-basic">
+                                                        <?php include_once 'publish_tab_basic.php'; ?>
+                                                    </div>
                                                 <?php endif; ?>
-                                                
+
                                                 <?php if ($tab == 'advanced'): ?>
-                                                <div role="tabpanel" class="tab-pane active" id="tab-advanced">
-                                                    <?php include_once 'publish_tab_advanced.php'; ?>
-                                                </div>
+                                                    <div role="tabpanel" class="tab-pane active" id="tab-advanced">
+                                                        <?php include_once 'publish_tab_advanced.php'; ?>
+                                                    </div>
                                                 <?php endif; ?>
-                                                
+
                                                 <?php if ($tab == 'template'): ?>
-                                                <div role="tabpanel" class="tab-pane active" id="tab-template">
-                                                    <?php include_once 'publish_tab_template.php'; ?>
-                                                </div>
+                                                    <div role="tabpanel" class="tab-pane active" id="tab-template">
+                                                        <?php include_once 'publish_tab_template.php'; ?>
+                                                    </div>
                                                 <?php endif; ?>
-                                                
+
                                                 <?php if ($tab == 'download'): ?>
-                                                <div role="tabpanel" class="tab-pane active" id="tab-download">
-                                                    <?php include_once 'publish_tab_download.php'; ?>
-                                                </div>
+                                                    <div role="tabpanel" class="tab-pane active" id="tab-download">
+                                                        <?php include_once 'publish_tab_download.php'; ?>
+                                                    </div>
                                                 <?php endif; ?>
                                             </div>
                                         </div>

+ 17 - 5
source/index/publish_success.php

@@ -117,6 +117,7 @@ class publish_success extends BaseUser
                     background-image: url(/static/index/image/my-app/icon-upload1.png);
                 }
             </style>
+            <link rel="stylesheet" href="/static/index/css/apps.css">
         </head>
 
         <body>
@@ -138,21 +139,32 @@ class publish_success extends BaseUser
                                 发布成功
                             </div>
                             <div class="p1">
-                                恭喜您,你的APP【<?php echo $row['in_name']; ?>】发布成功了
+                                您的应用<?php echo $row['in_name']; ?>已经上传成功啦
                                 <?php
                                 if ($row['in_applock']) {
                                 ?><br>提示:此应用包含疑似违规信息,需人工审核,请耐心等待。<?php
                                                                 }
                                                                     ?> </div>
                             <div class="up-btn">
-                                <a href="<?php echo getlink($row['in_id']); ?>" target="_blank"
-                                    class="ms-btn ms-btn-secondary"><span class="iconfont icon-download"></span>查看下载页面</a>
-                                <a href="/index/publish/apps" class="ms-btn ms-btn-secondary"><span
-                                        class="iconfont icon-upload1"></span>继续上传</a>
                                 <a href="/index/publish_detail?id=<?php echo bees_encrypt($row['in_id']); ?>"
                                     class="ms-btn ms-btn-secondary"><span class="iconfont icon-set"></span>APP设置</a>
+                                <a href="/index/publish/apps" class="ms-btn ms-btn-secondary"><span
+                                        class="iconfont icon-upload1"></span>继续上传</a>
+                                <a href="<?php echo getlink($row['in_id']); ?>" target="_blank"
+                                    class="ms-btn ms-btn-secondary"><span class="iconfont icon-download"></span>查看下载页面</a>
                             </div>
                         </div>
+                        <div class="warn-prompt-wrap clearfix">
+                            <dl class="clearfix fr warn-prompt-1">
+                                <dt class="fl hidden-xs">提示:</dt>
+                                <dd>
+                                    <i class="visible-xs">提示:</i>请您确认上传的APP,符合
+                                    《<a href="/index/about/specification" target="_blank"
+                                        class="color-hover"><?php echo IN_NAME; ?>应用审核规范</a>》,如违反规范,APP将做删除处理,屡次上传将被封禁账号。
+                                    <br />根据最新审核规范,不接受如下APP上传本平台:色情类、直播类、金融类、区块链虚拟币等。如已上传,将做删除处理。
+                                </dd>
+                            </dl>
+                        </div>
                     </div>
                 </div>
             </div>

+ 14 - 8
source/index/reg.php

@@ -25,14 +25,16 @@ class reg extends Base
             <meta name="description"
                   content="<?php echo IN_NAME;?> 为开发者提供测试应用极速发布,iOS/Android应用开发、封装打包APP、内测发布等一系列效率工具服务"/>
             <?php 
-		$this->static_();
-		?>            <script>
+		    $this->static_();
+		    ?>
+            <link rel="stylesheet" href="/static/index/css/login.css">
+            <script>
                 function update_seccode() {
                     document.getElementById('img_seccode').src = '<?php echo IN_PATH;?>index/seccode?' + Math.random();
                 }
             </script>
             <style>
-                .tit {
+                /* .tit {
                     display: table;
                     width: 100%;
                 }
@@ -54,14 +56,17 @@ class reg extends Base
 
                 .index1 {
                     display: block;
-                }
+                } */
             </style>
         </head>
         <body>
         <?php 
 		$this->header();
-		?>        <div class="login-common register-common">
-            <div class="tit"><div class="active">账户注册</div></div>
+		?>
+        <div class="login-common register-common">
+            <div class="tit-tabs">
+                <div class="tit active">账户注册</div>
+            </div>
             <div class="form-container">
                 <div class="form-inner">
                     <form action="" method="post">
@@ -77,8 +82,9 @@ class reg extends Base
                             <span class="help-block">请输入正确的手机号码</span>
                         </div>
                         <?php 
-		if (IN_SMS == 1) {
-			?>                            <div class="form-group index index1">
+                        if (IN_SMS == 1) {
+                            ?>
+                            <div class="form-group index index1">
                                 <label class="iconfont icon-dunpai"></label>
                                 <div class="clearfix verification-code">
                                     <input type="text" class="form-control input-lg fl" id="code1"

+ 6 - 6
source/template/mobile/moban2/index.php

@@ -33,7 +33,7 @@ if (!defined('IN_ROOT')) {
     </script>
 </head>
 
-<body>
+<body class="moban2 show-right-nav">
     <?php $this->header() ?>
     <script>
         isHideFooter = false;
@@ -43,7 +43,7 @@ if (!defined('IN_ROOT')) {
         <div class="swiper-container">
             <div class="swiper-wrapper">
                 <div class="swiper-slide">
-                    <div class="container" style="background: url(/static/index/image/index/m/banner.png) no-repeat center;">
+                    <div class="container" style="background-image: url(/static/index/image/m/moban2/banner.png); background-size: 100% 100%;">
                         <div class="banner-con con1 visible-xs">
                             <div class="h1">应用内测分发平台</div>
                             <div class="h2">
@@ -62,7 +62,7 @@ if (!defined('IN_ROOT')) {
     </div>
 
     <div class="sign">
-        <img class="title" src="/static/index/image/index/m/sign-title-1.png" alt="">
+        <img class="title" src="/static/index/image/m/moban2/sign-title-1.png" alt="">
         <ul>
             <li>
                 <img src="/img/index/sign-1.png" alt="">
@@ -103,13 +103,13 @@ if (!defined('IN_ROOT')) {
     <!-- 分发流程 -->
     <div class="step-area">
         <div class="step">
-            <img class="title" src="/static/index/image/index/m/sign-title-2.png" alt="">
+            <img class="title" src="/static/index/image/m/moban2/sign-title-2.png" alt="">
         </div>
         <div class="contain"></div>
     </div>
     <div class="web-area">
         <div class="web">
-            <img class="title" src="/static/index/image/index/m/sign-title-3.png" alt="">
+            <img class="title" src="/static/index/image/m/moban2/sign-title-3.png" alt="">
             <ul>
                 <li>
                     <p>官方配置,原生代码</p>
@@ -135,7 +135,7 @@ if (!defined('IN_ROOT')) {
     </div>
     <!-- 平台优势 -->
     <div class="platform-advantage">
-        <img class="title" src="/static/index/image/index/m/sign-title-4.png" alt="">
+        <img class="title" src="/static/index/image/m/moban2/sign-title-4.png" alt="">
         <ul>
             <li class="item">
                 <img src="/img/index/advantage-1.png" alt="">

+ 175 - 3
static/index/css/apps-info-top.css

@@ -95,7 +95,6 @@
     color: rgba(255, 255, 255, 1);
     font-family: Source Han Sans SC;
     font-weight: 500;
-    font-size: 16px;
     line-height: 40px;
     padding: 0 20px;
 }
@@ -107,7 +106,8 @@
 .app-details .my-apps-detail-top .information {
     flex: 1;
     margin: 0 20px;
-    min-width: 0; /* 防止内容溢出 */
+    min-width: 0;
+    /* 防止内容溢出 */
 }
 
 .app-details .my-apps-detail-top .d-right {
@@ -147,7 +147,8 @@
 .my-apps-detail-top .iconfont+.text {
     position: relative;
     top: -1px !important;
-    margin-left: 6px;
+    margin-left: 0;
+    font-size: 16px;
 }
 
 @media (min-width: 768px) and (max-width: 1199px) {
@@ -164,4 +165,175 @@
         font-size: 0;
         margin-left: 0;
     }
+}
+
+@media screen and (max-width: 767px) {
+    .app-details .details-top.my-apps-detail-top {
+        padding: 0.4rem 0.32rem 0.4rem 0.32rem;
+        flex-wrap: wrap;
+    }
+    
+    .app-details .my-apps-detail-top .upload-icon-common {
+        width: 1.2rem;
+        height: 1.2rem;
+        border-radius: 0.24rem;
+    }
+    
+    .app-details .my-apps-detail-top .information {
+        margin: 0 0 0 0.32rem;
+    }
+    
+    .app-details .my-apps-detail-top .information dt .text {
+        font-family: Arial;
+        font-weight: 700;
+        font-size: 0.4rem;
+        line-height: 0.46rem;
+        margin-right: 0.4rem;
+    }
+    
+    .app-details .my-apps-detail-top .information dt .version {
+        top: -0.06rem;
+        left: -0.1rem;
+        font-weight: 500;
+        font-size: 0.26rem;
+        height: 0.4rem;
+        line-height: 0.4rem;
+        border-radius: 0.12rem;
+        width: 1.08rem;
+    }
+    
+    .app-details .my-apps-detail-top .information dt {
+        margin-bottom: 0.16rem;
+    }
+    
+    .app-details .my-apps-detail-top .information dd {
+        margin-top: 0 !important;
+    }
+    
+    .app-details .my-apps-detail-top .information dd span {
+        font-family: Source Han Sans SC;
+        font-weight: 400;
+        font-size: 0.24rem;
+        line-height: 0.26rem;
+        margin-right: 0.48rem !important;
+        margin-bottom: 0.16rem;
+    }
+    
+    .my-apps-detail-top .iconfont+.text {
+        font-size: 0.28rem;
+    }
+    
+    .my-apps-detail-top .iconfont {
+        width: 0.4rem;
+        height: 0.4rem;
+        top: -0.14rem !important;
+    }
+    
+    .app-details .my-apps-detail-top .details-upload-new-version,
+    .app-details .my-apps-detail-top .details-preview,
+    .app-details .my-apps-detail-top .details-merge {
+        padding: 0 0.24rem;
+        font-size: 0;
+        box-shadow: unset;
+    }
+    
+    .my-apps-detail-top .iconfont+.text {
+        margin-left: 0.08rem;
+    }
+    
+    .app-details .my-apps-detail-top .d-right {
+        width: unset;
+    }
+    
+    .release-app2 .aside-right .app-details .details-top .fr {
+        margin: 0.36rem auto 0;
+    }
+    
+    .app-details .details-bottom {
+        padding: 0.4rem 0 0.66rem 0;
+    }
+    
+    .release-app2 .aside-right .app-details .details-bottom .table-responsive {
+        overflow-y: hidden;
+    }
+    
+    .app-details .details-bottom table th .th-line {
+        font-weight: 500;
+        font-size: 0.28rem;
+        line-height: 0.46rem;
+    }
+    
+    .release-app2 .aside-right .app-details .details-bottom table {
+        margin-bottom: 0.32rem;
+    }
+    
+    .release-app2 .aside-right .app-details .details-bottom table:last-child {
+        margin-bottom: 0;
+    }
+    
+    .release-app2 .aside-right .app-details .details-bottom table th {
+        padding: 0 0.1rem 0 0;
+    }
+    
+    .release-app2 .aside-right .app-details .details-bottom table td {
+        padding: 0 0.1rem 0 0;
+    }
+    
+    .app-details2 .app-information .more-wrap img {
+        width: 1rem;
+        height: 1rem;
+        left: 1.64rem;
+        top: -0.44rem;
+    }
+    
+    .table-responsive {
+        margin-bottom: 0;
+    }
+    
+    .app-details2 .app-information .more-wrap img:hover {
+        width: 2.5rem;
+        height: 2.5rem;
+        left: 1.4rem;
+        top: -2.2rem;
+    }
+    
+    .info-container {
+        display: flex;
+    }
+    
+    .info-container:not(:last-child) {
+        margin-bottom: 0.32rem;
+    }
+    
+    .info-label {
+        height: 0.46rem;
+        display: inline-block;
+        padding-left: unset;
+        color: rgba(21, 21, 21, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.28rem;
+        line-height: 0.46rem;
+        display: block;
+    }
+    
+    .info-value {
+        padding: 0;
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.28rem;
+        line-height: 0.46rem;
+        vertical-align: middle;
+        color: rgba(143, 149, 159, 1);
+    }
+    
+    .info-copy {
+        color: rgba(33, 104, 251, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.26rem;
+        line-height: 0.46rem;
+        border: unset;
+        background: unset;
+    }
 }

+ 216 - 0
static/index/css/apps.css

@@ -0,0 +1,216 @@
+.release-app2 .warn-prompt-wrap {
+    color: rgba(143, 149, 159, 1);
+    font-family: Source Han Sans SC;
+    font-weight: 500;
+    font-size: 13px;
+    line-height: 20px;
+    margin-top: 14px;
+    padding-bottom: 167px;
+}
+.release-app2 .warn-prompt-wrap span {
+    color: rgba(33, 104, 251, 1);
+}
+
+#uploadstart {
+    background: rgba(33, 104, 251, 1);
+    width: 148px;
+    height: 50px;
+    border-radius: 4px;
+    border-width: 1px;
+    line-height: 50px;
+}
+
+#_drop1 {
+    color: rgba(21, 21, 21, 1);
+    font-family: Source Han Sans SC;
+    font-weight: 400;
+    font-size: 16px;
+    line-height: 25px;
+}
+#_drop1 span {
+    color: rgba(33, 104, 251, 1);
+}
+
+@media (max-width: 767px) {
+
+    .container {
+        padding-right: 0.32rem;
+        padding-left: 0.32rem;
+    }
+
+    .crumbs {
+        padding: 0.48rem 0 0.24rem;
+        color: rgba(143, 149, 159, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 350;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
+    }
+
+    .release-app2>.row>.col-sm-2 {
+        padding-right: 0;
+        margin-bottom: 0.24rem;
+    }
+
+    aside.aside-left {
+        padding: 0.24rem 0;
+    }
+
+    aside.aside-left ul li {
+        margin-bottom: 0.16rem;
+    }
+
+    aside.aside-left ul li:last-child {
+        margin-bottom: 0;
+    }
+
+    aside.aside-left ul li a {
+        padding-left: 0.8rem;
+        height: 0.88rem;
+        line-height: 0.88rem;
+        font-size: 0.32rem;
+    }
+
+    #container {
+        height: 8.12rem !important;
+    }
+
+    #uploadstart {
+        border-radius: 0.08rem;
+        border-width: 0.02rem;
+        line-height: 1rem;
+        width: 2.96rem;
+        height: 1rem;
+    }
+
+    #_drop1 {
+        font-size: 0.28rem;
+        line-height: 0.36rem;
+    }
+
+    .release-app2 .warn-prompt-wrap {
+        color: rgba(143, 149, 159, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 400;
+        font-size: 0.24rem;
+        line-height: 0.32rem;
+        margin-top: 0.24rem;
+        padding-bottom: 1rem;
+    }
+
+    .warn-prompt-wrap .visible-xs {
+        display: inline!important;
+    }
+
+    .warn-prompt-1 {
+        margin-top: 0;
+    }
+
+    .warn-prompt-1 dd {
+        margin-left: 0;
+        color: rgba(143, 149, 159, 1);
+    }
+
+     .warn-prompt-1 dd .color-hover {
+        color: rgba(33, 104, 251, 1);
+    }
+
+    .upload-app-icon img {
+        width: 1.56rem;
+        height: 1.56rem;
+        border-radius: 0.24rem;
+    }
+
+    .qq-upload-list-selector {
+        margin-top: 0.32rem !important;
+    }
+
+    .qq-upload-list span {
+        font-weight: 700;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
+    }
+
+    .tips {
+        margin-bottom: 0.64rem;
+        font-size: 0.28rem;
+        line-height: 0.28rem;
+    }
+
+    .release-app .progress {
+        margin-top: 0.64rem !important;
+        width: 6.04rem;
+        height: 0.4rem !important;
+        margin: 0 auto;
+        margin-bottom: 0.48rem;
+        max-width: unset;
+    }
+
+    .qq-upload-size {
+        font-size: 0.28rem;
+        line-height: 0.28rem;
+    }
+
+    /* 成功上传 */
+    
+    .release-app .uploaded-success {
+        padding: 1rem 0 1.16rem;
+        margin-bottom: 0.24rem;
+    }
+    
+    .release-app .uploaded-success .img-wrap {
+        width: 1.56rem;
+        height: 1.56rem;
+        border-radius: 0.24rem;
+        margin-bottom: 0.4rem;
+    }
+
+    .release-app .uploaded-success .tit {
+        background: unset;
+        font-size: 0.32rem;
+        line-height: 0.5rem;
+        color: rgba(0, 0, 0, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 700;
+        margin-bottom: 0.24rem;
+        height: unset;
+    }
+
+    .release-app .uploaded-success .p1 {
+        font-family: Source Han Sans SC;
+        font-weight: 700;
+        font-size: 0.32rem;
+        line-height: 0.5rem;
+        text-align: center;
+        vertical-align: middle;
+        color: rgba(21, 21, 21, 1);
+        margin-bottom: 0.48rem;
+    }
+
+    .release-app .uploaded-success .up-btn .ms-btn {
+        border-radius: 0.08rem;
+        padding-right: 0.24rem;
+        padding-left: 0.24rem;
+        margin: 0 0.16rem 0.32rem;
+        line-height: 0.8rem;
+        height: 0.8rem;
+        font-size: 0.28rem;
+    }
+
+    .release-app .uploaded-success .iconfont {
+        margin-right: 0.08rem;
+        font-size: 0.4rem;
+        width: 0.4rem;
+        height: 0.4rem;
+        line-height: 0.4rem;
+        position: relative;
+        display: inline-block;
+    }
+
+    .iconfont::before {
+        width: 0.4rem;
+        height: 0.4rem;
+        top: 0.1rem;
+        left: 0;
+    }
+}

+ 16 - 16
static/index/css/h5.css

@@ -194,12 +194,12 @@
 
     /*footer*/
     footer {
-        background-color: #2e3033;
-        padding: 0.941rem 0.706rem 0;
+        padding: 0.64rem 0.48rem 0;
+        background-color: rgb(6, 26, 38);
     }
 
     .footer .left dl {
-        margin-right: 1.176rem;
+        margin-right: 0.8rem;
     }
 
     .footer .left dl:last-of-type {
@@ -209,33 +209,33 @@
     .footer .left dt {
         color: #fff;
         font-weight: 400;
-        font-size: 0.471rem;
-        line-height: 0.471rem;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
         vertical-align: middle;
-        margin-bottom: 0.412rem;
+        margin-bottom: 0.28rem;
     }
 
     .footer .left dd {
-        margin-bottom: 0.235rem;
+        margin-bottom: 0.16rem;
         color: #fff;
         font-family: Microsoft YaHei;
         font-weight: 400;
-        font-size: 0.353rem;
-        line-height: 0.504rem;
+        font-size: 0.24rem;
+        line-height: 0.34rem;
         vertical-align: middle;
         text-align: left;
     }
 
     .footer .left dd.line {
         background-color: #fff;
-        width: 0.471rem;
-        height: 0.059rem;
-        margin-bottom: 0.412rem;
+        width: 0.32rem;
+        height: 0.04rem;
+        margin-bottom: 0.28rem;
     }
 
     .footer .left dd a {
         color: #fff;
-        font-size: 0.353rem;
+        font-size: 0.24rem;
     }
 
     .footer .right a {
@@ -243,7 +243,7 @@
     }
 
     .footer .copyright {
-        margin: 1.647rem 0 0.676rem;
+        margin: 1.12rem 0 0.46rem;
     }
 
     .help {
@@ -1421,7 +1421,7 @@
         display: none;
     }
 
-    .login-common {
+    /* .login-common {
         width: 100%;
         border: none;
         padding: .6rem 5px;
@@ -1430,7 +1430,7 @@
 
     .login-common .login-logo .slogan .text {
         margin: 0;
-    }
+    } */
 
     .toolkit-common .top {
         padding: .4rem;

+ 211 - 0
static/index/css/header.css

@@ -0,0 +1,211 @@
+header a {
+    color: #fff;
+}
+
+@media (max-width: 767px) {
+    header .iconfont {
+        background: url(/static/index/image/m/moban2/icon-menu.svg) no-repeat center center;
+        background-size: 100% 100%;
+        width: 34px;
+        height: 34px;
+        display: inline-block;
+        vertical-align: middle;
+        position: absolute;
+        pointer-events: none;
+        margin: unset;
+    }
+
+    header .iconfont::before {
+        content: '';
+    }
+
+    .header .ms-nav .phone-user-center .icon-arrow-down {
+        background-image: url(/static/index/image/m/nav/icon-arrow-down.svg);
+        background-size: 100% 100%;
+        width: 20px;
+        height: 20px;
+        display: inline-block;
+        vertical-align: middle;
+        position: absolute;
+        right: 0;
+        top: 10px;
+        margin: unset;
+    }
+
+    .header .phone-menu {
+        background-image: url(/static/index/image/m/moban2/icon-menu.svg);
+        margin-top: 0;
+        top: 17px;
+        right: 0;
+        pointer-events: auto;
+    }
+
+    header {
+        background: url(/static/index/image/m/nav/nav-bg.png) no-repeat center;
+        background-position: top center;
+        background-size: 100% 100%;
+        box-shadow: unset;
+        height: 68px;
+        position: fixed;
+        z-index: 1000;
+    }
+
+    .header .header-left {
+        margin: 17px 0 0 3.4px;
+    }
+
+    .header .header-left img {
+        width: 119px;
+        height: 34px;
+    }
+
+    /* nav */
+
+    .header .phone-user-name .iconfont {
+        position: relative;
+        width: 24px;
+        height: 24px;
+        top: -2px;
+        margin-right: 12px;
+    }
+    
+    .header .phone-user-name {
+        line-height: 24px;
+        height: 24px;
+        font-family: Microsoft YaHei;
+        font-weight: 400;
+        font-size: 14px;
+        color: rgba(21, 21, 21, 1);
+        margin-bottom: 12px;
+    }
+
+    .header .phone-user-name .certified {
+        margin-left: 6px;
+    }
+
+    .header .phone-shadow {
+        left: 0;
+        opacity: 0;
+        pointer-events: none;
+        transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
+    }
+
+    .header .phone-shadow.show {
+        opacity: 1;
+        pointer-events: auto;
+    }
+
+    .header .ms-nav {
+        margin: 0 0 15px 0;
+        position: relative;
+        top: unset;
+    }
+
+    .header .phone-nav-wrap {
+        background: #fff;
+        width: 300px;
+        height: 100%;
+        position: fixed;
+        left: -200%;
+        top: 0;
+        cursor: pointer;
+        z-index: 1001;
+        padding: 20px 12px;
+    }
+
+    .header .ms-nav>li {
+        float: none;
+        border-bottom: unset;
+        padding-left: 20px;
+        margin-bottom: 9px;
+        position: relative;
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        vertical-align: middle;
+        margin: unset;
+        margin-bottom: 9px;
+    }
+
+    .header .ms-nav>li.active::before {
+        content: "";
+        width: 4px;
+        height: 32px;
+        top: 5px;
+        left: 0;
+        position: absolute;
+        background-color: rgba(33, 104, 251, 1);
+    }
+
+    .header .ms-nav>li.active {
+        background-color: rgba(248, 248, 248, 1);
+    }
+
+    .header .ms-nav>li>a,
+    .header .ms-nav>li .user1>a {
+        font-size: 16px;
+        line-height: 44px;
+        font-size: 16px;
+        color: rgba(38, 38, 38, 1);
+        width: 85%;
+        display: inline-block;
+    }
+
+    .header .ms-nav>li.active>a,
+    .header .ms-nav>li.active .user1>a  {
+        color: rgba(33, 104, 251, 1);
+    }
+
+    /* nav 二级 */
+    .header .ms-nav .phone-user-center dl a {
+        color: rgb(88 88 88);
+        padding-left: 0.2rem;
+        font-size: 0.25rem;
+        line-height: 0.55rem;
+    }
+
+    /* 登錄按鈕 */
+
+    .login .btn-nav {
+        width: 121px;
+        height: 34px;
+        border-radius: 4px;
+        border: 1px solid rgba(33, 104, 251, 1);
+        font-size: 16px;
+        line-height: 34px;
+    }
+
+    .header .btn-white {
+        background: #fff;
+        color: rgba(33, 104, 251, 1);
+    }
+
+    .header .login {
+        position: relative;
+        right: unset;
+    }
+
+    .login-in .login-user .logout1 {
+        height: 34px;
+        border-radius: 4px;
+        border: 1px solid rgba(33, 104, 251, 1);
+        font-size: 16px;
+        line-height: 34px;
+        background: #fff;
+        color: rgba(33, 104, 251, 1);
+        margin: 0 0 0 9px;
+        width: 259px;
+        text-align: center;
+    }
+
+    .login-in .login-user {
+        padding-top: 30px;
+    }
+
+    /* 登錄信息 */
+
+    .login-in {
+        position: relative;
+        right: unset;
+        top: unset;
+    }
+}

+ 129 - 0
static/index/css/login.css

@@ -0,0 +1,129 @@
+@media (max-width: 767px) {
+    .login-common {
+        border: none;
+        padding: 1.74rem 0.48rem;
+        box-sizing: border-box;
+        min-height: 100vh;
+        width: 100%;
+        margin: 0 auto;
+        box-shadow: unset;
+    }
+
+    .login-common .login-logo .slogan .text {
+        margin: 0;
+    }
+
+    .login-common .tit-tabs {
+        margin-bottom: 0;
+    }
+
+    .login-common .tit-tabs>.tit {
+        margin-bottom: 1.14rem;
+        color: rgba(21, 21, 21, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 700;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
+        padding: 0 0 0.16rem 0;
+        border-bottom: 0.06rem solid transparent;
+        display: inline-block;
+    }
+
+    .login-common .tit-tabs>.tit.active {
+        border-bottom: 0.06rem solid rgba(33, 104, 251, 1);
+    }
+
+    .login-common .form-group .form-control {
+        border-radius: 0;
+        background: rgba(255, 255, 255, 1);
+        border: unset;
+        border-bottom: 1px solid rgba(222, 226, 236, 1);
+        box-shadow: unset;
+        font-family: Source Han Sans SC;
+        font-weight: 400;
+        font-size: 0.32rem;
+        width: 100%;
+        height: 0.82rem;
+        line-height: 0.82rem;
+    }
+
+    .login-common .verification-code .form-control {
+        width: calc(100% - 2.50rem);
+    }
+
+    #sendcode {
+        width: 2.36rem;
+    }
+
+    .login-common .form-group {
+        position: relative;
+        margin-bottom: 0.54rem;
+    }
+
+    .login-common .btn-action {
+        display: flex;
+        justify-content: space-between;
+        margin-bottom: 1.28rem;
+        margin-top: 0.08rem;
+    }
+
+    .login-common .btn-action a {
+        color: rgba(33, 104, 251, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.28rem;
+        line-height: 0.28rem;
+    }
+
+    .register-common .btn-register,
+    .login-common .btn-login {
+        background: rgba(33, 104, 251, 1);
+        color: #fff;
+        line-height: 0.96rem;
+        text-align: center;
+        padding: 0;
+        width: 100%;
+        height: 0.96rem;
+        border-radius: 0.084rem;
+    }
+
+    .login-common .to-register,
+    .login-common .to-login {
+        text-align: center;
+        display: flex;
+        justify-content: center;
+        margin-top: 0.64rem;
+        font-size: 0.28rem;
+        line-height: 0.28rem;
+    }
+
+    .login-common #loginValid_code font {
+        font-size: 0.28rem;
+    }
+
+    .login-common .checkbox {
+        margin: 0;
+        color: rgba(143, 149, 159, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.32rem;
+        line-height: 0.4rem;
+        margin-bottom: 0.6rem;
+        margin-top: 0.6rem;
+    }
+
+    .login-common .checkbox span {
+        margin-left: 0.4rem;
+        color: rgba(143, 149, 159, 1);
+        font-family: Source Han Sans SC;
+        font-weight: 500;
+        font-size: 0.25rem;
+        line-height: 0.4rem;
+        margin-top: 0.6rem;
+        margin-bottom: 0.6rem;
+    }
+
+    .login-common .checkbox input {
+        margin-top: 0.12rem;
+    }
+}

+ 25 - 3
static/index/css/main.css

@@ -1233,7 +1233,7 @@ footer {
     box-shadow: 0px 0px 20px rgba(96, 104, 120, 0.1);
     background: rgba(255, 255, 255, 1);
     width: 540px;
-    height: 520px;
+    min-height: 520px;
     border-radius: 20px;
     border: unset;
 }
@@ -1405,6 +1405,10 @@ footer {
     background-color: rgba(33, 104, 251, 1);
 }
 
+.login-common #loginValid_code font {
+    font-size: 20px;
+}
+
 /*----------注册-----------*/
 .register-common {
     height: 617px;
@@ -2316,6 +2320,7 @@ footer {
 .price-pay .common ul.list1 .active {
     border-color: #157df1;
 }
+
 .setp4-pay .common ul {
     padding: 20px 25px;
 }
@@ -2481,7 +2486,7 @@ footer {
 
 /*----------应用发布-----------*/
 .release-app-wrap {
-    background-color: #f2f2f5;
+    background-color: rgb(242, 242, 245);
 }
 
 .upload-file {
@@ -7243,7 +7248,7 @@ a:hover {
     display: flex;
     align-items: center;
     justify-content: center;
-    float: none;  
+    float: none;
 }
 
 .encapsulation3 .plugin-list .con .c-right .line {
@@ -7252,6 +7257,7 @@ a:hover {
     height: 100%;
     margin-right: 20px;
 }
+
 .encapsulation3 .plugin-list .con .c-right .iconfont {
     position: absolute;
     top: -3px;
@@ -9874,36 +9880,47 @@ aside.aside-left ul li a .iconfont::before {
     left: 0;
     background-image: url(../image/inner-nav/nav-3.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-upload1::before {
     background-image: url(../image/inner-nav/nav-2.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-41::before {
     background-image: url(../image/inner-nav/nav-3.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-liulanqi::before {
     background-image: url(../image/inner-nav/nav-1.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-erweima::before {
     background-image: url(../image/inner-nav/nav-4.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-jilu::before {
     background-image: url(../image/inner-nav/nav-1.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-pwd::before {
     background-image: url(../image/inner-nav/nav-1.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-gongju::before {
     background-image: url(../image/inner-nav/nav-1.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-jilu::before {
     background-image: url(../image/inner-nav/nav-5.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-fz::before {
     background-image: url(../image/inner-nav/nav-6.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-fzmianqian::before {
     background-image: url(../image/inner-nav/nav-7.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-fzjilu::before {
     background-image: url(../image/inner-nav/nav-8.png);
 }
@@ -9911,15 +9928,19 @@ aside.aside-left ul li a .iconfont.icon-fzjilu::before {
 aside.aside-left ul li a .iconfont.icon-user1::before {
     background-image: url(../image/inner-nav/nav-9.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-028::before {
     background-image: url(../image/inner-nav/nav-10.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-fapiao::before {
     background-image: url(../image/inner-nav/nav-11.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-team::before {
     background-image: url(../image/inner-nav/nav-12.png);
 }
+
 aside.aside-left ul li a .iconfont.icon-008::before {
     background-image: url(../image/inner-nav/nav-13.png);
 }
@@ -15587,6 +15608,7 @@ aside.aside-left ul li:hover a .iconfont {
     aside.aside-left ul li a {
         font-size: 0;
     }
+
     aside.aside-left ul li a .iconfont::before {
         top: 13px;
     }

+ 132 - 176
static/index/css/moban2.css

@@ -76,83 +76,47 @@
 }
 
 @media (max-width: 767px) {
-    .iconfont {
-        background: url(/static/index/image/index/m/icon-menu.svg) no-repeat center center;
-        background-size: 100% 100%;
-        width: 1rem;
-        height: 1rem;
-        display: inline-block;
-        vertical-align: middle;
-        position: absolute;
-        pointer-events: none;
-        margin: unset;
-    }
-
-    .iconfont::before {
-        content: '';
-    }
-
-    .header .phone-menu {
-        background-image: url(/static/index/image/index/m/icon-menu.svg);
-        margin-top: 0;
-        top: 0.441rem;
-        right: 0;
-        pointer-events: auto;
+    body {
+        padding-top: 0;
     }
 
-    header {
-        /* background: rgba(4, 95, 235, 1); */
-        background: url(/static/index/image/index/m/banner.png) no-repeat center;
-        background-position: top center;
+    .moban2 header {
+        background-image: url(/static/index/image/m/moban2/banner.png);
         background-size: 100% auto;
-        box-shadow: unset;
-        height: 1.912rem;
-    }
-
-    .header .header-left {
-        margin: 0.471rem 0 0 0.029rem;
-    }
-
-    .header .header-left img {
-        width: 3.235rem;
-        height: 0.971rem;
-    }
-
-    body {
-        padding-top: 0;
+        background-position: top center;
     }
 
     .index-banner .swiper-slide .container {
-        height: 18.059rem;
+        height: 12.28rem;
     }
 
     .index-banner .banner-con.con1 {
-        padding-top: 3.382rem !important;
-        padding-left: 0.471rem !important;
-        padding-right: 0.471rem !important;
+        padding-top: 2.3rem !important;
+        padding-left: 0.32rem !important;
+        padding-right: 0.32rem !important;
         text-align: left;
-        margin-bottom: 0.588rem;
+        margin-bottom: 0.4rem;
     }
 
     .index-banner .banner-con.con1 .h1 {
-        margin-bottom: 0.588rem;
+        margin-bottom: 0.4rem;
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.824rem;
-        line-height: 0.706rem;
+        font-size: 0.56rem;
+        line-height: 0.48rem;
         vertical-align: middle;
-        margin-bottom: 0.941rem !important;
+        margin-bottom: 0.64rem !important;
     }
 
     .index-banner .banner-con .h2 {
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 400;
-        font-size: 0.412rem;
-        line-height: 0.588rem;
+        font-size: 0.28rem;
+        line-height: 0.4rem;
         vertical-align: middle;
-        margin-bottom: 0.941rem !important;
+        margin-bottom: 0.64rem !important;
     }
 
     .btn-login {
@@ -160,64 +124,61 @@
         color: #fff;
         background: linear-gradient(93.76deg, #31FCFF -10.35%, #0AA5FF 85.34%);
         cursor: pointer;
-        width: 4.765rem;
-        height: 1.176rem;
-        border-radius: 0.235rem;
+        width: 3.24rem;
+        height: 0.8rem;
+        border-radius: 0.16rem;
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.441rem;
-        line-height: 1.176rem;
+        font-size: 0.3rem;
+        line-height: 0.8rem;
         text-shadow: 0px 2px 4px rgba(16, 61, 139, 0.49);
         border: unset;
     }
 
     /* part2 */
 
-
     .sign {
-        margin: 0.941rem auto;
+        margin: 0.64rem auto;
         background-color: #ffffff;
-        padding: 0 0.471rem;
+        padding: 0 0.32rem;
     }
 
     .sign .title {
         display: block;
-        width: 7.353rem;
-        height: 1.706rem;
-        margin: 0 auto 0.706rem;
+        width: 5rem;
+        height: 1.16rem;
+        margin: 0 auto 0.48rem;
     }
 
     .sign ul {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
-        margin-bottom: 0.353rem;
+        margin-bottom: 0.24rem;
     }
 
     .sign ul li {
-        width: 4.882rem;
-        height: 4.412rem;
-        border-radius: 0.353rem;
+        width: 3.32rem;
+        height: 3rem;
+        border-radius: 0.24rem;
         background-color: rgba(247, 249, 251, 1);
-        /* background-color: rgb(203 229 255); */
         box-sizing: border-box;
-        /* padding-left: 32px; */
-        padding: 0.294rem 0.294rem 0;
+        padding: 0.2rem 0.2rem 0;
         text-align: center;
-        font-size: 0.471rem;
+        font-size: 0.32rem;
     }
 
     .sign ul li:nth-child(1),
     .sign ul li:nth-child(2) {
-        margin-bottom: 0.353rem;
+        margin-bottom: 0.24rem;
     }
 
     .sign ul li img {
         display: block;
-        width: 2.118rem;
-        height: 2.118rem;
-        margin-left: 1.176rem;
-        margin-top: -0.147rem;
+        width: 1.44rem;
+        height: 1.44rem;
+        margin-left: 0.8rem;
+        margin-top: -0.1rem;
     }
 
     .sign ul li .sign-info {
@@ -225,31 +186,31 @@
     }
 
     .sign ul li .sign-info>div {
-        margin-top: 0.235rem;
+        margin-top: 0.16rem;
         color: rgba(118, 144, 181, 1);
         font-family: Source Han Sans SC;
         font-weight: 500;
-        font-size: 0.353rem;
-        line-height: 0.412rem;
+        font-size: 0.24rem;
+        line-height: 0.28rem;
     }
 
     .sign ul li p {
-        font-size: 0.706rem;
+        font-size: 0.48rem;
         font-weight: bolder;
         color: rgba(21, 21, 21, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.588rem;
-        line-height: 0.647rem;
+        font-size: 0.4rem;
+        line-height: 0.44rem;
     }
 
     .sign-buttom {
-        background: url(/static/index/image/index/m/sign-buttom.png) no-repeat center;
+        background: url(/static/index/image/m/moban2/sign-buttom.png) no-repeat center;
         background-size: cover;
-        padding: 0.529rem 0.412rem 0;
+        padding: 0.36rem 0.28rem 0;
         position: relative;
-        width: 10.088rem;
-        height: 4.706rem;
+        width: 6.86rem;
+        height: 3.2rem;
         text-align: center;
     }
 
@@ -258,63 +219,62 @@
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.647rem;
-        line-height: 1rem;
-        font-size: 0.412rem;
-        line-height: 0.588rem;
-        margin-bottom: 0.647rem;
+        font-size: 0.44rem;
+        line-height: 0.68rem;
+        font-size: 0.28rem;
+        line-height: 0.4rem;
+        margin-bottom: 0.44rem;
     }
 
     .sign-buttom a {
-        border-radius: 0.118rem;
+        border-radius: 0.08rem;
         border-width: 1px;
         background-color: rgba(255, 255, 255, 0.05);
         border: 1px solid rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 500;
-        font-size: 0.471rem;
+        font-size: 0.32rem;
         text-align: center;
         vertical-align: middle;
         color: rgba(255, 255, 255, 1);
         margin: 0 auto;
-        width: 4.235rem;
-        height: 1.176rem;
-        line-height: 1.118rem;
+        width: 2.88rem;
+        height: 0.8rem;
+        line-height: 0.76rem;
     }
 
     /* 分發流程 */
     .step-area {
         background-color: rgb(247, 249, 251);
-        padding: 0.941rem 0 1.118rem;
+        padding: 0.64rem 0 0.76rem;
     }
 
     .step-area .step {
-        /* width: 1200px; */
         margin: 0 auto;
     }
 
     .step-area .contain {
-        width: 9.382rem;
-        height: 9.118rem;
-        background: url(/static/index/image/index/m/step.png) no-repeat center;
+        width: 6.38rem;
+        height: 6.2rem;
+        background: url(/static/index/image/m/moban2/step.png) no-repeat center;
         background-size: cover;
         margin: 0 auto;
     }
 
     .step-area .step .title {
         display: block;
-        width: 3.706rem;
-        height: 1.235rem;
-        margin: 0 auto 1.147rem;
+        width: 2.52rem;
+        height: 0.84rem;
+        margin: 0 auto 0.78rem;
     }
 
     /* app封装 */
 
     .web-area {
         overflow: hidden;
-        background: url(/static/index/image/index/m/web-bg.png) no-repeat center;
+        background: url(/static/index/image/m/moban2/web-bg.png) no-repeat center;
         background-size: cover;
-        height: 22.059rem;
+        height: 15rem;
     }
 
     .web {
@@ -323,63 +283,62 @@
 
     .web .title {
         display: block;
-        width: 3.706rem;
-        height: 1.235rem;
-        margin: 0.941rem auto 1.353rem;
+        width: 2.52rem;
+        height: 0.84rem;
+        margin: 0.64rem auto 0.92rem;
     }
 
     .web ul {
         color: #fff;
-        margin: 1.353rem 1.088rem 0 0.853rem;
+        margin: 0.92rem 0.74rem 0 0.58rem;
     }
 
     .web ul li p {
-        margin-bottom: 0.294rem;
+        margin-bottom: 0.2rem;
         position: relative;
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.471rem;
-        line-height: 0.471rem;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
     }
 
     .web ul li p::after {
         position: absolute;
         content: '';
         background: rgba(255, 255, 255, 1);
-        width: 0.147rem;
-        height: 0.353rem;
-        top: 0.065rem;
-        left: -0.329rem;
+        width: 0.1rem;
+        height: 0.24rem;
+        top: 0.04rem;
+        left: -0.22rem;
     }
 
     .web ul li>div {
-        margin-bottom: 1.176rem;
+        margin-bottom: 0.8rem;
         color: rgba(255, 255, 255, 0.7);
         font-family: Source Han Sans SC;
         font-weight: 400;
-        font-size: 0.412rem;
-        line-height: 0.588rem;
+        font-size: 0.28rem;
+        line-height: 0.4rem;
     }
 
     /* 平台优势 */
 
     .platform-advantage {
         background-color: rgb(254, 254, 254);
-        padding: 0.941rem 0 1.412rem;
+        padding: 0.64rem 0 0.96rem;
     }
 
     .platform-advantage .title {
         display: block;
-        width: 7.382rem;
-        height: 1.265rem;
-        margin: 0 auto 1.324rem;
+        width: 5.02rem;
+        height: 0.86rem;
+        margin: 0 auto 0.9rem;
     }
 
     .platform-advantage ul {
         display: flex;
         justify-content: space-between;
-        /* width: 1200px; */
         margin: 0 auto;
         flex-wrap: wrap;
     }
@@ -393,7 +352,7 @@
     .platform-advantage ul li:nth-child(2),
     .platform-advantage ul li:nth-child(3),
     .platform-advantage ul li:nth-child(4) {
-        margin-bottom: 0.941rem;
+        margin-bottom: 0.64rem;
     }
 
     .platform-advantage ul li:nth-child(5) {
@@ -401,34 +360,34 @@
     }
 
     .platform-advantage ul li img {
-        width: 1.471rem;
-        height: 1.471rem;
-        margin-bottom: 0.353rem;
+        width: 1rem;
+        height: 1rem;
+        margin-bottom: 0.24rem;
     }
 
     .platform-advantage ul li p {
         color: rgba(21, 21, 21, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.471rem;
-        line-height: 0.471rem;
-        margin-bottom: 0.235rem;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
+        margin-bottom: 0.16rem;
     }
 
     .platform-advantage ul li:nth-child(1)>div,
     .platform-advantage ul li:nth-child(2)>div,
     .platform-advantage ul li:nth-child(3)>div,
     .platform-advantage ul li:nth-child(4)>div {
-        width: 4.5rem;
+        width: 3.06rem;
     }
 
     .platform-advantage ul li>div {
         color: rgba(118, 144, 181, 1);
         font-family: Source Han Sans SC;
         font-weight: 500;
-        font-size: 0.412rem;
-        line-height: 0.412rem;
-        width: 5.294rem;
+        font-size: 0.28rem;
+        line-height: 0.28rem;
+        width: 3.6rem;
         margin: 0 auto;
     }
 
@@ -436,22 +395,21 @@
 
     .gain {
         overflow: hidden;
-        height: 11.088rem;
+        height: 7.54rem;
         background: linear-gradient(180deg, #4687FF 0%, #2267E8 100%);
         color: #fff;
         text-align: center;
     }
 
     .gain>p {
-        margin: 0.941rem 0 1.559rem;
+        margin: 0.64rem 0 1.06rem;
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 0.471rem;
-        line-height: 0.471rem;
+        font-size: 0.32rem;
+        line-height: 0.32rem;
         text-align: center;
         vertical-align: middle;
-
     }
 
     .gain ul {
@@ -467,26 +425,25 @@
 
     .gain ul li:last-child {
         width: 100%;
-        margin-top: 0.941rem;
+        margin-top: 0.64rem;
     }
 
     .gain ul li h3 {
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
-        font-size: 1.059rem;
-        line-height: 1.529rem;
+        font-size: 0.72rem;
+        line-height: 1.04rem;
         text-align: center;
         vertical-align: middle;
-
     }
 
     .gain ul li p {
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 400;
-        font-size: 0.471rem;
-        line-height: 0.588rem;
+        font-size: 0.32rem;
+        line-height: 0.4rem;
         text-align: center;
         vertical-align: middle;
     }
@@ -495,65 +452,64 @@
 
     .contact-us {
         background-color: #fff;
-        background: url(/static/index/image/index/m/contact-bg.png) no-repeat center;
+        background: url(/static/index/image/m/moban2/contact-bg.png) no-repeat center;
         background-size: cover;
-        padding: 0.941rem 0 1.971rem;
+        padding: 0.64rem 0 1.34rem;
     }
-    
+
     .contact-us .title {
         color: rgba(255, 255, 255, 1);
         font-family: Source Han Sans SC;
         font-weight: 700;
         text-align: center;
-        margin-bottom: 1.529rem;
-        font-size: 0.471rem;
-        line-height: 0.647rem;
+        margin-bottom: 1.04rem;
+        font-size: 0.32rem;
+        line-height: 0.44rem;
     }
-    
+
     .contact-us .contact-info .item {
         margin: 0 auto;
         display: flex;
-        border-radius: 0.088rem;
+        border-radius: 0.06rem;
         background-color: rgba(255, 255, 255, 1);
-        padding-left: 0.471rem;
+        padding-left: 0.32rem;
         align-items: center;
-        line-height: 0.647rem;
+        line-height: 0.44rem;
         color: rgba(21, 21, 21, 1);
-        width: 10.088rem;
-        height: 1.706rem;
-        border-radius: 0.088rem;
+        width: 6.86rem;
+        height: 1.16rem;
+        border-radius: 0.06rem;
     }
 
     .contact-us .contact-info .item:nth-child(1) {
-        margin-bottom: 0.735rem;
+        margin-bottom: 0.5rem;
     }
-    
+
     .contact-us .contact-info .item img {
-        width: 1rem;
-        height: 1rem;
-        margin-right: 0.353rem;
+        width: 0.68rem;
+        height: 0.68rem;
+        margin-right: 0.24rem;
     }
-    
+
     .contact-us .contact-info .item p {
         color: rgba(21, 21, 21, 1);
         font-family: Source Han Sans SC;
-        width: 5.4rem;
+        width: 3.67rem;
         font-weight: 500;
-        font-size: 0.441rem;
+        font-size: 0.3rem;
     }
-    
+
     .contact-us .contact-info .item a {
         display: block;
-        line-height: 0.882rem;
+        line-height: 0.6rem;
         color: #ffffff;
         text-align: center;
         background: rgba(58, 195, 76, 1);
         font-family: Source Han Sans SC;
         font-weight: 500;
-        font-size: 0.412rem;
-        width: 2.647rem;
-        height: 0.941rem;
-        border-radius: 0.088rem;
+        font-size: 0.28rem;
+        width: 1.8rem;
+        height: 0.64rem;
+        border-radius: 0.06rem;
     }
-
 }

二进制
static/index/image/inner-nav/nav-vip1.png


二进制
static/index/image/inner-nav/nav-vip2.png


二进制
static/index/image/inner-nav/nav-vip3.png


二进制
static/index/image/inner-nav/nav-vip4.png


+ 0 - 0
static/index/image/index/m/banner.png → static/index/image/m/moban2/banner.png


+ 0 - 0
static/index/image/index/m/contact-bg.png → static/index/image/m/moban2/contact-bg.png


+ 0 - 0
static/index/image/index/m/icon-menu.svg → static/index/image/m/moban2/icon-menu.svg


+ 0 - 0
static/index/image/index/m/sign-buttom.png → static/index/image/m/moban2/sign-buttom.png


+ 0 - 0
static/index/image/index/m/sign-title-1.png → static/index/image/m/moban2/sign-title-1.png


+ 0 - 0
static/index/image/index/m/sign-title-2.png → static/index/image/m/moban2/sign-title-2.png


+ 0 - 0
static/index/image/index/m/sign-title-3.png → static/index/image/m/moban2/sign-title-3.png


+ 0 - 0
static/index/image/index/m/sign-title-4.png → static/index/image/m/moban2/sign-title-4.png


+ 0 - 0
static/index/image/index/m/step.png → static/index/image/m/moban2/step.png


+ 0 - 0
static/index/image/index/m/web-bg.png → static/index/image/m/moban2/web-bg.png


+ 3 - 0
static/index/image/m/nav/icon-arrow-down.svg

@@ -0,0 +1,3 @@
+<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M15 7.5L10 12.5L5 7.5" stroke="#151515" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>

+ 2 - 2
static/index/js/js.js

@@ -1487,7 +1487,7 @@ $(function () {
 
     // 手机导航
     $(".header .phone-menu").click(function () {
-        $(".header .phone-shadow").stop().animate({"left": 0}, 500);
+        $(".header .phone-shadow").addClass("show");
         $(".header .phone-nav-wrap").stop().animate({"left": 0}, 500);
     });
 
@@ -1503,7 +1503,7 @@ $(function () {
     });
 
     $(".header .phone-shadow").click(function () {
-        $(this).stop().animate({"left": "-200%"}, 500);
+        $(".header .phone-shadow").removeClass("show");
         $(".header .phone-nav-wrap").stop().animate({"left": "-200%"}, 500);
     });