加入群聊

This commit is contained in:
2025-12-01 16:39:09 +08:00
parent 4c9a0da9ac
commit e49f0cca76
6 changed files with 47 additions and 121 deletions

View File

@@ -5,17 +5,13 @@
position: relative;
overflow-y: auto;
box-sizing: border-box;
background: radial-gradient(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 以下全白 */
);
background: radial-gradient(
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 以下全白 */
);
}
// 主要内容区域
@@ -23,7 +19,7 @@
display: flex;
flex-direction: column;
align-items: center;
color: rgba(0, 0, 0, 0.40);
color: rgba(0, 0, 0, 0.4);
text-align: center;
font-family: "PingFang SC";
font-size: 14px;
@@ -40,6 +36,7 @@
}
.qrcode {
width: 240px;
margin: 32px 0 -20px;
}
@@ -47,4 +44,4 @@
font-weight: 400;
margin-bottom: 78px;
}
}
}