修改背景 颜色 #fff 为 FAFAFA
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
circle at 50% 0,
|
||||
/* 光晕圆心在顶部中间 */ rgba(191, 255, 239, 0.9) 0px,
|
||||
/* 中间更深的浅蓝 */ rgba(191, 255, 239, 0.5) 200px,
|
||||
/* 100px 处开始淡化 */ #fff 300px,
|
||||
/* 到 200px 变成白色 */ #fff 100% /* 200px 以下全白 */
|
||||
/* 100px 处开始淡化 */ #FAFAFA 300px,
|
||||
/* 到 200px 变成白色 */ #FAFAFA 100% /* 200px 以下全白 */
|
||||
);
|
||||
position: relative;
|
||||
// overflow: hidden;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #FAFAFA;
|
||||
|
||||
// 导航栏内容
|
||||
.navbar_content {
|
||||
|
||||
Reference in New Issue
Block a user