From dafb591001e899cea6cf8dc9461c200f2a1d9cab Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sun, 9 Mar 2025 02:10:23 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=87=8F=E8=A1=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 7a923b3..6f1eae1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -49,15 +49,16 @@ main { /* 定义单选按钮标签样式 */ .scale-button label { flex-grow: 1; - border: 1px solid #ccc; + padding: 10px 0px; cursor: pointer; text-align: center; + border: 3px solid #ffffff00; } /* 定义单选按钮选中时标签样式 */ .scale-button input[type="radio"]:checked+label { - background-color: #007BFF; - color: white; + border: 3px solid #909090; + border-radius: 20px; } /* 导航栏样式 */