样式优化
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 处开始淡化 */ #FAFAFA 300px,
|
||||
/* 到 200px 变成白色 */ #FAFAFA 100% /* 200px 以下全白 */
|
||||
/* 100px 处开始淡化 */ #fafafa 300px,
|
||||
/* 到 200px 变成白色 */ #fafafa 100% /* 200px 以下全白 */
|
||||
);
|
||||
position: relative;
|
||||
// overflow: hidden;
|
||||
@@ -306,15 +306,15 @@
|
||||
position: absolute;
|
||||
left: 36px;
|
||||
right: 12px;
|
||||
height: 0.5px;
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
height: 0.5pt;
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
border-radius: 99px;
|
||||
}
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 0.5px;
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
height: 0.5pt;
|
||||
background-color: rgba(0, 0, 0, 0.06);
|
||||
margin-left: 35px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user