diff --git a/index copy.html b/index copy.html index 0d052e5..ae60d4f 100644 --- a/index copy.html +++ b/index copy.html @@ -67,6 +67,40 @@ border-bottom: 2px solid rgba(255, 255, 255, 0.2); } + .click-info { + background: rgba(76, 175, 80, 0.2); + border: 1px solid rgba(76, 175, 80, 0.5); + border-radius: 8px; + padding: 12px; + margin-bottom: 15px; + color: #fff; + font-size: 13px; + line-height: 1.6; + } + + .click-info-title { + font-weight: bold; + color: #4caf50; + margin-bottom: 8px; + font-size: 14px; + } + + .click-info-item { + margin-bottom: 4px; + display: flex; + gap: 8px; + } + + .click-info-label { + color: rgba(255, 255, 255, 0.7); + min-width: 70px; + } + + .click-info-value { + color: #fff; + word-break: break-all; + } + .config-category { margin-bottom: 15px; border-radius: 8px; @@ -227,12 +261,34 @@