解决方案
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user