style: 移除首屏白色容器

This commit is contained in:
3127647737@qq.com 2026-07-31 17:32:53 +08:00
parent b37ed2da2c
commit d7ecd5c4af

View File

@ -900,7 +900,7 @@
min-height: 100vh; min-height: 100vh;
color: #1d1d1f; color: #1d1d1f;
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', sans-serif;
background: #f5f5f7; background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 58%, #f5f5f7 100%);
} }
.oneinai-root::before, .oneinai-root::before,
@ -919,16 +919,7 @@
} }
.hero::before { .hero::before {
left: -90px; display: none;
right: -90px;
top: 0;
bottom: 0;
height: auto;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 0 0 24px 24px;
background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
clip-path: none;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.05);
} }
.hero-kicker { .hero-kicker {
@ -1176,12 +1167,7 @@
} }
.hero::before { .hero::before {
left: -24px; display: none;
right: -24px;
top: 0;
bottom: 0;
height: auto;
clip-path: none;
} }
} }