picgo/view/index.html

24 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{define "content"}}
<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>
{{end}}