17 changed files with 721 additions and 633 deletions
@ -1,11 +1,11 @@ |
|||||
// 变量 |
// 变量 |
||||
@import "~@/element-ui/theme-variables.scss"; |
@import '~@/element-ui/theme-variables.scss'; |
||||
@import "./variables.scss"; |
@import './variables.scss'; |
||||
// 公共 |
// 公共 |
||||
@import "./normalize.scss"; |
@import './normalize.scss'; |
||||
@import "./common.scss"; |
@import './common.scss'; |
||||
// 页面 |
// 页面 |
||||
@import "./pages/login.scss"; |
@import './pages/login.scss'; |
||||
@import "./pages/404.scss"; |
@import './pages/404.scss'; |
||||
// 模块 |
// 模块 |
||||
@import "./modules/home.scss"; |
@import './modules/home.scss'; |
||||
|
@ -0,0 +1,67 @@ |
|||||
|
//新增 |
||||
|
.el-button--add { |
||||
|
color: #fff; |
||||
|
background-color: #22c1c3; |
||||
|
border-color: #22c1c3; |
||||
|
} |
||||
|
.el-button--add:hover { |
||||
|
color: #fff; |
||||
|
background-color: #05b1b4; |
||||
|
border-color: #05b1b4; |
||||
|
} |
||||
|
.el-button--add:focus { |
||||
|
color: #fff; |
||||
|
background-color: #22c1c3; |
||||
|
border-color: #22c1c3; |
||||
|
} |
||||
|
|
||||
|
//删除、导入 |
||||
|
.el-button--delete { |
||||
|
color: #fff; |
||||
|
background-color: #fe6252; |
||||
|
border-color: #fe6252; |
||||
|
} |
||||
|
.el-button--delete:hover { |
||||
|
color: #fff; |
||||
|
background-color: #fe6252; |
||||
|
border-color: #fe6252; |
||||
|
} |
||||
|
.el-button--delete:focus { |
||||
|
color: #fff; |
||||
|
background-color: #fe6252; |
||||
|
border-color: #fe6252; |
||||
|
} |
||||
|
|
||||
|
//重置、导出 |
||||
|
.el-button--reset { |
||||
|
color: #fff; |
||||
|
background-color: #feb349; |
||||
|
border-color: #feb349; |
||||
|
} |
||||
|
.el-button--reset:hover { |
||||
|
color: #fff; |
||||
|
background-color: #feb349; |
||||
|
border-color: #feb349; |
||||
|
} |
||||
|
.el-button--reset:focus { |
||||
|
color: #fff; |
||||
|
background-color: #feb349; |
||||
|
border-color: #feb349; |
||||
|
} |
||||
|
|
||||
|
//查询、确定 |
||||
|
.el-button--search:hover { |
||||
|
color: #fff; |
||||
|
background-color: #3e8ef7; |
||||
|
border-color: #3e8ef7; |
||||
|
} |
||||
|
.el-button--search:focus { |
||||
|
color: #fff; |
||||
|
background-color: #3e8ef7; |
||||
|
border-color: #3e8ef7; |
||||
|
} |
||||
|
.el-button--search { |
||||
|
color: #fff; |
||||
|
background-color: #3e8ef7; |
||||
|
border-color: #3e8ef7; |
||||
|
} |
@ -1,61 +1,103 @@ |
|||||
.el-button--green { |
//查询、确定 |
||||
color: #fff; |
.diy-button--search { |
||||
background-color: #22c1c3; |
color: #fff !important; |
||||
border-color: #22c1c3; |
background-color: #3e8ef7 !important; |
||||
|
border-color: #3e8ef7 !important; |
||||
} |
} |
||||
.el-button--green:hover { |
.diy-button--search:hover { |
||||
color: #fff; |
color: #fff !important; |
||||
background-color: #05b1b4; |
background-color: #3e8ef7 !important; |
||||
border-color: #05b1b4; |
border-color: #3e8ef7 !important; |
||||
} |
} |
||||
.el-button--green:focus { |
.diy-button--search:focus { |
||||
color: #fff; |
color: #fff !important; |
||||
background-color: #22c1c3; |
background-color: #3e8ef7 !important; |
||||
border-color: #22c1c3; |
border-color: #3e8ef7 !important; |
||||
} |
} |
||||
|
|
||||
.el-button--yellow:hover { |
//重置、导出 |
||||
color: #fff; |
.diy-button--reset { |
||||
background-color: #fa9200; |
color: #fff !important; |
||||
border-color: #fa9200; |
background-color: #feb349 !important; |
||||
} |
border-color: #feb349 !important; |
||||
.el-button--yellow:focus { |
} |
||||
color: #fff; |
.diy-button--reset:hover { |
||||
background-color: #feb349; |
color: #fff !important; |
||||
border-color: #feb349; |
background-color: #feb349 !important; |
||||
} |
border-color: #feb349 !important; |
||||
.el-button--yellow { |
} |
||||
color: #fff; |
.diy-button--reset:focus { |
||||
background-color: #feb349; |
color: #fff !important; |
||||
border-color: #feb349; |
background-color: #feb349 !important; |
||||
} |
border-color: #feb349 !important; |
||||
.el-button--blue:focus { |
} |
||||
color: #fff; |
|
||||
background-color: #2195fe; |
//新增 |
||||
border-color: #2195fe; |
.diy-button--add { |
||||
} |
color: #fff !important; |
||||
.el-button--blue:hover { |
background-color: #22c1c3 !important; |
||||
color: #fff; |
border-color: #22c1c3 !important; |
||||
background-color: #0083fd; |
} |
||||
border-color: #0083fd; |
.diy-button--add:hover { |
||||
} |
color: #fff !important; |
||||
.el-button--blue { |
background-color: #22c1c3 !important; |
||||
color: #fff; |
border-color: #22c1c3 !important; |
||||
background-color: #2195fe; |
} |
||||
border-color: #2195fe; |
.diy-button--add:focus { |
||||
} |
color: #fff !important; |
||||
.el-button--red:focus { |
background-color: #22c1c3 !important; |
||||
color: #fff; |
border-color: #22c1c3 !important; |
||||
background-color: #fe6252; |
} |
||||
border-color: #fe6252; |
|
||||
} |
//删除、导入 |
||||
.el-button--red:hover { |
.diy-button--delete { |
||||
color: #fff; |
color: #fff !important; |
||||
background-color: #fd341e; |
background-color: #fe6252 !important; |
||||
border-color: #fd341e; |
border-color: #fe6252 !important; |
||||
} |
} |
||||
.el-button--red { |
.diy-button--delete:hover { |
||||
color: #fff; |
color: #fff !important; |
||||
background-color: #fe6252; |
background-color: #fe6252 !important; |
||||
border-color: #fe6252; |
border-color: #fe6252 !important; |
||||
|
} |
||||
|
.diy-button--delete:focus { |
||||
|
color: #fff !important; |
||||
|
background-color: #fe6252 !important; |
||||
|
border-color: #fe6252 !important; |
||||
|
} |
||||
|
//下载模板 |
||||
|
.diy-button--export { |
||||
|
color: #fff !important; |
||||
|
background-color: #3e8ef7 !important; |
||||
|
border-color: #3e8ef7 !important; |
||||
|
} |
||||
|
.diy-button--export:hover { |
||||
|
color: #fff !important; |
||||
|
background-color: #3e8ef7 !important; |
||||
|
border-color: #3e8ef7 !important; |
||||
|
} |
||||
|
.diy-button--export:focus { |
||||
|
color: #fff !important; |
||||
|
background-color: #3e8ef7 !important; |
||||
|
border-color: #3e8ef7 !important; |
||||
|
} |
||||
|
|
||||
|
//table按钮样式 |
||||
|
|
||||
|
//查看 |
||||
|
.div-table-button--detail { |
||||
|
color: #1c6afd !important; |
||||
|
text-decoration: underline !important; |
||||
|
} |
||||
|
|
||||
|
//修改 |
||||
|
.div-table-button--edit { |
||||
|
color: #00a7a9 !important; |
||||
|
text-decoration: underline !important; |
||||
|
} |
||||
|
|
||||
|
//删除 |
||||
|
.div-table-button--delete { |
||||
|
color: #d51010 !important; |
||||
|
text-decoration: underline !important; |
||||
} |
} |
||||
|
Loading…
Reference in new issue