parent
ed5baff872
commit
0e01435ea8
16 changed files with 402 additions and 55 deletions
@ -0,0 +1,46 @@ |
||||
.theme-bule{ |
||||
|
||||
.avue-header,.avue-logo{ |
||||
background: #004ca7; |
||||
} |
||||
.avue-sidebar{ |
||||
background: #004ca7; |
||||
.el-menu-item.is-active, .el-submenu__title.is-active { |
||||
background-color: rgba(0, 0, 0, 0.2); |
||||
} |
||||
} |
||||
.el-dropdown{ |
||||
color: #fff; |
||||
} |
||||
.avue-logo{ |
||||
.avue-logo_title{ |
||||
color:#fff; |
||||
} |
||||
} |
||||
.avue-breadcrumb{ |
||||
i{ |
||||
color:#fff; |
||||
} |
||||
} |
||||
|
||||
.top-bar__item { |
||||
i { |
||||
color: #fff; |
||||
} |
||||
} |
||||
.avue-top{ |
||||
|
||||
.el-menu-item { |
||||
i, |
||||
span { |
||||
color: #fff; |
||||
} |
||||
&:hover { |
||||
i, |
||||
span { |
||||
color: #fff; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
@ -0,0 +1,146 @@ |
||||
.theme-cool { |
||||
.el-menu--popup{ |
||||
.el-menu-item{ |
||||
background-color: #fff; |
||||
i,span{ |
||||
color:#666; |
||||
} |
||||
&:hover{ |
||||
i,span{ |
||||
color:#333; |
||||
} |
||||
} |
||||
&.is-active { |
||||
background-color: #409EFF; |
||||
&:before { |
||||
content: ''; |
||||
top: 0; |
||||
left: 0; |
||||
bottom: 0; |
||||
width: 4px; |
||||
background: #409eff; |
||||
position: absolute; |
||||
} |
||||
i,span{ |
||||
color:#fff; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.avue-header{ |
||||
background: linear-gradient(120deg,#25aff3,#008ad3); |
||||
} |
||||
.avue-tags { |
||||
padding: 0 3px; |
||||
margin: 8px 0; |
||||
box-shadow: none; |
||||
background-color: transparent; |
||||
.el-tabs__header .el-tabs__item{ |
||||
padding: 0 10px !important; |
||||
background-color: #fff; |
||||
margin-right: 5px; |
||||
color: #909399; |
||||
border-radius: 3px; |
||||
height:30px; |
||||
font-size: 12px; |
||||
line-height: 30px; |
||||
&.is-active { |
||||
border: none; |
||||
color:#008ad3; |
||||
} |
||||
} |
||||
} |
||||
.avue-logo{ |
||||
background: #fff; |
||||
box-shadow: none; |
||||
} |
||||
.avue-sidebar--tip{ |
||||
background-color:transparent; |
||||
color:#333; |
||||
} |
||||
.el-dropdown{ |
||||
color:#fff; |
||||
} |
||||
.avue-logo_title{ |
||||
font-weight: 400; |
||||
color:#008ad3; |
||||
} |
||||
.logo_title, |
||||
.avue-breadcrumb |
||||
{ |
||||
color: #fff ; |
||||
i { |
||||
color: #fff; |
||||
} |
||||
} |
||||
.avue-top{ |
||||
.el-menu-item { |
||||
i, |
||||
span { |
||||
color: #fff ; |
||||
} |
||||
&:hover { |
||||
i, |
||||
span { |
||||
color: #fff ; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.avue-sidebar{ |
||||
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15); |
||||
background-color: #fff; |
||||
padding-top: 70px; |
||||
.el-menu-item,.el-submenu__title{ |
||||
font-size: 13px; |
||||
i,span{ |
||||
color:#000; |
||||
} |
||||
&:hover{ |
||||
background: transparent; |
||||
i,span{ |
||||
color:#000; |
||||
} |
||||
} |
||||
&.is-active { |
||||
background-color: #e5f1fb; |
||||
&::before{ |
||||
width: 0; |
||||
} |
||||
i,span{ |
||||
color: #25aff3; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.top-search { |
||||
.el-input__inner{ |
||||
color: #333; |
||||
} |
||||
input::-webkit-input-placeholder, |
||||
textarea::-webkit-input-placeholder { |
||||
/* WebKit browsers */ |
||||
color: #fff; |
||||
} |
||||
input:-moz-placeholder, |
||||
textarea:-moz-placeholder { |
||||
/* Mozilla Firefox 4 to 18 */ |
||||
color: #fff; |
||||
} |
||||
input::-moz-placeholder, |
||||
textarea::-moz-placeholder { |
||||
/* Mozilla Firefox 19+ */ |
||||
color: #fff; |
||||
} |
||||
input:-ms-input-placeholder, |
||||
textarea:-ms-input-placeholder { |
||||
/* Internet Explorer 10+ */ |
||||
color: #fff; |
||||
} |
||||
} |
||||
.top-bar__item { |
||||
i { |
||||
color: #fff; |
||||
} |
||||
} |
||||
} |
||||
@ -1,15 +1,27 @@ |
||||
// 白色主题 |
||||
// white |
||||
@import './white.scss'; |
||||
|
||||
// 炫酷主题 |
||||
// star |
||||
@import './star.scss'; |
||||
|
||||
// vip |
||||
@import './vip.scss'; |
||||
|
||||
// d2主题 |
||||
// d2 |
||||
@import './d2.scss'; |
||||
|
||||
// bule |
||||
@import './bule.scss'; |
||||
|
||||
//iview |
||||
@import './iview.scss'; |
||||
|
||||
//heyui |
||||
@import './hey.scss'; |
||||
|
||||
|
||||
//lite |
||||
@import './lite.scss'; |
||||
|
||||
//cool |
||||
@import './cool.scss'; |
||||
|
||||
@ -0,0 +1,36 @@ |
||||
.theme-lite { |
||||
.avue-logo{ |
||||
background-color: #409EFF; |
||||
.avue-logo_title{ |
||||
font-weight: 500; |
||||
font-size: 20px; |
||||
color:#fff; |
||||
} |
||||
} |
||||
.avue-tags{ |
||||
.el-tabs__item{ |
||||
font-size: 12px !important; |
||||
font-weight: 500 !important; |
||||
} |
||||
} |
||||
.avue-sidebar{ |
||||
background-color: #263238; |
||||
.el-menu-item,.el-submenu__title{ |
||||
i,span{ |
||||
color: #8a979e; |
||||
} |
||||
&:hover{ |
||||
background-color: #2b373d; |
||||
} |
||||
&.is-active { |
||||
&:before { |
||||
display: none; |
||||
} |
||||
background-color: #2b373d; |
||||
i,span{ |
||||
color:#fff; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
@ -0,0 +1,92 @@ |
||||
.theme-vip { |
||||
$color:rgba(246,202,157,.7); |
||||
$is_active_color:#f6ca9d; |
||||
.avue-header{ |
||||
background-color: #20222a; |
||||
} |
||||
.el-dropdown{ |
||||
color: $color; |
||||
} |
||||
.avue-logo{ |
||||
.avue-logo_title{ |
||||
background-image:-webkit-gradient(linear,left top,left bottom,from($color),to( $is_active_color)); |
||||
-webkit-background-clip:text; |
||||
-webkit-text-fill-color:transparent; |
||||
font-weight: 400; |
||||
} |
||||
} |
||||
.avue-breadcrumb{ |
||||
i{ |
||||
color: $color; |
||||
} |
||||
} |
||||
.avue-sidebar{ |
||||
.el-menu-item{ |
||||
&.is-active { |
||||
&:before { |
||||
background: $color; |
||||
} |
||||
i,span{ |
||||
color: $is_active_color; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.avue-tags{ |
||||
.el-tabs__item{ |
||||
color: rgba(0, 0, 0, 0.4) !important; |
||||
&.is-active{ |
||||
color:$is_active_color !important; |
||||
border-color: $is_active_color !important; |
||||
} |
||||
&:before{ |
||||
background: $is_active_color; |
||||
} |
||||
} |
||||
} |
||||
.top-search { |
||||
.el-input__inner{ |
||||
color: $color; |
||||
} |
||||
input::-webkit-input-placeholder, |
||||
textarea::-webkit-input-placeholder { |
||||
/* WebKit browsers */ |
||||
color: $color; |
||||
} |
||||
input:-moz-placeholder, |
||||
textarea:-moz-placeholder { |
||||
/* Mozilla Firefox 4 to 18 */ |
||||
color: $color; |
||||
} |
||||
input::-moz-placeholder, |
||||
textarea::-moz-placeholder { |
||||
/* Mozilla Firefox 19+ */ |
||||
color: $color; |
||||
} |
||||
input:-ms-input-placeholder, |
||||
textarea:-ms-input-placeholder { |
||||
/* Internet Explorer 10+ */ |
||||
color: $color; |
||||
} |
||||
} |
||||
.top-bar__item { |
||||
i { |
||||
color: $color; |
||||
} |
||||
} |
||||
.avue-top{ |
||||
|
||||
.el-menu-item { |
||||
i, |
||||
span { |
||||
color: $color; |
||||
} |
||||
&:hover { |
||||
i, |
||||
span { |
||||
color:$is_active_color; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue