|
@@ -72,6 +72,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.selected-value {
|
|
.selected-value {
|
|
|
|
|
+ font-size: 13px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
padding: 0 0.5em;
|
|
padding: 0 0.5em;
|
|
|
background: rgba(206, 205, 202, 0.5);
|
|
background: rgba(206, 205, 202, 0.5);
|
|
@@ -345,12 +346,14 @@
|
|
|
<div style="display: flex;">
|
|
<div style="display: flex;">
|
|
|
<div style="margin-right:20px;">
|
|
<div style="margin-right:20px;">
|
|
|
<span class="font">uploadImgs</span>
|
|
<span class="font">uploadImgs</span>
|
|
|
- <form method="post" action="coin/uploadImgs" enctype="multipart/form-data">
|
|
|
|
|
|
|
+ <span id="uploadImgsAlert" style="margin-left: 10px;font-size: 13px;"></span>
|
|
|
|
|
+ <form method="post" action="coin/uploadImgs" enctype="multipart/form-data" onsubmit="return false;" id="uploadImgs">
|
|
|
<span>备注</span>
|
|
<span>备注</span>
|
|
|
<input type="text" name="remark" placeholder="可为空"/>
|
|
<input type="text" name="remark" placeholder="可为空"/>
|
|
|
<span>file</span>
|
|
<span>file</span>
|
|
|
<input type="file" name="file" multiple/>
|
|
<input type="file" name="file" multiple/>
|
|
|
- <input type="submit" value="提交">
|
|
|
|
|
|
|
+ <input type="button" value="提交" onclick="uploadImgsSubmit()">
|
|
|
|
|
+ <input type="reset" value="重置">
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|