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

优化投融资概览页样式

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