背景颜色调整一下
This commit is contained in:
@@ -3,7 +3,17 @@
|
|||||||
// 个人页面样式
|
// 个人页面样式
|
||||||
.myself_page {
|
.myself_page {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: radial-gradient(circle at 50% 0%, rgba(238, 255, 220, 1) 0%, rgba(255, 255, 255, 1) 37%);
|
background: radial-gradient(circle at 50% 0,
|
||||||
|
/* 光晕圆心在顶部中间 */
|
||||||
|
rgba(173, 216, 230, 0.9) 0px,
|
||||||
|
/* 中间更深的浅蓝 */
|
||||||
|
rgba(173, 216, 230, 0.5) 200px,
|
||||||
|
/* 100px 处开始淡化 */
|
||||||
|
rgba(255, 255, 255, 1) 300px,
|
||||||
|
/* 到 200px 变成白色 */
|
||||||
|
#ffffff 100%
|
||||||
|
/* 200px 以下全白 */
|
||||||
|
);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -356,4 +366,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user