style: 移除首屏白色容器
This commit is contained in:
parent
b37ed2da2c
commit
d7ecd5c4af
20
oneinai.html
20
oneinai.html
@ -900,7 +900,7 @@
|
||||
min-height: 100vh;
|
||||
color: #1d1d1f;
|
||||
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,
|
||||
@ -919,16 +919,7 @@
|
||||
}
|
||||
|
||||
.hero::before {
|
||||
left: -90px;
|
||||
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);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hero-kicker {
|
||||
@ -1176,12 +1167,7 @@
|
||||
}
|
||||
|
||||
.hero::before {
|
||||
left: -24px;
|
||||
right: -24px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
clip-path: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user