diff --git a/alacarte-novel-website/chapters/chapter-10.html b/alacarte-novel-website/chapters/chapter-10.html index ff8da25..9006eda 100644 --- a/alacarte-novel-website/chapters/chapter-10.html +++ b/alacarte-novel-website/chapters/chapter-10.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-100.html b/alacarte-novel-website/chapters/chapter-100.html index 9ee6410..1970230 100644 --- a/alacarte-novel-website/chapters/chapter-100.html +++ b/alacarte-novel-website/chapters/chapter-100.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-101.html b/alacarte-novel-website/chapters/chapter-101.html index c301b0c..64444d4 100644 --- a/alacarte-novel-website/chapters/chapter-101.html +++ b/alacarte-novel-website/chapters/chapter-101.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-102.html b/alacarte-novel-website/chapters/chapter-102.html index 84570a9..1744b16 100644 --- a/alacarte-novel-website/chapters/chapter-102.html +++ b/alacarte-novel-website/chapters/chapter-102.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-103.html b/alacarte-novel-website/chapters/chapter-103.html index f4e0b1b..840c5d4 100644 --- a/alacarte-novel-website/chapters/chapter-103.html +++ b/alacarte-novel-website/chapters/chapter-103.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-104.html b/alacarte-novel-website/chapters/chapter-104.html index 9150553..7743dfa 100644 --- a/alacarte-novel-website/chapters/chapter-104.html +++ b/alacarte-novel-website/chapters/chapter-104.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-105.html b/alacarte-novel-website/chapters/chapter-105.html index 509eef3..362bf2d 100644 --- a/alacarte-novel-website/chapters/chapter-105.html +++ b/alacarte-novel-website/chapters/chapter-105.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-106.html b/alacarte-novel-website/chapters/chapter-106.html index 0e86f9f..fe3d509 100644 --- a/alacarte-novel-website/chapters/chapter-106.html +++ b/alacarte-novel-website/chapters/chapter-106.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-107.5.html b/alacarte-novel-website/chapters/chapter-107.5.html index 4798b11..a64265e 100644 --- a/alacarte-novel-website/chapters/chapter-107.5.html +++ b/alacarte-novel-website/chapters/chapter-107.5.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-107.html b/alacarte-novel-website/chapters/chapter-107.html index 938d77e..2e83e0e 100644 --- a/alacarte-novel-website/chapters/chapter-107.html +++ b/alacarte-novel-website/chapters/chapter-107.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-108.html b/alacarte-novel-website/chapters/chapter-108.html index 8b8d0f6..67b9140 100644 --- a/alacarte-novel-website/chapters/chapter-108.html +++ b/alacarte-novel-website/chapters/chapter-108.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-109.html b/alacarte-novel-website/chapters/chapter-109.html index 639ddc9..1886e72 100644 --- a/alacarte-novel-website/chapters/chapter-109.html +++ b/alacarte-novel-website/chapters/chapter-109.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-11.html b/alacarte-novel-website/chapters/chapter-11.html index 7bfaa0e..5c3324d 100644 --- a/alacarte-novel-website/chapters/chapter-11.html +++ b/alacarte-novel-website/chapters/chapter-11.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-110.html b/alacarte-novel-website/chapters/chapter-110.html index 69aa075..fc4a96c 100644 --- a/alacarte-novel-website/chapters/chapter-110.html +++ b/alacarte-novel-website/chapters/chapter-110.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-111.html b/alacarte-novel-website/chapters/chapter-111.html index 755e897..aeadda8 100644 --- a/alacarte-novel-website/chapters/chapter-111.html +++ b/alacarte-novel-website/chapters/chapter-111.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-112.html b/alacarte-novel-website/chapters/chapter-112.html index 0cb13cd..310ba59 100644 --- a/alacarte-novel-website/chapters/chapter-112.html +++ b/alacarte-novel-website/chapters/chapter-112.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-113.html b/alacarte-novel-website/chapters/chapter-113.html index 39e7b25..e0ced0b 100644 --- a/alacarte-novel-website/chapters/chapter-113.html +++ b/alacarte-novel-website/chapters/chapter-113.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-114.html b/alacarte-novel-website/chapters/chapter-114.html index a8e6594..71e69fc 100644 --- a/alacarte-novel-website/chapters/chapter-114.html +++ b/alacarte-novel-website/chapters/chapter-114.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-115.html b/alacarte-novel-website/chapters/chapter-115.html index 73ee6fc..eb86501 100644 --- a/alacarte-novel-website/chapters/chapter-115.html +++ b/alacarte-novel-website/chapters/chapter-115.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-116.html b/alacarte-novel-website/chapters/chapter-116.html index 32217b4..c31630e 100644 --- a/alacarte-novel-website/chapters/chapter-116.html +++ b/alacarte-novel-website/chapters/chapter-116.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-117.html b/alacarte-novel-website/chapters/chapter-117.html index 2f5e735..1bf59c6 100644 --- a/alacarte-novel-website/chapters/chapter-117.html +++ b/alacarte-novel-website/chapters/chapter-117.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-118.html b/alacarte-novel-website/chapters/chapter-118.html index 151fe4f..52bf479 100644 --- a/alacarte-novel-website/chapters/chapter-118.html +++ b/alacarte-novel-website/chapters/chapter-118.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-119.html b/alacarte-novel-website/chapters/chapter-119.html index 304eef8..88e16a7 100644 --- a/alacarte-novel-website/chapters/chapter-119.html +++ b/alacarte-novel-website/chapters/chapter-119.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-12.html b/alacarte-novel-website/chapters/chapter-12.html index 363302c..30a4572 100644 --- a/alacarte-novel-website/chapters/chapter-12.html +++ b/alacarte-novel-website/chapters/chapter-12.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-120.html b/alacarte-novel-website/chapters/chapter-120.html index baa6abc..37d0be9 100644 --- a/alacarte-novel-website/chapters/chapter-120.html +++ b/alacarte-novel-website/chapters/chapter-120.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-121.html b/alacarte-novel-website/chapters/chapter-121.html index c7088eb..8660c84 100644 --- a/alacarte-novel-website/chapters/chapter-121.html +++ b/alacarte-novel-website/chapters/chapter-121.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-122.html b/alacarte-novel-website/chapters/chapter-122.html index 4ed88d2..35eac0d 100644 --- a/alacarte-novel-website/chapters/chapter-122.html +++ b/alacarte-novel-website/chapters/chapter-122.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-123.html b/alacarte-novel-website/chapters/chapter-123.html index 4d1d3a4..4d21a84 100644 --- a/alacarte-novel-website/chapters/chapter-123.html +++ b/alacarte-novel-website/chapters/chapter-123.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-124.html b/alacarte-novel-website/chapters/chapter-124.html index cb98e42..995e3c1 100644 --- a/alacarte-novel-website/chapters/chapter-124.html +++ b/alacarte-novel-website/chapters/chapter-124.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-125.html b/alacarte-novel-website/chapters/chapter-125.html index bce4664..95f029f 100644 --- a/alacarte-novel-website/chapters/chapter-125.html +++ b/alacarte-novel-website/chapters/chapter-125.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-126.html b/alacarte-novel-website/chapters/chapter-126.html index e114ef8..dd43158 100644 --- a/alacarte-novel-website/chapters/chapter-126.html +++ b/alacarte-novel-website/chapters/chapter-126.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-127.html b/alacarte-novel-website/chapters/chapter-127.html index 53882b5..469aebd 100644 --- a/alacarte-novel-website/chapters/chapter-127.html +++ b/alacarte-novel-website/chapters/chapter-127.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-128.html b/alacarte-novel-website/chapters/chapter-128.html index 3a28018..faab890 100644 --- a/alacarte-novel-website/chapters/chapter-128.html +++ b/alacarte-novel-website/chapters/chapter-128.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-129.html b/alacarte-novel-website/chapters/chapter-129.html index 858e786..8de09ac 100644 --- a/alacarte-novel-website/chapters/chapter-129.html +++ b/alacarte-novel-website/chapters/chapter-129.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-13.html b/alacarte-novel-website/chapters/chapter-13.html index 26bdc9b..fcabfde 100644 --- a/alacarte-novel-website/chapters/chapter-13.html +++ b/alacarte-novel-website/chapters/chapter-13.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-130.html b/alacarte-novel-website/chapters/chapter-130.html index 973beeb..ce6cc20 100644 --- a/alacarte-novel-website/chapters/chapter-130.html +++ b/alacarte-novel-website/chapters/chapter-130.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-131.html b/alacarte-novel-website/chapters/chapter-131.html index f3ba9c4..0b01c83 100644 --- a/alacarte-novel-website/chapters/chapter-131.html +++ b/alacarte-novel-website/chapters/chapter-131.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-132.html b/alacarte-novel-website/chapters/chapter-132.html index a8c575a..69b7571 100644 --- a/alacarte-novel-website/chapters/chapter-132.html +++ b/alacarte-novel-website/chapters/chapter-132.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-133.html b/alacarte-novel-website/chapters/chapter-133.html index d9072e2..31c70b8 100644 --- a/alacarte-novel-website/chapters/chapter-133.html +++ b/alacarte-novel-website/chapters/chapter-133.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-134.html b/alacarte-novel-website/chapters/chapter-134.html index 42914ef..37ce441 100644 --- a/alacarte-novel-website/chapters/chapter-134.html +++ b/alacarte-novel-website/chapters/chapter-134.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-135.html b/alacarte-novel-website/chapters/chapter-135.html index 09a6ec2..31f5612 100644 --- a/alacarte-novel-website/chapters/chapter-135.html +++ b/alacarte-novel-website/chapters/chapter-135.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-136.html b/alacarte-novel-website/chapters/chapter-136.html index c5f0eaa..6f7c6a5 100644 --- a/alacarte-novel-website/chapters/chapter-136.html +++ b/alacarte-novel-website/chapters/chapter-136.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-137.html b/alacarte-novel-website/chapters/chapter-137.html index 573aa0e..7f5c89e 100644 --- a/alacarte-novel-website/chapters/chapter-137.html +++ b/alacarte-novel-website/chapters/chapter-137.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-138.html b/alacarte-novel-website/chapters/chapter-138.html index 369efd5..6cb9603 100644 --- a/alacarte-novel-website/chapters/chapter-138.html +++ b/alacarte-novel-website/chapters/chapter-138.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-139.html b/alacarte-novel-website/chapters/chapter-139.html index e5f761b..0f064a4 100644 --- a/alacarte-novel-website/chapters/chapter-139.html +++ b/alacarte-novel-website/chapters/chapter-139.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-14.html b/alacarte-novel-website/chapters/chapter-14.html index 634854e..d708dd5 100644 --- a/alacarte-novel-website/chapters/chapter-14.html +++ b/alacarte-novel-website/chapters/chapter-14.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-140.html b/alacarte-novel-website/chapters/chapter-140.html index e2a2bf1..fc30f98 100644 --- a/alacarte-novel-website/chapters/chapter-140.html +++ b/alacarte-novel-website/chapters/chapter-140.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-141.html b/alacarte-novel-website/chapters/chapter-141.html index 984f2b9..0adb640 100644 --- a/alacarte-novel-website/chapters/chapter-141.html +++ b/alacarte-novel-website/chapters/chapter-141.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-142.html b/alacarte-novel-website/chapters/chapter-142.html index d8b8dfb..9902c12 100644 --- a/alacarte-novel-website/chapters/chapter-142.html +++ b/alacarte-novel-website/chapters/chapter-142.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-143.html b/alacarte-novel-website/chapters/chapter-143.html index a415e98..ade992f 100644 --- a/alacarte-novel-website/chapters/chapter-143.html +++ b/alacarte-novel-website/chapters/chapter-143.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-144.html b/alacarte-novel-website/chapters/chapter-144.html index c8af266..ce79323 100644 --- a/alacarte-novel-website/chapters/chapter-144.html +++ b/alacarte-novel-website/chapters/chapter-144.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-145.html b/alacarte-novel-website/chapters/chapter-145.html index d10c66d..cb1fb3b 100644 --- a/alacarte-novel-website/chapters/chapter-145.html +++ b/alacarte-novel-website/chapters/chapter-145.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-146.html b/alacarte-novel-website/chapters/chapter-146.html index 611941c..1bc01b6 100644 --- a/alacarte-novel-website/chapters/chapter-146.html +++ b/alacarte-novel-website/chapters/chapter-146.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-147.html b/alacarte-novel-website/chapters/chapter-147.html index 1232bf7..f4be8f7 100644 --- a/alacarte-novel-website/chapters/chapter-147.html +++ b/alacarte-novel-website/chapters/chapter-147.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-148.html b/alacarte-novel-website/chapters/chapter-148.html index fa5c41e..e973d19 100644 --- a/alacarte-novel-website/chapters/chapter-148.html +++ b/alacarte-novel-website/chapters/chapter-148.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-149.html b/alacarte-novel-website/chapters/chapter-149.html index 67bbb9b..496bd13 100644 --- a/alacarte-novel-website/chapters/chapter-149.html +++ b/alacarte-novel-website/chapters/chapter-149.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-15.html b/alacarte-novel-website/chapters/chapter-15.html index bd1f4c6..a7acc96 100644 --- a/alacarte-novel-website/chapters/chapter-15.html +++ b/alacarte-novel-website/chapters/chapter-15.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-150.html b/alacarte-novel-website/chapters/chapter-150.html index 2d3f34d..c1757d1 100644 --- a/alacarte-novel-website/chapters/chapter-150.html +++ b/alacarte-novel-website/chapters/chapter-150.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-151.html b/alacarte-novel-website/chapters/chapter-151.html index d2e2525..2e5d822 100644 --- a/alacarte-novel-website/chapters/chapter-151.html +++ b/alacarte-novel-website/chapters/chapter-151.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-152.html b/alacarte-novel-website/chapters/chapter-152.html index d7f6c4f..9559e12 100644 --- a/alacarte-novel-website/chapters/chapter-152.html +++ b/alacarte-novel-website/chapters/chapter-152.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-153.html b/alacarte-novel-website/chapters/chapter-153.html index c035c94..c7b6ab6 100644 --- a/alacarte-novel-website/chapters/chapter-153.html +++ b/alacarte-novel-website/chapters/chapter-153.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-154.html b/alacarte-novel-website/chapters/chapter-154.html index c2033c4..865b64d 100644 --- a/alacarte-novel-website/chapters/chapter-154.html +++ b/alacarte-novel-website/chapters/chapter-154.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-155.html b/alacarte-novel-website/chapters/chapter-155.html index 0fc2ca2..b2983de 100644 --- a/alacarte-novel-website/chapters/chapter-155.html +++ b/alacarte-novel-website/chapters/chapter-155.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-156.html b/alacarte-novel-website/chapters/chapter-156.html index 4790f4e..287aa81 100644 --- a/alacarte-novel-website/chapters/chapter-156.html +++ b/alacarte-novel-website/chapters/chapter-156.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-157.html b/alacarte-novel-website/chapters/chapter-157.html index 42ccdf3..38a8a09 100644 --- a/alacarte-novel-website/chapters/chapter-157.html +++ b/alacarte-novel-website/chapters/chapter-157.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-158.html b/alacarte-novel-website/chapters/chapter-158.html index 21b625f..2f8d9cc 100644 --- a/alacarte-novel-website/chapters/chapter-158.html +++ b/alacarte-novel-website/chapters/chapter-158.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-159.html b/alacarte-novel-website/chapters/chapter-159.html index 5fcc5cc..fc21876 100644 --- a/alacarte-novel-website/chapters/chapter-159.html +++ b/alacarte-novel-website/chapters/chapter-159.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-16.html b/alacarte-novel-website/chapters/chapter-16.html index 7191b49..f3a7d03 100644 --- a/alacarte-novel-website/chapters/chapter-16.html +++ b/alacarte-novel-website/chapters/chapter-16.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-160.html b/alacarte-novel-website/chapters/chapter-160.html index e259615..56dd590 100644 --- a/alacarte-novel-website/chapters/chapter-160.html +++ b/alacarte-novel-website/chapters/chapter-160.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-161.html b/alacarte-novel-website/chapters/chapter-161.html index 538f53c..242042c 100644 --- a/alacarte-novel-website/chapters/chapter-161.html +++ b/alacarte-novel-website/chapters/chapter-161.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-162.html b/alacarte-novel-website/chapters/chapter-162.html index 3518936..f231683 100644 --- a/alacarte-novel-website/chapters/chapter-162.html +++ b/alacarte-novel-website/chapters/chapter-162.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-163.html b/alacarte-novel-website/chapters/chapter-163.html index 9b1d3f4..f5b809f 100644 --- a/alacarte-novel-website/chapters/chapter-163.html +++ b/alacarte-novel-website/chapters/chapter-163.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-164.html b/alacarte-novel-website/chapters/chapter-164.html index c71fccf..eef66c2 100644 --- a/alacarte-novel-website/chapters/chapter-164.html +++ b/alacarte-novel-website/chapters/chapter-164.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-165.html b/alacarte-novel-website/chapters/chapter-165.html index 5371bd6..238d99c 100644 --- a/alacarte-novel-website/chapters/chapter-165.html +++ b/alacarte-novel-website/chapters/chapter-165.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-166.html b/alacarte-novel-website/chapters/chapter-166.html index ee2ce27..6409f01 100644 --- a/alacarte-novel-website/chapters/chapter-166.html +++ b/alacarte-novel-website/chapters/chapter-166.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-167.html b/alacarte-novel-website/chapters/chapter-167.html index 140fbd8..362730f 100644 --- a/alacarte-novel-website/chapters/chapter-167.html +++ b/alacarte-novel-website/chapters/chapter-167.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-168.html b/alacarte-novel-website/chapters/chapter-168.html index a89514d..9ff760d 100644 --- a/alacarte-novel-website/chapters/chapter-168.html +++ b/alacarte-novel-website/chapters/chapter-168.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-169.html b/alacarte-novel-website/chapters/chapter-169.html index 6120269..ad9ea1f 100644 --- a/alacarte-novel-website/chapters/chapter-169.html +++ b/alacarte-novel-website/chapters/chapter-169.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-17.html b/alacarte-novel-website/chapters/chapter-17.html index 546cf2f..8ddb324 100644 --- a/alacarte-novel-website/chapters/chapter-17.html +++ b/alacarte-novel-website/chapters/chapter-17.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-170.html b/alacarte-novel-website/chapters/chapter-170.html index 0f45218..a64b9a3 100644 --- a/alacarte-novel-website/chapters/chapter-170.html +++ b/alacarte-novel-website/chapters/chapter-170.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-171.html b/alacarte-novel-website/chapters/chapter-171.html index 37b0323..bea461c 100644 --- a/alacarte-novel-website/chapters/chapter-171.html +++ b/alacarte-novel-website/chapters/chapter-171.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-172.html b/alacarte-novel-website/chapters/chapter-172.html index a720b36..16a9413 100644 --- a/alacarte-novel-website/chapters/chapter-172.html +++ b/alacarte-novel-website/chapters/chapter-172.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-173.html b/alacarte-novel-website/chapters/chapter-173.html index ca95fca..4801954 100644 --- a/alacarte-novel-website/chapters/chapter-173.html +++ b/alacarte-novel-website/chapters/chapter-173.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-174.html b/alacarte-novel-website/chapters/chapter-174.html index bf4cce8..5571aa2 100644 --- a/alacarte-novel-website/chapters/chapter-174.html +++ b/alacarte-novel-website/chapters/chapter-174.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-175.html b/alacarte-novel-website/chapters/chapter-175.html index 8d12ecb..5db51e3 100644 --- a/alacarte-novel-website/chapters/chapter-175.html +++ b/alacarte-novel-website/chapters/chapter-175.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-176.html b/alacarte-novel-website/chapters/chapter-176.html index 474f585..82413a2 100644 --- a/alacarte-novel-website/chapters/chapter-176.html +++ b/alacarte-novel-website/chapters/chapter-176.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-177.html b/alacarte-novel-website/chapters/chapter-177.html index 856e5a3..6ebc34a 100644 --- a/alacarte-novel-website/chapters/chapter-177.html +++ b/alacarte-novel-website/chapters/chapter-177.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-178.html b/alacarte-novel-website/chapters/chapter-178.html index fec65c1..a95f0ae 100644 --- a/alacarte-novel-website/chapters/chapter-178.html +++ b/alacarte-novel-website/chapters/chapter-178.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-18.html b/alacarte-novel-website/chapters/chapter-18.html index 6843841..0e429fd 100644 --- a/alacarte-novel-website/chapters/chapter-18.html +++ b/alacarte-novel-website/chapters/chapter-18.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-19.html b/alacarte-novel-website/chapters/chapter-19.html index 895b2ab..6516ea4 100644 --- a/alacarte-novel-website/chapters/chapter-19.html +++ b/alacarte-novel-website/chapters/chapter-19.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-20.html b/alacarte-novel-website/chapters/chapter-20.html index 40429fe..e161baa 100644 --- a/alacarte-novel-website/chapters/chapter-20.html +++ b/alacarte-novel-website/chapters/chapter-20.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-21.html b/alacarte-novel-website/chapters/chapter-21.html index 87b1c07..3e97c32 100644 --- a/alacarte-novel-website/chapters/chapter-21.html +++ b/alacarte-novel-website/chapters/chapter-21.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-22.html b/alacarte-novel-website/chapters/chapter-22.html index 6c207f9..02e2808 100644 --- a/alacarte-novel-website/chapters/chapter-22.html +++ b/alacarte-novel-website/chapters/chapter-22.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-23.html b/alacarte-novel-website/chapters/chapter-23.html index 021b775..f5be7b9 100644 --- a/alacarte-novel-website/chapters/chapter-23.html +++ b/alacarte-novel-website/chapters/chapter-23.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-24.html b/alacarte-novel-website/chapters/chapter-24.html index 1f95022..d3a4851 100644 --- a/alacarte-novel-website/chapters/chapter-24.html +++ b/alacarte-novel-website/chapters/chapter-24.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-25.html b/alacarte-novel-website/chapters/chapter-25.html index 2b5a94e..ba71993 100644 --- a/alacarte-novel-website/chapters/chapter-25.html +++ b/alacarte-novel-website/chapters/chapter-25.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-26.html b/alacarte-novel-website/chapters/chapter-26.html index a9fd801..0d46c3c 100644 --- a/alacarte-novel-website/chapters/chapter-26.html +++ b/alacarte-novel-website/chapters/chapter-26.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-27.html b/alacarte-novel-website/chapters/chapter-27.html index 7441776..c95c166 100644 --- a/alacarte-novel-website/chapters/chapter-27.html +++ b/alacarte-novel-website/chapters/chapter-27.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-28.html b/alacarte-novel-website/chapters/chapter-28.html index f53e896..f8f9d5f 100644 --- a/alacarte-novel-website/chapters/chapter-28.html +++ b/alacarte-novel-website/chapters/chapter-28.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-29.html b/alacarte-novel-website/chapters/chapter-29.html index 991e47d..81b71ac 100644 --- a/alacarte-novel-website/chapters/chapter-29.html +++ b/alacarte-novel-website/chapters/chapter-29.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-30.html b/alacarte-novel-website/chapters/chapter-30.html index 75aa9e7..89412c5 100644 --- a/alacarte-novel-website/chapters/chapter-30.html +++ b/alacarte-novel-website/chapters/chapter-30.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-31.html b/alacarte-novel-website/chapters/chapter-31.html index c8d7c2d..ae885c2 100644 --- a/alacarte-novel-website/chapters/chapter-31.html +++ b/alacarte-novel-website/chapters/chapter-31.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-32.html b/alacarte-novel-website/chapters/chapter-32.html index c91a5ce..1b3ccb3 100644 --- a/alacarte-novel-website/chapters/chapter-32.html +++ b/alacarte-novel-website/chapters/chapter-32.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-33.html b/alacarte-novel-website/chapters/chapter-33.html index f13124f..ef9dfea 100644 --- a/alacarte-novel-website/chapters/chapter-33.html +++ b/alacarte-novel-website/chapters/chapter-33.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-34.html b/alacarte-novel-website/chapters/chapter-34.html index d2e54d9..034a0f7 100644 --- a/alacarte-novel-website/chapters/chapter-34.html +++ b/alacarte-novel-website/chapters/chapter-34.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-35.html b/alacarte-novel-website/chapters/chapter-35.html index 2d58f4e..2c74713 100644 --- a/alacarte-novel-website/chapters/chapter-35.html +++ b/alacarte-novel-website/chapters/chapter-35.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-36.html b/alacarte-novel-website/chapters/chapter-36.html index 54d1172..1de8bac 100644 --- a/alacarte-novel-website/chapters/chapter-36.html +++ b/alacarte-novel-website/chapters/chapter-36.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-37.html b/alacarte-novel-website/chapters/chapter-37.html index 85bac99..ce775ce 100644 --- a/alacarte-novel-website/chapters/chapter-37.html +++ b/alacarte-novel-website/chapters/chapter-37.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-38.html b/alacarte-novel-website/chapters/chapter-38.html index d4e74b1..8e66fdf 100644 --- a/alacarte-novel-website/chapters/chapter-38.html +++ b/alacarte-novel-website/chapters/chapter-38.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-39.html b/alacarte-novel-website/chapters/chapter-39.html index ade2fc6..7a26f48 100644 --- a/alacarte-novel-website/chapters/chapter-39.html +++ b/alacarte-novel-website/chapters/chapter-39.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-40.html b/alacarte-novel-website/chapters/chapter-40.html index 83bab38..af53b4b 100644 --- a/alacarte-novel-website/chapters/chapter-40.html +++ b/alacarte-novel-website/chapters/chapter-40.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-41.html b/alacarte-novel-website/chapters/chapter-41.html index 876b259..6e1a421 100644 --- a/alacarte-novel-website/chapters/chapter-41.html +++ b/alacarte-novel-website/chapters/chapter-41.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-42.html b/alacarte-novel-website/chapters/chapter-42.html index 754dbc1..70c7d3f 100644 --- a/alacarte-novel-website/chapters/chapter-42.html +++ b/alacarte-novel-website/chapters/chapter-42.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-43.html b/alacarte-novel-website/chapters/chapter-43.html index e0a0d37..a55e071 100644 --- a/alacarte-novel-website/chapters/chapter-43.html +++ b/alacarte-novel-website/chapters/chapter-43.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-44.html b/alacarte-novel-website/chapters/chapter-44.html index f729347..eb55b97 100644 --- a/alacarte-novel-website/chapters/chapter-44.html +++ b/alacarte-novel-website/chapters/chapter-44.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-45.html b/alacarte-novel-website/chapters/chapter-45.html index 4f819cd..863f1b8 100644 --- a/alacarte-novel-website/chapters/chapter-45.html +++ b/alacarte-novel-website/chapters/chapter-45.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-46.html b/alacarte-novel-website/chapters/chapter-46.html index 6816417..05a078b 100644 --- a/alacarte-novel-website/chapters/chapter-46.html +++ b/alacarte-novel-website/chapters/chapter-46.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-47.html b/alacarte-novel-website/chapters/chapter-47.html index 6534b1e..9494792 100644 --- a/alacarte-novel-website/chapters/chapter-47.html +++ b/alacarte-novel-website/chapters/chapter-47.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-48.html b/alacarte-novel-website/chapters/chapter-48.html index 5dc74c8..b1d285d 100644 --- a/alacarte-novel-website/chapters/chapter-48.html +++ b/alacarte-novel-website/chapters/chapter-48.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-49.html b/alacarte-novel-website/chapters/chapter-49.html index 2d69e47..96f5da0 100644 --- a/alacarte-novel-website/chapters/chapter-49.html +++ b/alacarte-novel-website/chapters/chapter-49.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-50.html b/alacarte-novel-website/chapters/chapter-50.html index c7b2631..cb0d61f 100644 --- a/alacarte-novel-website/chapters/chapter-50.html +++ b/alacarte-novel-website/chapters/chapter-50.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-51.html b/alacarte-novel-website/chapters/chapter-51.html index 6382dad..8f25528 100644 --- a/alacarte-novel-website/chapters/chapter-51.html +++ b/alacarte-novel-website/chapters/chapter-51.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-52.html b/alacarte-novel-website/chapters/chapter-52.html index c74b844..22e561d 100644 --- a/alacarte-novel-website/chapters/chapter-52.html +++ b/alacarte-novel-website/chapters/chapter-52.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-53.html b/alacarte-novel-website/chapters/chapter-53.html index 7447681..87ac9c7 100644 --- a/alacarte-novel-website/chapters/chapter-53.html +++ b/alacarte-novel-website/chapters/chapter-53.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-54.html b/alacarte-novel-website/chapters/chapter-54.html index 731d68f..ed032c7 100644 --- a/alacarte-novel-website/chapters/chapter-54.html +++ b/alacarte-novel-website/chapters/chapter-54.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-55.html b/alacarte-novel-website/chapters/chapter-55.html index 4132636..dad0a12 100644 --- a/alacarte-novel-website/chapters/chapter-55.html +++ b/alacarte-novel-website/chapters/chapter-55.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-56.html b/alacarte-novel-website/chapters/chapter-56.html index 8fe66f1..f97b202 100644 --- a/alacarte-novel-website/chapters/chapter-56.html +++ b/alacarte-novel-website/chapters/chapter-56.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-57.html b/alacarte-novel-website/chapters/chapter-57.html index 99f0a67..15e4651 100644 --- a/alacarte-novel-website/chapters/chapter-57.html +++ b/alacarte-novel-website/chapters/chapter-57.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-58.html b/alacarte-novel-website/chapters/chapter-58.html index 271f506..a94476b 100644 --- a/alacarte-novel-website/chapters/chapter-58.html +++ b/alacarte-novel-website/chapters/chapter-58.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-59.html b/alacarte-novel-website/chapters/chapter-59.html index c768dd9..6810858 100644 --- a/alacarte-novel-website/chapters/chapter-59.html +++ b/alacarte-novel-website/chapters/chapter-59.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-60.html b/alacarte-novel-website/chapters/chapter-60.html index 79697df..61dfbba 100644 --- a/alacarte-novel-website/chapters/chapter-60.html +++ b/alacarte-novel-website/chapters/chapter-60.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-61.html b/alacarte-novel-website/chapters/chapter-61.html index edd615e..04c9d38 100644 --- a/alacarte-novel-website/chapters/chapter-61.html +++ b/alacarte-novel-website/chapters/chapter-61.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-62.html b/alacarte-novel-website/chapters/chapter-62.html index 5e8035c..c321c72 100644 --- a/alacarte-novel-website/chapters/chapter-62.html +++ b/alacarte-novel-website/chapters/chapter-62.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-63.html b/alacarte-novel-website/chapters/chapter-63.html index 97653e3..c654dd1 100644 --- a/alacarte-novel-website/chapters/chapter-63.html +++ b/alacarte-novel-website/chapters/chapter-63.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-64.html b/alacarte-novel-website/chapters/chapter-64.html index 9d45181..e645a6a 100644 --- a/alacarte-novel-website/chapters/chapter-64.html +++ b/alacarte-novel-website/chapters/chapter-64.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-65.html b/alacarte-novel-website/chapters/chapter-65.html index bc20b42..44b6db4 100644 --- a/alacarte-novel-website/chapters/chapter-65.html +++ b/alacarte-novel-website/chapters/chapter-65.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-66.html b/alacarte-novel-website/chapters/chapter-66.html index 59ba5e6..85400ad 100644 --- a/alacarte-novel-website/chapters/chapter-66.html +++ b/alacarte-novel-website/chapters/chapter-66.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-67.html b/alacarte-novel-website/chapters/chapter-67.html index 22ff631..b15acdf 100644 --- a/alacarte-novel-website/chapters/chapter-67.html +++ b/alacarte-novel-website/chapters/chapter-67.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-68.html b/alacarte-novel-website/chapters/chapter-68.html index a786a98..44fbf58 100644 --- a/alacarte-novel-website/chapters/chapter-68.html +++ b/alacarte-novel-website/chapters/chapter-68.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-69.html b/alacarte-novel-website/chapters/chapter-69.html index 0ea3772..e41d27c 100644 --- a/alacarte-novel-website/chapters/chapter-69.html +++ b/alacarte-novel-website/chapters/chapter-69.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-70.html b/alacarte-novel-website/chapters/chapter-70.html index 8d6e563..37509a0 100644 --- a/alacarte-novel-website/chapters/chapter-70.html +++ b/alacarte-novel-website/chapters/chapter-70.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-71.html b/alacarte-novel-website/chapters/chapter-71.html index b9efbcc..7f30ec8 100644 --- a/alacarte-novel-website/chapters/chapter-71.html +++ b/alacarte-novel-website/chapters/chapter-71.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-72.html b/alacarte-novel-website/chapters/chapter-72.html index 4c63675..28892da 100644 --- a/alacarte-novel-website/chapters/chapter-72.html +++ b/alacarte-novel-website/chapters/chapter-72.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-73.html b/alacarte-novel-website/chapters/chapter-73.html index c3df615..7c715e0 100644 --- a/alacarte-novel-website/chapters/chapter-73.html +++ b/alacarte-novel-website/chapters/chapter-73.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-74.html b/alacarte-novel-website/chapters/chapter-74.html index d85a001..0d8a64e 100644 --- a/alacarte-novel-website/chapters/chapter-74.html +++ b/alacarte-novel-website/chapters/chapter-74.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-75.html b/alacarte-novel-website/chapters/chapter-75.html index 9c33294..b95849e 100644 --- a/alacarte-novel-website/chapters/chapter-75.html +++ b/alacarte-novel-website/chapters/chapter-75.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-76.html b/alacarte-novel-website/chapters/chapter-76.html index 4d67ed5..4121bad 100644 --- a/alacarte-novel-website/chapters/chapter-76.html +++ b/alacarte-novel-website/chapters/chapter-76.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-77.html b/alacarte-novel-website/chapters/chapter-77.html index 271012b..a591a61 100644 --- a/alacarte-novel-website/chapters/chapter-77.html +++ b/alacarte-novel-website/chapters/chapter-77.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-78.html b/alacarte-novel-website/chapters/chapter-78.html index 006327a..388a0f8 100644 --- a/alacarte-novel-website/chapters/chapter-78.html +++ b/alacarte-novel-website/chapters/chapter-78.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-79.html b/alacarte-novel-website/chapters/chapter-79.html index 1802c4a..de3c8d4 100644 --- a/alacarte-novel-website/chapters/chapter-79.html +++ b/alacarte-novel-website/chapters/chapter-79.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-80.html b/alacarte-novel-website/chapters/chapter-80.html index 472c017..e5149bb 100644 --- a/alacarte-novel-website/chapters/chapter-80.html +++ b/alacarte-novel-website/chapters/chapter-80.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-81.html b/alacarte-novel-website/chapters/chapter-81.html index dbfe011..e754e30 100644 --- a/alacarte-novel-website/chapters/chapter-81.html +++ b/alacarte-novel-website/chapters/chapter-81.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-82.html b/alacarte-novel-website/chapters/chapter-82.html index 583ea5e..7e00b36 100644 --- a/alacarte-novel-website/chapters/chapter-82.html +++ b/alacarte-novel-website/chapters/chapter-82.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-83.html b/alacarte-novel-website/chapters/chapter-83.html index 5bd1cf1..b22d30a 100644 --- a/alacarte-novel-website/chapters/chapter-83.html +++ b/alacarte-novel-website/chapters/chapter-83.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-84.html b/alacarte-novel-website/chapters/chapter-84.html index 9dae9cb..a904146 100644 --- a/alacarte-novel-website/chapters/chapter-84.html +++ b/alacarte-novel-website/chapters/chapter-84.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-85.5.html b/alacarte-novel-website/chapters/chapter-85.5.html index 9fe845c..b21af19 100644 --- a/alacarte-novel-website/chapters/chapter-85.5.html +++ b/alacarte-novel-website/chapters/chapter-85.5.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-85.html b/alacarte-novel-website/chapters/chapter-85.html index 1620825..4788f07 100644 --- a/alacarte-novel-website/chapters/chapter-85.html +++ b/alacarte-novel-website/chapters/chapter-85.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-86.html b/alacarte-novel-website/chapters/chapter-86.html index b82c7b6..22fb1f1 100644 --- a/alacarte-novel-website/chapters/chapter-86.html +++ b/alacarte-novel-website/chapters/chapter-86.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-87.html b/alacarte-novel-website/chapters/chapter-87.html index 0348bf9..8804381 100644 --- a/alacarte-novel-website/chapters/chapter-87.html +++ b/alacarte-novel-website/chapters/chapter-87.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-88.html b/alacarte-novel-website/chapters/chapter-88.html index 19461fe..170fcf6 100644 --- a/alacarte-novel-website/chapters/chapter-88.html +++ b/alacarte-novel-website/chapters/chapter-88.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-89.html b/alacarte-novel-website/chapters/chapter-89.html index c20f311..6c2d6fb 100644 --- a/alacarte-novel-website/chapters/chapter-89.html +++ b/alacarte-novel-website/chapters/chapter-89.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-90.html b/alacarte-novel-website/chapters/chapter-90.html index b269b9c..b94a830 100644 --- a/alacarte-novel-website/chapters/chapter-90.html +++ b/alacarte-novel-website/chapters/chapter-90.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-91.html b/alacarte-novel-website/chapters/chapter-91.html index 0b478e2..e39e86f 100644 --- a/alacarte-novel-website/chapters/chapter-91.html +++ b/alacarte-novel-website/chapters/chapter-91.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-92.html b/alacarte-novel-website/chapters/chapter-92.html index 2415155..3c5470a 100644 --- a/alacarte-novel-website/chapters/chapter-92.html +++ b/alacarte-novel-website/chapters/chapter-92.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-93.html b/alacarte-novel-website/chapters/chapter-93.html index 9f69388..2cbd9c3 100644 --- a/alacarte-novel-website/chapters/chapter-93.html +++ b/alacarte-novel-website/chapters/chapter-93.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-94.html b/alacarte-novel-website/chapters/chapter-94.html index 06c2c45..c2c30e5 100644 --- a/alacarte-novel-website/chapters/chapter-94.html +++ b/alacarte-novel-website/chapters/chapter-94.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-95.html b/alacarte-novel-website/chapters/chapter-95.html index 70065dc..b8a248d 100644 --- a/alacarte-novel-website/chapters/chapter-95.html +++ b/alacarte-novel-website/chapters/chapter-95.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-96.html b/alacarte-novel-website/chapters/chapter-96.html index 1999eeb..a2c57cd 100644 --- a/alacarte-novel-website/chapters/chapter-96.html +++ b/alacarte-novel-website/chapters/chapter-96.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-97.html b/alacarte-novel-website/chapters/chapter-97.html index a72ebd7..fbe43c5 100644 --- a/alacarte-novel-website/chapters/chapter-97.html +++ b/alacarte-novel-website/chapters/chapter-97.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-98.html b/alacarte-novel-website/chapters/chapter-98.html index 7d37799..9e5fafa 100644 --- a/alacarte-novel-website/chapters/chapter-98.html +++ b/alacarte-novel-website/chapters/chapter-98.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/chapters/chapter-99.html b/alacarte-novel-website/chapters/chapter-99.html index a74f01b..5df8345 100644 --- a/alacarte-novel-website/chapters/chapter-99.html +++ b/alacarte-novel-website/chapters/chapter-99.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; } diff --git a/alacarte-novel-website/template.html b/alacarte-novel-website/template.html index de6c79e..abe5a5c 100644 --- a/alacarte-novel-website/template.html +++ b/alacarte-novel-website/template.html @@ -227,8 +227,8 @@ display: flex; flex-direction: column; gap: 10px; - z-index: 1001; - background: rgba(0,0,0,0.5); + z-index: 1002; + background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); border-radius: 12px; border: 1px solid var(--border-color); @@ -331,10 +331,12 @@ .tts-panel { left: 10px; right: 10px; - bottom: 75px; + bottom: auto; + top: 60px; min-width: auto; padding: 12px; width: auto; + z-index: 1003; } .tts-btn { @@ -360,11 +362,16 @@ font-size: 11px; min-width: 60px; } + + /* 手机端隐藏滚动按钮,给TTS腾空间 */ + .scroll-buttons { + display: none; + } } @media (max-width: 400px) { .tts-panel { - bottom: 70px; + top: 55px; padding: 10px; }