AI助手页面样式微调适配小屏幕

This commit is contained in:
付民康
2025-05-12 10:23:52 +08:00
parent 6633a564f1
commit 5ba401bf0a
4 changed files with 1309 additions and 1653 deletions

View File

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

View File

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

View File

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