取消网格背景
This commit is contained in:
@@ -8,25 +8,12 @@
|
|||||||
background-color: var(--bg-body);
|
background-color: var(--bg-body);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-image: none;
|
||||||
/* 科技网格背景 */
|
|
||||||
background-image:
|
|
||||||
linear-gradient(var(--border-muted) 1px, transparent 1px),
|
|
||||||
linear-gradient(90deg, var(--border-muted) 1px, transparent 1px);
|
|
||||||
background-size: 40px 40px;
|
|
||||||
background-position: center top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 底部渐变遮罩 */
|
/* 底部渐变遮罩 */
|
||||||
.hero-section::after {
|
.hero-section::after {
|
||||||
content: "";
|
display: none;
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
height: 120px;
|
|
||||||
background: linear-gradient(to bottom, transparent, var(--bg-body));
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
|
|||||||
+4
-12
@@ -6,6 +6,9 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bg-body);
|
background-color: var(--bg-body);
|
||||||
|
background-image:
|
||||||
|
linear-gradient(160deg, var(--intro-glow-primary), transparent 55%),
|
||||||
|
linear-gradient(330deg, var(--intro-glow-accent), transparent 50%);
|
||||||
--intro-glow-primary: rgba(9, 105, 218, 0.14);
|
--intro-glow-primary: rgba(9, 105, 218, 0.14);
|
||||||
--intro-glow-accent: rgba(142, 136, 199, 0.14);
|
--intro-glow-accent: rgba(142, 136, 199, 0.14);
|
||||||
}
|
}
|
||||||
@@ -16,18 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro-page::before {
|
.intro-page::before {
|
||||||
content: "";
|
display: none;
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
background-image:
|
|
||||||
radial-gradient(circle at 18% 8%, var(--intro-glow-primary), transparent 45%),
|
|
||||||
radial-gradient(circle at 85% 0%, var(--intro-glow-accent), transparent 40%),
|
|
||||||
linear-gradient(var(--border-muted) 1px, transparent 1px),
|
|
||||||
linear-gradient(90deg, var(--border-muted) 1px, transparent 1px);
|
|
||||||
background-size: auto, auto, 64px 64px, 64px 64px;
|
|
||||||
background-position: center top;
|
|
||||||
opacity: 0.7;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-about .site-header {
|
.intro-about .site-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user