2024-07-12 20:32:33 +08:00
|
|
|
|
{{define "content"}}
|
2024-07-13 20:33:20 +08:00
|
|
|
|
<div style="background-color: #f2f4f7">
|
|
|
|
|
<div class="upload-zone"
|
|
|
|
|
style="height: 248px; background-color: rgb(255, 255, 255); border-radius: 6px; padding: 24px;">
|
|
|
|
|
<span class="ant-upload-wrapper" style="box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.88);font-size: 14px;line-height: 1.5714285714285714;list-style: none;">
|
|
|
|
|
<div class="css-3rel02 ant-upload ant-upload-drag">
|
|
|
|
|
<span tabindex="0" class="ant-upload ant-upload-btn" role="button">
|
|
|
|
|
<input type="file" accept="" multiple="" style="display: none;">
|
|
|
|
|
<div class="ant-upload-drag-container" style="display: table-cell;vertical-align: middle;">
|
|
|
|
|
<p class="ant-upload-drag-icon">
|
|
|
|
|
<img src="/static/img/add.svg">
|
|
|
|
|
</p>
|
|
|
|
|
<p class="ant-upload-text" style="font-size: 14px; margin: 0px;">拖拽文件到此区域或
|
|
|
|
|
<span style="color: rgb(26, 102, 255);">点此上传</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="ant-upload-hint" style="font-size: 12px; margin: 4px 0px 0px;">支持上传照片、视频、ZIP、pdf等多种文件,最大支持100M,上传后支持复制url、base64、Markdown 照片三种方式</p>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-07-12 20:32:33 +08:00
|
|
|
|
{{end}}
|