From 1d2e92ea054284ecf33b46956d2d9e8c2c55c1bf Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 24 Oct 2025 17:18:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A2=84=E8=A7=88=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.html | 5 +++-- style/css/index.css | 15 ++++++++++++++- style/js/index.js | 3 +++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/home.html b/home.html index 5ab08fb..a2ae213 100644 --- a/home.html +++ b/home.html @@ -9,7 +9,7 @@ {$sitename} {if $site_ico} {/if} - + @@ -916,6 +916,7 @@ -->
+

{$access_stats_code} - + \ No newline at end of file diff --git a/style/css/index.css b/style/css/index.css index 011383d..645b842 100644 --- a/style/css/index.css +++ b/style/css/index.css @@ -248,8 +248,21 @@ body,p,div{ border: 2px solid #697CF7; } + .gallery-box{ + align-items: center; + } #prev, #next{ - + width: 20px; + height: 20px; + } + #preview_title{ + font-family: MiSans; + font-size: 22px; + font-weight: 500; + line-height: 28px; + letter-spacing: 1.04px; + color: #FFFFFF; + margin-bottom: 22px; } /* #prev{ position: absolute; diff --git a/style/js/index.js b/style/js/index.js index e0c48ab..69dfae2 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -1280,6 +1280,7 @@ $(document).ready(function () { $('.gallery').html(html); $('.gallery_img').eq(child_ppt).addClass('ppt_child_active'); $('.look_backImg').attr('src', pptUrlList[key]['bgurl']) + $('#preview_title').html(pptlist[key].name); setBackImgUrl(childList[child_ppt], true) } } @@ -1288,6 +1289,7 @@ $(document).ready(function () { let index = $(this).attr('index'); setLookPPT_active(index) new_parent_ppt = index; + $('#preview_title').html(pptlist[index].name); child_ppt = 0; setLeftShow(new_parent_ppt) }) @@ -1296,6 +1298,7 @@ $(document).ready(function () { let index = $(this).attr('index'); setPagePPT_active(index) old_parent_ppt = new_parent_ppt = index; + $('#preview_title').html(pptlist[index].name); child_ppt = 0; setLeftShow(old_parent_ppt) })