Browse Source

fix:bug修复

cmy 1 day ago
parent
commit
7dffbb590d
3 changed files with 4 additions and 3 deletions
  1. 1 0
      css/index.css
  2. 1 1
      source/template/pc/moban2/index.php
  3. 2 2
      static/index/css/main.css

+ 1 - 0
css/index.css

@@ -606,6 +606,7 @@
 }
 
 .contact-us .contact-info .item a {
+  display: block;
   width: 200px;
   height: 62px;
   line-height: 60px;

+ 1 - 1
source/template/pc/moban2/index.php

@@ -471,7 +471,7 @@ if (!defined('IN_ROOT')) {
       </ul>
       <div class="sign-buttom">
         <div class="p1">iOS首创分发模式,无需企业签名、无需信任、稳定高效、告别闪退、安装<br>即用,为您的用户提供iOS APP更稳定的下载体验</div>
-        <a href="/index/apps/super">立即分发
+        <a href="/index/apps/super" style="display: block;">立即分发
           <!-- <button class="btn"></button> -->
         </a>
       </div>

+ 2 - 2
static/index/css/main.css

@@ -2447,7 +2447,7 @@ footer {
 }
 
 .upload-file {
-    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
+    /* box-shadow: 0 0 5px rgba(0, 0, 0, .05); */
     border-radius: 3px;
     background-color: #fff;
     padding: 160px 0 100px;
@@ -9765,7 +9765,7 @@ p {}
 
 .release-app2>.row>.col-sm-2 {
     background-color: #fff;
-    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
+    /* box-shadow: 0 0 5px rgba(0, 0, 0, .05); */
 }
 
 .release-app2>.row>.col-sm-10 {