This commit is contained in:
徐哼唧L
2023-06-21 14:45:20 +08:00
parent 6e7ee3dd44
commit 4646183cd3
31 changed files with 574 additions and 281 deletions

View File

@@ -119,7 +119,7 @@
</div>
<div style="margin-left: 30px">
<label>Cover letter </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only pdf and word files can be uploaded(.pdf,.doc,.docx)</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only PDF and Word files can be uploaded (.pdf, .doc, .docx formats), with a maximum limit of 20MB.</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_1" style="display:none" multiple="multiple"/>
<div onclick="up_file_1()">click upload</div>
@@ -128,7 +128,7 @@
</div>
<div style="margin-left: 30px">
<label>Figures </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only compressed files can be uploaded(.rar,.zip)</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only ZIP files can be uploaded (.zip format), with a maximum limit of 20MB.</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_2" style="display:none" multiple="multiple"/>
<div onclick="up_file_2()">click upload</div>
@@ -147,7 +147,7 @@
<!-- </div>-->
<div style="margin-left: 30px">
<label>Manuscirpt </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only word and compressed files can be uploaded(.doc,.docx,.rar,.zip)</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only Word files can be uploaded (.docx format), with a maximum limit of 20MB.</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_4" style="display:none" multiple="multiple"/>
<div onclick="up_file_4()">click upload</div>
@@ -155,6 +155,15 @@
<span class="spa spa6"></span>
</div>
</div>
<div style="margin-left: 30px;display: none;">
<label>Supplementary Material </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">Only ZIP files can be uploaded (.zip format), with a maximum limit of 20MB.</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_5" style="display:none" multiple="multiple"/>
<div onclick="up_file_5()">click upload</div>
<ul id="filename_5" style=""> </ul>
</div>
</div>
@@ -284,7 +293,7 @@
</div>
<div style="margin-left: 30px">
<label>附信 </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅pdf和word文件可以上传pdf, doc, docx</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅pdf和word文件可以上传pdf, doc, docx,最大限制20M</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_1" style="display:none" multiple="multiple"/>
<div onclick="up_file_1()">上传</div>
@@ -293,7 +302,7 @@
</div>
<div style="margin-left: 30px">
<label>图表 </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅压缩文件可以上传(rar, zip</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅压缩文件可以上传zip,最大限制20M</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_2" style="display:none" multiple="multiple"/>
<div onclick="up_file_2()">上传</div>
@@ -312,7 +321,7 @@
<!-- </div>-->
<div style="margin-left: 30px">
<label>稿件 </label><b>*</b>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅word和压缩文件可以上传doc, docx, rar, zip</span><br>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅word文件可以上传docx,最大限制20M</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_4" style="display:none" multiple="multiple"/>
<div onclick="up_file_4()">上传</div>
@@ -320,6 +329,15 @@
<span class="spa spa6"></span>
</div>
</div>
<div style="margin-left: 30px;display: none;">
<label>补充材料 </label>
<span style="font-size: 10px;color: #afafaf;margin-left: 10px">仅压缩文件可以上传zip,最大限制20M</span><br>
<div class="my_file" style="">
<input type="file" id="ch_file_5" style="display:none" multiple="multiple"/>
<div onclick="up_file_5()">上传</div>
<ul id="filename_5" style=""> </ul>
</div>
</div>