diff --git a/css/index.css b/css/index.css index 569ab4d..4ce33c6 100644 --- a/css/index.css +++ b/css/index.css @@ -2726,7 +2726,7 @@ html { /* 幻灯片内容区域 */ .solution-content { display: flex; - align-items: center; + align-items: stretch; gap: 60px; padding: 40px; background: rgba(15, 23, 42, 0.7); @@ -2736,6 +2736,7 @@ html { box-shadow: 0 8px 32px rgba(15, 23, 42, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05); + min-height: 500px; } /* 左侧文字区域 */ @@ -2810,7 +2811,7 @@ html { .solution-image { flex-shrink: 0; width: 500px; - height: 400px; + height: 100%; position: relative; overflow: hidden; border-radius: 0;