style: 全局修改样式主题

This commit is contained in:
ccnetcore
2025-08-04 22:35:45 +08:00
parent 7cb3aea2e6
commit 3e647ef14d
30 changed files with 69 additions and 70 deletions

View File

@@ -52,7 +52,7 @@ const handleScroll = () => {
}
&-header {
width: 100%;
background: rgba(10, 10, 10, 0.9);
background: #0A0B0C;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
height: 60px;
display: flex;
@@ -60,7 +60,7 @@ const handleScroll = () => {
}
&-main {
background: linear-gradient(135deg, rgba(0,255,136,0.03) 0%, rgba(0,0,0,0.8) 50%, rgba(0,255,136,0.02) 100%), linear-gradient(135deg, #0a0a0a 0%, #0d1520 30%, #0a0a0a 70%, #0f1520 100%);
background: linear-gradient(135deg, #0a0a0a 0%, #0d1520 30%, #0a0a0a 70%, #0f1520 100%),linear-gradient(135deg, rgba(0, 255, 136, 0.03) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 255, 136, 0.02) 100%);
}
}