feat: 修改首页文本内容,调整标题和消息文本样式
This commit is contained in:
parent
504b50f16b
commit
31216f77b0
|
@ -21,7 +21,7 @@
|
|||
></image>
|
||||
|
||||
<text class="message-text"
|
||||
>Hi~我是小小新,您的AI聊天伙伴,未来高效认知助手,我们可尽量互相解惑。</text
|
||||
>Hi~ 我是源小新,你们的AI校园助手,非常高兴认识您,我可以为你答疑解惑。</text
|
||||
>
|
||||
</view>
|
||||
|
||||
|
@ -535,7 +535,7 @@ page {
|
|||
|
||||
.header-title {
|
||||
font-size: 36rpx;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
@ -561,7 +561,7 @@ page {
|
|||
}
|
||||
|
||||
.message-text {
|
||||
font-size: 24rpx;
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
font-family: PingFang SC;
|
||||
vertical-align: super;
|
||||
|
|
Loading…
Reference in New Issue