Przeglądaj źródła

fix: 页面样式修改

jcq 3 dni temu
rodzic
commit
81b75d7a53
5 zmienionych plików z 308 dodań i 48 usunięć
  1. 249 42
      css/jcq.css
  2. 6 4
      source/index/user_cash.php
  3. 3 1
      source/index/user_promote.php
  4. 1 1
      source/index/webview2.php
  5. 49 0
      sql/dkewl.sql

+ 249 - 42
css/jcq.css

@@ -539,6 +539,7 @@
 .warn-prompt span a {
     font-size: 14px;
     font-weight: 500;
+    color: #2168FB;
 }
 
 .table-list-top {
@@ -571,11 +572,11 @@
 
     .mobile-price .new-price-tab ul li {
         color: #8f959f;
-        font-size: 14px;
+        font-size: .28rem;
         margin-right: 0;
         /* width: 240px; */
         /* height: 59px; */
-        line-height: 59px;
+        line-height: 1.18rem;
         border: 1px solid #d3e8ff;
     }
 
@@ -590,60 +591,60 @@
         color: #151515;
         border-bottom-color: none;
         border: none;
-        font-size: 14px;
+        font-size: .28rem;
         font-weight: 500;
     }
 
     .mobile-price .m-publish .con .num {
         color: #2168FB;
-        font-size: 32px;
+        font-size: .64rem;
         text-align: left;
         border-bottom: 1px solid #a8d1ff;
-        padding-bottom: 10px;
-        margin-bottom: 20px;
+        padding-bottom: .2rem;
+        margin-bottom: .4rem;
     }
 
     .mobile-price .m-price-common .con .num span {
-        font-size: 14px;
+        font-size: .28rem;
         color: #2D4B73;
-        margin-left: 10px;
+        margin-left: .2rem;
     }
 
     .mobile-price .m-price-common .con {
         background-color: #fff;
-        padding: 20px;
+        padding: .4rem;
         color: #2d4b73;
         border: 1px solid #a8d1ff;
-        margin-bottom: 20px;
+        margin-bottom: .4rem;
         position: relative;
     }
 
     .mobile-price .m-price-common .con .bottom {
         position: absolute;
-        right: 20px;
-        bottom: 20px;
-        width: 100px;
-        height: 40px;
-        line-height: 40px;
+        right: .4rem;
+        bottom: .4rem;
+        width: 2rem;
+        height: .8rem;
+        line-height: .8rem;
     }
 
     .mobile-price .m-price-common .con .b-price {
-        font-size: 20px;
+        font-size: .4rem;
         position: absolute;
-        right: 60px;
-        bottom: 60px;
+        right: 1.2rem;
+        bottom: 1.2rem;
         color: #ff7429;
     }
 
     .mobile-price .m-price-common .con .b-price span {
-        font-size: 32px;
+        font-size: .64rem;
     }
 
     .mobile-price .m-price-common .con .bottom a {
-        width: 100px;
-        height: 40px;
+        width: 2rem;
+        height: .8rem;
         padding: 0;
-        line-height: 40px;
+        line-height: .8rem;
         background-color: #2168fb;
         color: #fff;
         text-align: center;
@@ -654,7 +655,7 @@
     }
 
     .mobile-price .help dl .right {
-        font-size: 14px;
+        font-size: .28rem;
         font-weight: 400;
     }
 
@@ -673,66 +674,272 @@
 
     .row-mobile .table.table-bordered tr td span.icon-xingxing,
     .row-mobile .table.table-bordered tr td span.icon-xingxing2 {
-        font-size: 12px;
+        font-size: .24rem;
         color: #ffc000;
     }
 
     .tool-classs .con ul li {
         width: 48%;
-        height: 220px;
+        height: 4.4rem;
     }
 
     .tool-classs .con ul li .t-con .img-wrap img {
-        width: 30px;
+        width: .6rem;
     }
 
     .tool-classs .con ul li .img-wrap {
-        width: 30px;
+        width: .6rem;
         height: auto;
         margin-bottom: 0;
         float: left;
     }
 
     .tool-classs .con ul li p {
-        font-size: 12px;
-        padding: 0 5px;
-        margin-top: 40px;
+        font-size: .24rem;
+        padding: 0 .1rem;
+        margin-top: .8rem;
     }
 
     .tool-classs .con ul li .tit {
         float: left;
-        font-size: 14px;
+        font-size: .28rem;
         font-weight: 500;
-        line-height: 30px;
-        margin-left: 5px;
+        line-height: .6rem;
+        margin-left: .1rem;
     }
 
     .tool-classs .con ul li:nth-of-type(odd) {
-        margin-right: 10px;
-        margin-left: 0px;
-        margin-top: 10px;
-        padding: 0 5px;
+        margin-right: .6rem;
+        margin-left: 0;
+        margin-top: .2rem;
+        padding: 0 .1rem;
 
     }
 
     .tool-classs .con ul li:nth-child(even) {
-        margin-top: 10px;
+        margin-top: .2rem;
         margin-right: 0;
-        padding: 0 5px;
+        padding: 0 .1rem;
     }
 
     .tool-classs .con ul li {
         padding-top: 0;
     }
 
-    .tool-classs .con ul li:nth-of-type(odd) .t-con,.tool-classs .con ul li:nth-of-type(4) .t-con {
+    .tool-classs .con ul li:nth-of-type(odd) .t-con,
+    .tool-classs .con ul li:nth-of-type(4) .t-con {
         border: none;
     }
-    .tool-classs .con ul li .t-con,.tool-classs .con ul li:nth-of-type(n+3) .t-con{
+
+    .tool-classs .con ul li .t-con,
+    .tool-classs .con ul li:nth-of-type(n+3) .t-con {
         padding-bottom: 0;
-        padding-top: 10px;
+        padding-top: .2rem;
+    }
+
+    .user-center1>.row>.col-sm-10 {
+        padding-left: 0;
+    }
+
+    .user-center1 .account-management .pwd .form-group label {
+        width: auto;
+        top: -0.2rem;
+        left: .08rem;
+    }
+
+    .j-form .form-control {
+        margin-left: 0;
+    }
+
+    .user-center1 .aside-right .balance-recharge .b-num {
+        font-size: .48rem;
+    }
+
+    .user-center1 .aside-right .balance-recharge .b-tit {
+        font-size: .28rem;
+    }
+
+    .user-center1 .aside-right .balance-recharge .recharge-btn {
+        top: 33%;
+        line-height: .4rem;
+    }
+
+    .user-center1 .aside-right .balance-recharge p {
+        font-size: .24rem;
+    }
+
+    .j-partition {
+        width: 112%;
+        margin: 0 -0.36rem;
+        margin-bottom: .2rem;
+    }
+
+    .table_top.clearfix.j-top a {
+        width: 50%;
+        margin-bottom: .4rem;
+        padding: 0 .4rem;
+    }
+
+    .table_top.clearfix.j-top a {
+        width: 50%;
+        margin-bottom: .4rem;
+        padding: 0 .4rem;
+    }
+
+    .table_top.clearfix.j-top a:nth-child(even) {
+        border-right: none;
+    }
+
+    .table_top.clearfix.j-top a:nth-last-child(-n+2) {
+        margin-bottom: 0;
+    }
+
+    .table_top.clearfix.j-top p.b-num {
+        font-size: .48rem;
     }
 
+    .table_top.clearfix.j-top p {
+        font-size: .28rem;
+    }
+
+    .table_top.clearfix.j-top.top2 a {
+        width: 2.1rem;
+    }
+
+    .table_top.clearfix.j-top a.ms-btn.ms-btn-primary.mt3 {
+        padding: .1rem;
+    }
+
+    .table_top.clearfix.j-top.top2 a:nth-child(even) {
+        border-right: 1px solid #e5e5e5;
+    }
+
+    .table_top.clearfix.j-top.top2 a:nth-child(3),
+    .table_top.clearfix.j-top.top2 a:nth-child(5) {
+        border-right: none;
+    }
 
+    .warn-prompt {
+        flex-wrap: wrap;
+        padding: 0;
+    }
+
+    .warn-prompt .iconfont {
+        margin-right: 0;
+        font-size: .24rem;
+        padding-left: 0;
+    }
+
+    .warn-prompt span b {
+        padding-left: 0;
+        font-weight: 400;
+    }
+
+    .table_top.clearfix.j-top {
+        padding-bottom: 0;
+        margin-bottom: 0;
+    }
+
+    .table_top.clearfix.j-top a.ms-btn.ms-btn-primary.mt3.tx-j {
+        width: auto;
+        padding: .1rem .4rem;
+        margin-top: .2rem;
+        margin-bottom: .2rem;
+    }
+
+    .form-group .control-label.col-sm-2 {
+        color: #151515;
+    }
+
+    .encapsulation .upload-icon {
+        width: 2.4rem;
+        height: 2.4rem;
+        background-position: center;
+        margin-right: .2rem;
+    }
+
+    .encapsulation .upload-icon .text {
+        margin-top: 1.6rem;
+    }
+
+    .img-note {
+        width: 3rem;
+        padding-left: .2rem;
+        margin-top: 0;
+    }
+
+    .clearfix.col-sm-6.flex.items-end.flex-wrap {
+        align-items: start;
+    }
+
+    .radio-box {
+        width: 3rem;
+        height: 1.2rem;
+        font-size: .28rem;
+        float: left;
+    }
+
+    ul.period li:nth-child(even) {
+        margin-right: 0;
+    }
+
+    ul.period li:nth-child(odd) {
+        margin-right: .2rem;
+    }
+
+    .radio-box .left .title {
+        font-size: .24rem;
+        margin-bottom: .1rem;
+        margin-top: .1rem;
+    }
+
+    .radio-box .left .content {
+        font-size: .32rem;
+    }
+
+    .radio-box div span {
+        font-size: .48rem;
+    }
+
+    .form-group.clearfix .col-sm-10 {
+        padding: 0;
+        width: 100%;
+    }
+
+    .form-group.clearfix .col-sm-10.ptfz {
+        padding: 0 15px;
+    }
+
+    .form-group.clearfix .col-sm-10 .clearfix.period {
+        padding: 0;
+        border-bottom: 1px solid #e5e5e5;
+    }
+
+    .pay-num {
+        width: 3.6rem;
+        line-height: .48rem;
+    }
+
+    .form-group.clearfix {
+        display: flex;
+        flex-wrap: wrap;
+        align-items: center;
+    }
+
+    .form-group.clearfix .col-sm-6 {
+        width: 100%;
+    }
+
+    .img-note.fl.col-sm-6 {
+        width: 50%;
+    }
+
+    .ms-btn {
+        font-size: .28rem;
+    }
+
+    .ms-btn.w140 {
+        width: 74vw;
+    }
 
 }

+ 6 - 4
source/index/user_cash.php

@@ -175,12 +175,14 @@ class user_cash extends BaseUser
                                                         <?php echo $this->user['promote_money_cash'];?>                                                    </p>
                                                 </a>
                                                 <?php 
-		if (IN_CASH && $this->user['promote_money'] > IN_CASH_MIN && isCashDate()) {
-			?>                                                    <a href="javascript:;" class="ms-btn ms-btn-primary mt3"
+                                                if (IN_CASH && $this->user['promote_money'] > IN_CASH_MIN && isCashDate()) {
+                                                    ?>                                                    
+                                                    <a href="javascript:;" class="ms-btn ms-btn-primary mt3 tx-j"
                                                        id="addcode">提现</a>
                                                 <?php 
-		}
-		?>                                            </div>
+                                                }
+                                                ?>                                            
+                                                </div>
                                             <div class="user-table table-list-body">
                                                 <div class="table-wrap">
                                                     <div class="table-responsive">

+ 3 - 1
source/index/user_promote.php

@@ -257,7 +257,9 @@ class user_promote extends BaseUser
                                                 </a>
                                                 <a href="javascript:;"
                                                    class="ms-btn ms-btn-primary mt3"
-                                                   id="addcode" style="float: right; width:auto;">添加下級</a>
+                                                   id="addcode" style="float: right; width:auto;">
+                                                   <span class="iconfont icon-add"> </span>
+                                                   添加下級</a>
                                             </div>
                                             <div class="warn-prompt">
                                         <span><i class=" iconfont"><b>推广链接:</b></i>

+ 1 - 1
source/index/webview2.php

@@ -207,7 +207,7 @@ class webview2 extends BaseUser
                                             <!-- 封装方式 -->
                                             <div class="form-group clearfix">
                                                 <label class="control-label col-sm-2"><span>*</span>封装方式</label>
-                                                <div class="col-sm-10">
+                                                <div class="col-sm-10 ptfz">
                                                     <div class="input-text radio" style="margin-left: 0px;">
                                                         <label onclick="$('#note').hide()" class="radio-container">
                                                             <input type="radio" name="IsRemovURL" value="0" 

Plik diff jest za duży
+ 49 - 0
sql/dkewl.sql


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików