This commit is contained in:
xk_guohonglei
2020-08-18 17:30:47 +08:00
parent 8feae367f5
commit 3b284be832
7 changed files with 389 additions and 20 deletions

View File

@@ -83,12 +83,28 @@ page {
float: right;
}
.bg-lv {
background-color: #FF5200 !important;
}
.bg-wjy {
background-color: #FCB72E;
background-color: #FCB72E !important;
}
.color-lv {
color: #FF5200 !important;
}
.color-wjy {
color: #FCB72E;
color: #FCB72E !important;
}
.border-wjy {
border: 1px #FCB72E solid;
}
.border-lv {
border: 1px #FF5200 solid;
}
.padding-top-0 {
@@ -98,6 +114,15 @@ page {
.margin-bottom-0 {
margin-bottom: 0;
}
.margin-top-0 {
margin-top: 0;
}
}
.color-333 {
color: #333;
}
.margin-0 {
margin: 0;
}