style: 全局修改样式主题
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user