1
0

解决方案

This commit is contained in:
2025-12-18 11:22:15 +08:00
parent 933807842a
commit 5d05c0fdd2
6 changed files with 1678 additions and 8 deletions

View File

@@ -30,12 +30,6 @@
<link href="assets/css/pro.css" rel="stylesheet">
<style>
/* ========== 主色调覆盖 - rgba(0, 100, 255, 1) ========== */
:root {
--primary-color: rgba(0, 100, 255, 1);
--primary-color-dark: rgba(0, 80, 200, 1);
--primary-color-light: rgba(0, 100, 255, 0.8);
}
/* ========== Solution Page Styles ========== */
@@ -57,7 +51,7 @@
right: 0;
width: 60%;
height: 60%;
background: radial-gradient(circle, rgba(0, 100, 255, 0.15) 0%, transparent 70%);
background: radial-gradient(circle, rgba(0, 150, 136, 0.15) 0%, transparent 70%);
animation: blob 8s ease-in-out infinite;
}
@@ -978,7 +972,6 @@
.case-card-header {
position: relative;
padding: 28px;
height: 160px;
display: flex;
align-items: flex-end;
overflow: hidden;