From a167c7765276af9afb8b9453ee48e0ae953ef936 Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Tue, 24 Jun 2025 14:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/static/styles.css b/static/styles.css index 5388899..e5a5b65 100644 --- a/static/styles.css +++ b/static/styles.css @@ -263,7 +263,7 @@ input:checked + .slider:before { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s, box-shadow 0.3s; - padding: 15px; + padding: 5px; } .dashboard-card:hover { @@ -286,7 +286,7 @@ input:checked + .slider:before { .proxy-info { background-color: #f8f9fa; border-radius: 10px; - padding: 15px; + padding: 10px; margin: 20px 0; border-left: 4px solid #4285f4; } @@ -348,7 +348,7 @@ input:checked + .slider:before { .info-steps { display: flex; flex-direction: column; - gap: 15px; + gap: 5px; } .step { @@ -412,15 +412,13 @@ input:checked + .slider:before { /* 设置页按钮样式调整 */ .settings-form .btn-danger { - background-color: #ea4335; - color: white; - padding: 10px 20px; + padding: 8px 16px; border: none; border-radius: 6px; cursor: pointer; - text-decoration: none; - display: inline-block; - text-align: center; + transition: all 0.3s; + font-size: 14px; + font-weight: 500; } .settings-form .btn-danger:hover {