小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
+38
View File
@@ -250,3 +250,41 @@
font-size: 12px;
color: var(--color-on-surface);
}
.cs-body {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 48px;
text-align: center;
}
.cs-title {
font-size: 14px;
color: var(--color-subtle-gray);
margin-bottom: 12px;
}
.cs-phone {
font-family: var(--font-headline);
font-size: 32px;
font-weight: 700;
color: var(--color-heritage-red);
margin-bottom: 8px;
letter-spacing: 1px;
}
.cs-hint {
font-size: 12px;
color: var(--color-subtle-gray);
margin-bottom: 32px;
}
.cs-call-btn {
padding: 12px 32px;
border-radius: 999px;
background: var(--color-heritage-red);
color: #fff;
font-size: 15px;
font-weight: 600;
}