修改主题色

This commit is contained in:
lix
2025-06-12 17:19:52 +08:00
parent eb90574c74
commit a31cf954cf
11 changed files with 124 additions and 47 deletions

View File

@ -14,7 +14,7 @@
border-radius: 5px;
overflow-y:hidden;
.moret{
color:#b30000;
color:@primary-color;
font-size:12px;
cursor: pointer;
}
@ -101,7 +101,7 @@
// background:#FFFFFF;
border-radius: 5px;
.moret{
color:#b30000;
color:@primary-color;
font-size:12px;
cursor: pointer;
}
@ -270,7 +270,7 @@
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 10px 6px 0;
background: #b30000;
background: @primary-color;
z-index: 100;
color: #fff;
text-align: center;