mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
17 lines
611 B
HTML
17 lines
611 B
HTML
<div class="image-viewer-container">
|
|
<div class="image-viewer">
|
|
<img class="image" />
|
|
<a class="close image-viewer-icon" title="关闭">
|
|
<svg viewBox="0 0 24 24">
|
|
<path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
<a target="_blank" class="download image-viewer-icon" title="下载">
|
|
<svg viewBox="0 0 24 24">
|
|
<path d="M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|