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