提交 66c78c92 authored 作者: coderBryanFu's avatar coderBryanFu

优化投融资概览页样式

上级 fe57c553
...@@ -47,7 +47,7 @@ defineProps({ ...@@ -47,7 +47,7 @@ defineProps({
<style scoped> <style scoped>
.message-bubble { .message-bubble {
display: flex; display: flex;
max-width: 600px; max-width: 700px;
margin: 20px 0; margin: 20px 0;
} }
...@@ -85,19 +85,28 @@ defineProps({ ...@@ -85,19 +85,28 @@ defineProps({
.name { .name {
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 16px;
color: #333; color: #333;
} }
.meta { .meta {
font-size: 12px; color: rgba(95, 101, 108, 1);
color: #999; font-family: Microsoft YaHei;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: right;
} }
.bubble-content { .bubble-content {
font-size: 14px; color: rgba(59, 65, 75, 1);
line-height: 1.5; font-family: Microsoft YaHei;
color: #333; font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: justify;
} }
.triangle { .triangle {
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
</template> </template>
<script setup> <script setup>
const props = defineProps({ const props = defineProps({
listData: { listData: {
type: Array, type: Array,
...@@ -113,11 +112,26 @@ const handleItemClick = item => { ...@@ -113,11 +112,26 @@ const handleItemClick = item => {
} }
.news-time { .news-time {
/* margin-bottom: 2px; */ height: 22px;
color: rgba(95, 101, 108, 1);
font-family: Microsoft YaHei;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: right;
} }
.news-source { .news-source {
/* color: #666; */ height: 22px;
color: rgba(95, 101, 108, 1);
font-family: Microsoft YaHei;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
text-align: right;
} }
.news-description { .news-description {
......
...@@ -550,7 +550,6 @@ import entityIcon from "./assets/images/icon-entity.png"; ...@@ -550,7 +550,6 @@ import entityIcon from "./assets/images/icon-entity.png";
import newsImg from "@/assets/images/news-img.png"; import newsImg from "@/assets/images/news-img.png";
import headerIcon1 from "./assets/icons/header-icon1.png"; import headerIcon1 from "./assets/icons/header-icon1.png";
import headerIcon2 from "./assets/icons/header-icon2.png"; import headerIcon2 from "./assets/icons/header-icon2.png";
import headerIcon3 from "./assets/icons/header-icon3.png"; import headerIcon3 from "./assets/icons/header-icon3.png";
...@@ -2522,4 +2521,23 @@ onMounted(async () => { ...@@ -2522,4 +2521,23 @@ onMounted(async () => {
:deep(.el-input__wrapper.is-focus) { :deep(.el-input__wrapper.is-focus) {
box-shadow: none !important; box-shadow: none !important;
} }
:deep(.el-table thead) {
color: rgba(59, 65, 75, 1);
font-family: Microsoft YaHei;
font-size: 16px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
:deep(.el-table tr) {
color: rgba(59, 65, 75, 1);
font-family: Microsoft YaHei;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: justify;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论