Bladeren bron

fix:bug修复

cmy 15 uur geleden
bovenliggende
commit
04740e7050
3 gewijzigde bestanden met toevoegingen van 27 en 24 verwijderingen
  1. 5 1
      css/jcq.css
  2. 1 1
      source/index/plist.php
  3. 21 22
      source/index/super_cert.php

+ 5 - 1
css/jcq.css

@@ -608,6 +608,10 @@
 }
 
 
+.j-label-text {
+    width: 420px;
+}
+
 /* 移动端适配 */
 @media (max-width: 767px) {
     .cleanUp {
@@ -928,7 +932,7 @@
     }
 
     .j-label-text {
-        width: auto !important;
+        width: calc(100% - 1.7rem)!important;
     }
 
     .j-label-text-radio {

+ 1 - 1
source/index/plist.php

@@ -82,7 +82,7 @@ class plist extends Base
                     <div class="list-bottom-common">
                         <div class="index-common">
                             <div class="row clearfix">
-                                <div class="col-sm-4">
+                                <div class="col-sm-4" style="pointer-events: none;">
                                     <div class="con"
                                          onclick="window.open('http://wpa.qq.com/msgrd?v=3&uin=<?php echo IN_CONTACT;?>&site=qq&menu=yes')"
                                          style="cursor: pointer">

+ 21 - 22
source/index/super_cert.php

@@ -264,42 +264,41 @@ class super_cert extends BaseUser
 
                             <form id="upload" method="post" target="post_frame" enctype="multipart/form-data">
                                 <div style="padding-left:30px;">
-                                    <div style="margin-top:20px;">
+                                    <div style="margin-top:20px; display: flex;">
                                         <label class="j-label-open" style="width:100px;text-align:right;">账号<span
-                                                    style="color:red;margin-left:2px">*</span>:</label>
-                                        <input class="j-label-text" type="text"
-                                               style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
-                                               placeholder="(必填)" name="team_id" id="team_id">
+                                            style="color:red;margin-left:2px">*</span>:</label><input
+                                            class="j-label-text" type="text"
+                                            style="padding-left:10px;height:35px;border:1px solid #e0e0e0;"
+                                            placeholder="(必填)" name="team_id" id="team_id">
                                     </div>
                                     <div style="margin-top:10px;">
                                         <label class="j-label-open" style="width:100px;text-align:right;">Iss<span
-                                                    style="color:red;margin-left:2px">*</span>:</label>
-                                        <input class="j-label-text" type="text"
-                                               style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
-                                               placeholder="(必填)" name="iss" id="iss">
+                                            style="color:red;margin-left:2px">*</span>:</label><input
+                                            class="j-label-text" type="text"
+                                            style="padding-left:10px;height:35px;border:1px solid #e0e0e0;"
+                                            placeholder="(必填)" name="iss" id="iss">
                                     </div>
                                     <div style="margin-top:10px;">
                                         <label class="j-label-open" style="width:100px;text-align:right;">Kid<span
-                                                    style="color:red;margin-left:2px">*</span>:</label>
-                                        <input class="j-label-text" type="text"
-                                               style="width:420px;padding-left:10px;height:35px;border:1px solid #e0e0e0;"
-                                               placeholder="(必填)" name="kid" id="kid">
+                                            style="color:red;margin-left:2px">*</span>:</label><input 
+                                            class="j-label-text" type="text"style="padding-left:10px;height:35px;border:1px solid #e0e0e0;"
+                                            placeholder="(必填)" name="kid" id="kid">
                                     </div>
 
                                     <div style="margin-top:10px;">
-                                        <label class="j-label-open" style="width:100px;text-align:right;">备注:</label>
-                                        <input class="j-label-text" type="text"
-                                               style="width:420px;padding-left:10px;height:70px;border:1px solid #e0e0e0;"
-                                               placeholder="(选填)" name="mark" id="mark">
+                                        <label class="j-label-open" style="width:100px;text-align:right;">备注:</label><input 
+                                            class="j-label-text" type="text"
+                                            style="padding-left:10px;height:70px;border:1px solid #e0e0e0;"
+                                            placeholder="(选填)" name="mark" id="mark">
                                     </div>
                                     <br>
                                     <div style="margin-top:10px;">
                                         <label class="j-label-open" style="text-align:right;">P8密钥<span
-                                                    style="color:red;margin-left:2px">*</span>:</label>
-                                            <input class="j-label-text-je" type="file" class="form-control"
-                                                   style="display: inline-block; height:35px;border:1px solid #e0e0e0;" placeholder="(必填)"
-                                                   accept=".p8"
-                                                   name="p8" id="p8">
+                                            style="color:red;margin-left:2px">*</span>:</label><input
+                                            class="j-label-text-je" type="file" class="form-control"
+                                            style="display: inline-block; height:35px;border:1px solid #e0e0e0;" placeholder="(必填)"
+                                            accept=".p8"
+                                            name="p8" id="p8">
                                     </div>