AI助手页面样式微调适配小屏幕
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user