diff --git a/components/pages/home-page2.tsx b/components/pages/home-page2.tsx index 9a55abf..b0b1de0 100644 --- a/components/pages/home-page2.tsx +++ b/components/pages/home-page2.tsx @@ -119,14 +119,14 @@ export function HomePage2() {
{/* 工具栏-列表形式切换 */} -
- + { e.stopPropagation(); handleToolChange(activeTool === "stretch" ? "right" : "left"); }} > -
+
@@ -138,7 +138,7 @@ export function HomePage2() { {/* 水滴动画 */}
-
- +
+
{ e.stopPropagation(); diff --git a/components/pages/style/login.css b/components/pages/style/login.css index 855af31..6695a42 100644 --- a/components/pages/style/login.css +++ b/components/pages/style/login.css @@ -24,8 +24,8 @@ } .auth-container { - padding: 2.5rem; - border-radius: 1.5rem; + padding: 40px; + border-radius: 20px; max-width: 400px; width: 100%; position: relative; @@ -61,7 +61,7 @@ left: 0; right: 0; bottom: 0; - border-radius: 1.5rem; + border-radius: 20px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, @@ -76,7 +76,7 @@ left: -1px; right: -1px; bottom: -1px; - border-radius: 1.5rem; + border-radius: 20px; background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 60%); @@ -417,9 +417,9 @@ .auth-container { max-width: 100%; - width: calc(100% - 2rem); + width: calc(100% - 40px); margin: 0; - padding: 2rem 1.5rem; + padding: 40px 20px; } .login-logo { @@ -435,8 +435,8 @@ @media (max-width: 480px) { .auth-container { - padding: 1.5rem 1rem; - border-radius: 1rem; + padding: 20px 10px; + border-radius: 10px; } .login-logo {