After Width: | Height: | Size: 320 B |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 354 B |
After Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 364 B |
After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 707 B |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 898 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,50 @@ |
||||
/* 改变主题色变量 */ |
||||
$--color-primary: #2F83FE; |
||||
/* 改变 icon 字体路径变量,必需 */ |
||||
$--font-path: '~element-ui/lib/theme-chalk/fonts'; |
||||
@import "~element-ui/packages/theme-chalk/src/index"; |
||||
.color { |
||||
background-color: $--color-primary; |
||||
} |
||||
.el-main { |
||||
background: url(../../assets/images/system/13/bg1.png) (98% 23px)/auto no-repeat, |
||||
url(../../assets/images/system/13/bg2.png) bottom right no-repeat; |
||||
} |
||||
.t-color { |
||||
color: $--color-primary; |
||||
} |
||||
.p-title { |
||||
background: url(../../assets/images/system/13/header1.png) no-repeat, |
||||
url(../../assets/images/system/13/header2.png) (99% 6px)/auto no-repeat, |
||||
linear-gradient(157deg, #3457FD 0%, #29B1FE 100%); |
||||
border-radius: 4px 4px 0px 0px; |
||||
} |
||||
.el-tabs__item.is-active { |
||||
color: #fff !important; |
||||
background-color: $--color-primary; |
||||
} |
||||
.select .el-select__caret:before { |
||||
background-color: $--color-primary; |
||||
} |
||||
.el-icon-s-ticket:before { |
||||
color: $--color-primary; |
||||
} |
||||
.submit { |
||||
background: url(../../assets/images/system/13/btn1.png) no-repeat, |
||||
url(../../assets/images/system/13/btn2.png) top right/auto no-repeat, |
||||
url(../../assets/images/system/13/btn3.png) bottom right/auto no-repeat !important; |
||||
background-color: $--color-primary !important; |
||||
} |
||||
.el-table { |
||||
th { |
||||
color: #000; |
||||
background-color: #E0F2FF !important; |
||||
} |
||||
.el-table__row--striped td { |
||||
background-color: #E0F2FF !important; |
||||
} |
||||
} |
||||
.total-score { |
||||
color: #878787; |
||||
background-color: rgba(0,147,255,0.4); |
||||
} |
@ -0,0 +1,55 @@ |
||||
/* 改变主题色变量 */ |
||||
$--color-primary: #0BA5F7; |
||||
/* 改变 icon 字体路径变量,必需 */ |
||||
$--font-path: '~element-ui/lib/theme-chalk/fonts'; |
||||
@import "~element-ui/packages/theme-chalk/src/index"; |
||||
.color { |
||||
background-color: $--color-primary; |
||||
} |
||||
.el-main { |
||||
background: url(../../assets/images/system/14/bg1.png) (98% 23px)/auto no-repeat, |
||||
url(../../assets/images/system/14/bg2.png) bottom right no-repeat; |
||||
} |
||||
.t-color { |
||||
color: $--color-primary; |
||||
} |
||||
.p-title { |
||||
height: 60px !important; |
||||
background: url(../../assets/images/system/14/header1.png) (21px 21px)/auto no-repeat, |
||||
url(../../assets/images/system/14/header2.png) (-5px 37px)/auto no-repeat, |
||||
url(../../assets/images/system/14/header3.png) (99% -6px)/auto no-repeat, |
||||
url(../../assets/images/system/14/header4.png) (97% 42px)/auto no-repeat, |
||||
linear-gradient(157deg, #2AC1FB 0%, #036BE8 100%); |
||||
border-radius: 4px 4px 0px 0px; |
||||
i, p { |
||||
line-height: 60px !important; |
||||
} |
||||
} |
||||
.el-tabs__item.is-active { |
||||
color: #fff !important; |
||||
background-color: $--color-primary; |
||||
} |
||||
.select .el-select__caret:before { |
||||
background-color: $--color-primary; |
||||
} |
||||
.el-icon-s-ticket:before { |
||||
color: $--color-primary; |
||||
} |
||||
.submit { |
||||
background: url(../../assets/images/system/14/btn1.png) (-15px 10px)/auto no-repeat, |
||||
url(../../assets/images/system/14/btn2.png) (80px -10px)/auto no-repeat !important; |
||||
background-color: $--color-primary !important; |
||||
} |
||||
.el-table { |
||||
th { |
||||
color: #000; |
||||
background-color: #EDFCFB !important; |
||||
} |
||||
.el-table__row--striped td { |
||||
background-color: #EDFCFB !important; |
||||
} |
||||
} |
||||
.total-score { |
||||
color: #878787; |
||||
background-color: rgba(0,147,255,0.4); |
||||
} |