style: 全局修改样式主题

This commit is contained in:
ccnetcore
2025-08-04 22:35:45 +08:00
parent 7cb3aea2e6
commit 3e647ef14d
30 changed files with 69 additions and 70 deletions

View File

@@ -286,11 +286,13 @@ $userHeight: 220px;
$remarkHeight: $topHeight - $userHeight;
.div-top {
padding-top: 10px;
background-color: #ffffff;
border: 1px solid rgba(0, 255, 136, 0.2);
border-radius: 0;
background-color: #1D1E1F;
min-height: $topHeight;
margin-top: 30px;
font-size: 14px;
color: #555666;
color: #fff;
&-user {
display: flex;
width: 100%;
@@ -310,7 +312,7 @@ $remarkHeight: $topHeight - $userHeight;
padding-top: 5px;
padding-bottom: 5px;
&-left {
color:#222226;
color:#fff;
font-size: 23px;
font-weight: 800;
.el-tag{
@@ -327,7 +329,7 @@ $remarkHeight: $topHeight - $userHeight;
.user-remark span {
font-size: larger;
font-weight: bold;
color: black;
color: #fff;
}
p {
@@ -366,14 +368,16 @@ width: 80%;
&-left {
padding-top: 30px;
height: 280px;
background-color: #FFFFFF;
background-color: #1D1E1F;
border: 1px solid rgba(0, 255, 136, 0.2);
}
&-right {
background-color: #f0f2f5;
background-color: #0C121A;
padding-left: 20px;
&-content {
width: 100%;
background-color: #FFFFFF;
background-color: #0C121A;
}
}
.el-menu