generated from dellevin/template
11
This commit is contained in:
10
index.html
10
index.html
@@ -107,15 +107,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 人生相册按钮 -->
|
||||
<!-- 旅途剪影按钮 -->
|
||||
<div class="photo-album-btn-container">
|
||||
<button id="photo-album-btn" class="photo-album-btn" title="人生相册">
|
||||
<button id="photo-album-btn" class="photo-album-btn" title="旅途剪影">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" stroke="#666" stroke-width="2"/>
|
||||
<circle cx="8.5" cy="8.5" r="1.5" fill="#666"/>
|
||||
<path d="M21 15L16 10L5 21" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
<span class="btn-label" data-i18n="btn_photo_album">人生相册</span>
|
||||
<span class="btn-label" data-i18n="btn_photo_album">旅途剪影</span>
|
||||
</button>
|
||||
|
||||
<!-- Hover 浮动预览面板 -->
|
||||
@@ -129,11 +129,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 完整人生相册弹窗(点击后显示) -->
|
||||
<!-- 完整旅途剪影弹窗(点击后显示) -->
|
||||
<div id="photo-album-full-modal" class="guestbook-full-modal">
|
||||
<div class="full-modal-content">
|
||||
<div class="guestbook-header">
|
||||
<h2 data-i18n="photo_album_title">人生相册</h2>
|
||||
<h2 data-i18n="photo_album_title">旅途剪影</h2>
|
||||
<button id="photo-album-close" class="guestbook-close" title="关闭">×</button>
|
||||
</div>
|
||||
<div class="guestbook-body photo-album-body">
|
||||
|
||||
Reference in New Issue
Block a user