This commit is contained in:
32503
2025-07-11 13:54:45 +08:00
77 changed files with 7089 additions and 568 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;