style: 样式修改.

bugfix: customer选择页面弹窗触发错误.
This commit is contained in:
2025-12-29 10:46:00 +08:00
parent 8c2f4ca6e6
commit 9c41bf4711
6 changed files with 54 additions and 48 deletions

View File

@@ -59,11 +59,14 @@ const handleSelect = (value: string) => {
font-weight: 700;
font-size: 11rem;
line-height: 106%;
letter-spacing: -0.02rem;
margin-bottom: 4.6rem;
}
.desc {
font-family: 'satoshiRegular';
font-size: 4rem;
font-size: 6rem;
line-height: 132%;
letter-spacing: 0.02rem;
}
.select-list {
display: flex;