样式优化

This commit is contained in:
2025-11-10 17:29:01 +08:00
parent 0657e57fe4
commit 0e24ed9b77
5 changed files with 86 additions and 68 deletions

View File

@@ -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;
}