From 7518951900d7877bdcec0897875ea78607422c80 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Wed, 29 Oct 2025 22:15:47 +0800 Subject: [PATCH] Update amily2-modal.html --- assets/amily2-modal.html | 96 +++++++++++++++++++++++++++++++--------- 1 file changed, 76 insertions(+), 20 deletions(-) diff --git a/assets/amily2-modal.html b/assets/amily2-modal.html index 42f4543..ee1ffd9 100644 --- a/assets/amily2-modal.html +++ b/assets/amily2-modal.html @@ -87,6 +87,48 @@ from { text-shadow: 0 0 5px rgba(255, 107, 107, 0.5); } to { text-shadow: 0 0 10px rgba(255, 107, 107, 0.8), 0 0 15px rgba(255, 107, 107, 0.3); } } + + .collapsible-legend { + cursor: pointer; + user-select: none; + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + } + .collapsible-legend:hover { + background-color: rgba(255, 255, 255, 0.05); + } + .collapse-icon { + transition: transform 0.2s ease-in-out; + } + .collapsible-content { + padding-top: 10px; + } + .disclaimer-box { + margin-top: 15px; + padding: 12px; + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 8px; + background-color: rgba(0, 0, 0, 0.1); + } + .disclaimer-emo { + font-style: italic; + color: #adb6e6; + text-align: center; + margin-bottom: 10px; + font-size: 13px; + } + .disclaimer-text { + font-size: 12px; + color: #c0c0c0; + line-height: 1.6; + } + .disclaimer-text strong { + color: #ffc107; + display: block; + margin-bottom: 5px; + }
“我也想过琴棋书画诗酒花,奈何生活只有柴米油盐酱醋茶。”
++ 免责声明:本插件仅供个人学习与技术交流使用,严禁用于任何商业目的或非法活动。使用者需自行承担因使用本插件而产生的一切风险与法律责任,开发者对此不承担任何责任。 +
+