|
@@ -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>
|
|
|
|
|
|
|