From 397a96101c9af8a2a05aea0c2fc9d63b36226560 Mon Sep 17 00:00:00 2001 From: gww Date: Tue, 23 Dec 2025 10:07:48 +0800 Subject: [PATCH] css --- src/App.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.css b/src/App.css index b24e94a..ae7deac 100644 --- a/src/App.css +++ b/src/App.css @@ -483,7 +483,7 @@ padding: 32px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 16px; + border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; backdrop-filter: blur(10px); @@ -645,7 +645,7 @@ padding: 48px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 24px; + border-radius: 12px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; @@ -753,7 +753,7 @@ padding: 8px 20px; background: linear-gradient(135deg, var(--primary) 0%, rgba(250, 227, 7, 0.9) 100%); color: #000000; - border-radius: 24px; + border-radius: 12px; font-size: 14px; font-weight: 600; margin-bottom: 28px; @@ -791,7 +791,7 @@ rgba(250, 227, 7, 0.08) 100% ); border: 1px solid rgba(250, 227, 7, 0.3); - border-radius: 20px; + border-radius: 12px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; backdrop-filter: blur(10px); @@ -897,7 +897,7 @@ padding: 0; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 16px; + border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); cursor: pointer; @@ -991,7 +991,7 @@ rgba(250, 227, 7,0.05) 75%, rgba(250, 227, 7, 0.12) 100% ); - border-radius: 24px; + border-radius: 12px; text-align: center; position: relative; overflow: hidden;