diff --git a/css/index.css b/css/index.css index 5492e4e..569ab4d 100644 --- a/css/index.css +++ b/css/index.css @@ -2732,7 +2732,7 @@ html { background: rgba(15, 23, 42, 0.7); backdrop-filter: blur(16px); border: 1px solid rgba(148, 163, 184, 0.15); - border-radius: 20px; + border-radius: 0; box-shadow: 0 8px 32px rgba(15, 23, 42, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05); @@ -2809,11 +2809,11 @@ html { /* 右侧图片区域 */ .solution-image { flex-shrink: 0; - width: 400px; - height: 350px; + width: 500px; + height: 400px; position: relative; overflow: hidden; - border-radius: 16px; + border-radius: 0; background: rgba(15, 23, 42, 0.5); }