From 37b254844005ea79ead06dd3811626837a960750 Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Wed, 31 Jul 2024 14:43:24 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E9=97=AE=E7=AD=94=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/knowledge/index.vue | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/pages/knowledge/index.vue b/pages/knowledge/index.vue
index 5a8840b..492c392 100644
--- a/pages/knowledge/index.vue
+++ b/pages/knowledge/index.vue
@@ -18,14 +18,14 @@
作为你的智能伙伴,我可以为你提供交通领域知识的答疑解惑。
- 你这样试着问我:
+ 你这样试着问我:
{{ item.title }}
-
+
{{ item.text }}
@@ -688,22 +688,29 @@ export default {
.titleOne {
font-weight: 700;
- font-size: 30rpx;
+ font-size: 32rpx;
}
.titleTwo {
- margin: 15rpx 0;
+ margin: 15rpx 0;
+ font-size: 28rpx;
}
.tipItem {
background-color: #e1f8f8;
margin: 15rpx;
padding: 15rpx;
.title {
- font-size: 30rpx;
+ font-size: 32rpx;
font-weight: 700;
- }
+ }
+ .text{
+ font-size: 28rpx;
+ }
}
- }
+ }
+ .text{
+ font-size: 32rpx;
+ }
}
.stepBox {