Merge remote-tracking branch 'origin/master'

This commit is contained in:
付民康
2025-05-12 17:01:47 +08:00
4 changed files with 1309 additions and 1653 deletions

View File

@@ -54,7 +54,7 @@ const changeQuestions = () => {
.guess-you-want-to-ask-card { .guess-you-want-to-ask-card {
border-radius: 24px; border-radius: 24px;
background: #FFFFFF; background: #FFFFFF;
padding: 24px; padding: 18px 24px;
} }

View File

@@ -75,7 +75,7 @@ onMounted(() => {
.card { .card {
border-radius: 24px; border-radius: 24px;
background: #FFFFFF; background: #FFFFFF;
padding: 24px; padding: 18px 24px;
} }
.card-title { .card-title {

View File

@@ -321,7 +321,7 @@ onMounted(() => {
color: #191919; color: #191919;
font-family: Huawei Sans; font-family: Huawei Sans;
font-weight: bold; font-weight: bold;
font-size: 36px; font-size: 32px;
line-height: 48px; line-height: 48px;
letter-spacing: 0px; letter-spacing: 0px;
text-align: center; text-align: center;
@@ -329,7 +329,7 @@ onMounted(() => {
} }
img { img {
width: 86px; width: 64px;
//filter: brightness(0); //filter: brightness(0);
} }
} }
@@ -434,7 +434,7 @@ onMounted(() => {
} }
.welcome-page { .welcome-page {
gap: 24px; gap: 16px;
justify-content: center; justify-content: center;
} }

2952
yarn.lock

File diff suppressed because it is too large Load Diff