fix : 首页字体颜色统一

This commit is contained in:
dj
2025-04-18 14:04:44 +08:00
parent 963b7b93e3
commit 7200592f05

View File

@@ -36,7 +36,7 @@
</div>
<div class="todo-more" @click="handleTodoList(1)">
<span>查看更多</span>
<el-icon color="#000" size="16">
<el-icon color="#1F63E6" size="16">
<ArrowRight/>
</el-icon>
</div>
@@ -80,7 +80,7 @@
</div>
<div class="todo-more" @click="handleTodoList(2)">
<span>查看更多</span>
<el-icon color="#000" size="16">
<el-icon color="#1F63E6" size="16">
<ArrowRight/>
</el-icon>
</div>
@@ -128,7 +128,7 @@
</div>
<div class="more" @click="goToArticleList('0')">
<span>更多</span>
<el-icon color="#000" size="18">
<el-icon color="#1F63E6" size="18">
<ArrowRight/>
</el-icon>
</div>
@@ -160,7 +160,7 @@
</div>
<div class="more" @click="goToSpecialFund">
<span>更多</span>
<el-icon color="#000" size="18">
<el-icon color="#1F63E6" size="18">
<ArrowRight/>
</el-icon>
</div>
@@ -184,7 +184,7 @@
</div>
<div class="more" @click="goToResearchFund">
<span>更多</span>
<el-icon color="#000" size="18">
<el-icon color="#1F63E6" size="18">
<ArrowRight/>
</el-icon>
</div>
@@ -230,7 +230,7 @@
<template #add-icon>
<div style="white-space: nowrap;display: flex;align-items: center">
更多
<el-icon color="#000" size="18">
<el-icon color="#1F63E6" size="18">
<ArrowRight/>
</el-icon>
</div>
@@ -398,7 +398,7 @@ const fundPieOption = ref({
},
left: 'center',
right: 'center',
top: '42%'
top: '45%'
}]
},
series: [
@@ -846,7 +846,7 @@ const handleView = (row) => {
}
:deep(.el-input__inner){
font-size: 14px;
color:#000;
color: #000;
}
@media (min-width: 1200px) and (max-width: 1918px) {
//.right-top {
@@ -1054,7 +1054,7 @@ const handleView = (row) => {
.company-name {
font-size: 14px;
color: #000;
color: rgba(0, 0, 0, 0.6);
letter-spacing: 1px;
margin-left: 10px;
//margin-right: 30px;
@@ -1103,18 +1103,18 @@ const handleView = (row) => {
:deep(.el-tabs__nav-wrap:after) {
background-color: #D9D9D9 !important;
height: 1px !important;
height: 2px !important;
}
:deep(.el-tabs__active-bar) {
height: 1px !important;
background-color: #000 !important;
height: 2px !important;
background-color: #1476E3 !important;
}
:deep(.el-tabs__new-tab ) {
width: 67px !important;
border: none !important;
color: #000;
color: #1476E3;
font-size: 14px;
line-height: 51px !important;
height: 51px !important;
@@ -1143,12 +1143,11 @@ const handleView = (row) => {
width: 100px;
//font-weight: 600;
height: 51px;
color: #000;
color: #000;
}
.el-tabs__item.is-active {
//color: #000;
//font-weight: 600;
color: #1F63E6;
}
//#1476E3
@@ -1169,7 +1168,7 @@ const handleView = (row) => {
.todo-more {
display: flex;
align-items: center;
color: #000;
color: #1476E3;
cursor: pointer;
margin-right: 10px;
line-height: 20px;
@@ -1210,10 +1209,10 @@ const handleView = (row) => {
font-size: 14px;
> span {
//color: #F40E0E;
color: #F40E0E;
> span {
//font-weight: bold;
font-weight: bold;
}
}
}
@@ -1270,7 +1269,7 @@ const handleView = (row) => {
flex-direction: column;
//align-items: flex-end;
font-weight: 400;
color: #000;
color:#000;
letter-spacing: 1px;
font-size: 12px;
@@ -1359,7 +1358,7 @@ const handleView = (row) => {
.bell {
display: flex;
align-items: center;
color: #000;
color: #F55815;
font-size: 15px;
> span {
@@ -1605,7 +1604,7 @@ const handleView = (row) => {
display: flex;
align-items: center;
white-space: nowrap;
color: #000;
color: #1476E3;
font-size: 14px;
cursor: pointer;