style(home) : 主页样式修改

- 主页的字体颜色修改
- 主页的轮播浮动修改
This commit is contained in:
Huangzhe
2025-05-23 09:16:20 +08:00
parent 59b9f258a3
commit e79977ae4c
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ const surveys = defineModel('surveys', { required: true });
<template>
<div class="carousel-container">
<div class="title">
<el-text size="large">我的任务</el-text>
<span>我的任务</span>
</div>
<van-swipe>
<van-swipe-item v-for="question in surveys" :key="question?.sn">
@@ -28,6 +28,7 @@ const surveys = defineModel('surveys', { required: true });
padding: 10px;
.title {
color: black;
font-size: 15px;
font-family: PingFangSC-Heavy;
font-weight: 900;

View File

@@ -51,7 +51,7 @@ const disableInsight = ref(true);
.question-item-container {
width: 90vw;
margin-bottom: 40px;
.analysis-info {
}
}