mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 06:06:37 +08:00
style: 全局修改样式主题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user