jcq преди 2 дни
родител
ревизия
bb25e35530
променени са 5 файла, в които са добавени 27 реда и са изтрити 5 реда
  1. 1 1
      css/jcq.css
  2. 2 0
      source/index/jiexi.php
  3. 6 1
      source/index/publish_detail.php
  4. 12 1
      static/index/css/ly.css
  5. 6 2
      static/index/js/js.js

+ 1 - 1
css/jcq.css

@@ -892,7 +892,7 @@
     }
 
     .table_top.clearfix.j-top a:nth-last-child(-n+2) {
-        margin-bottom: 0;
+        /* margin-bottom: 0; */
     }
 
     .table_top.clearfix.j-top p.b-num {

+ 2 - 0
source/index/jiexi.php

@@ -83,6 +83,8 @@ class jiexi extends Base
 footer {
     position: fixed;
     bottom: 0;
+    left: 0;
+    right: 0;
 }
 @media (max-width: 767px) {
     footer {

+ 6 - 1
source/index/publish_detail.php

@@ -34,6 +34,11 @@ class publish_detail extends BaseUser
             $this->static_();
             ?>
             <link rel="stylesheet" href="/static/index/css/apps-detail.css" />
+            <style>
+                .app-details{
+                    min-height:auto;
+                }
+            </style>
         </head>
 
         <body>
@@ -344,7 +349,7 @@ class publish_detail extends BaseUser
                                             </div>
                                         </div>
                                         <!-- 应用版本  基本设置  高级设置  模板设置  下载明细 -->
-                                        <div class="tabs">
+                                        <div class="tabs" style="background: #fff;">
                                             <ul class="nav nav-tabs" role="tablist">
                                                 <li role="presentation" class="<?php echo ($tab == 'version') ? 'active' : ''; ?>">
                                                     <a href="?id=<?php echo bees_encrypt($id); ?>&tab=version" aria-controls="tab-version" role="tab">应用版本</a>

+ 12 - 1
static/index/css/ly.css

@@ -294,10 +294,20 @@ body .price-pay .price-list3 .list3 li {
 .price-pay .pay-money .money .money-icon {
     font-size: 14px;
 }
+.generate_qrcode_box{
+    margin: 0 auto;
+    width: 1200px;
+}
 /* 移动端样式适配 */
 @media (max-width: 767px) {
+    .table-responsive{
+        border: none;
+    }
+        .app-details .my-apps-detail-top .information dd{
+            width: 4.2rem;
+        }
     .encapsulation .step2 div.img-note{
-        width: 35vw;
+        width: 29vw;
     }
     .apps-num {
         font-size: .48rem !important;
@@ -515,6 +525,7 @@ body .price-pay .price-list3 .list3 li {
     }
     .generate_qrcode_box .roww {
         margin-right: 0 !important;
+
     }
     .col-md-32 {
         width: auto;

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

@@ -1466,9 +1466,13 @@ $(function () {
     setRem();
     $(window).resize(setRem);
 
-    $("[data-toggle='tooltip']").tooltip();
+    try {
+       $("[data-toggle='tooltip']").tooltip();
+       $("[data-toggle='popover']").popover();
+    } catch (e) {
+        console.error(e);
+    }
 
-    $("[data-toggle='popover']").popover();
 
     // 返回顶部
     $(window).scroll(function () {