17 changed files with 721 additions and 633 deletions
@ -1,11 +1,11 @@ |
|||
// 变量 |
|||
@import "~@/element-ui/theme-variables.scss"; |
|||
@import "./variables.scss"; |
|||
@import '~@/element-ui/theme-variables.scss'; |
|||
@import './variables.scss'; |
|||
// 公共 |
|||
@import "./normalize.scss"; |
|||
@import "./common.scss"; |
|||
@import './normalize.scss'; |
|||
@import './common.scss'; |
|||
// 页面 |
|||
@import "./pages/login.scss"; |
|||
@import "./pages/404.scss"; |
|||
@import './pages/login.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; |
|||
background-color: #22c1c3; |
|||
border-color: #22c1c3; |
|||
//查询、确定 |
|||
.diy-button--search { |
|||
color: #fff !important; |
|||
background-color: #3e8ef7 !important; |
|||
border-color: #3e8ef7 !important; |
|||
} |
|||
.el-button--green:hover { |
|||
color: #fff; |
|||
background-color: #05b1b4; |
|||
border-color: #05b1b4; |
|||
.diy-button--search:hover { |
|||
color: #fff !important; |
|||
background-color: #3e8ef7 !important; |
|||
border-color: #3e8ef7 !important; |
|||
} |
|||
.el-button--green:focus { |
|||
color: #fff; |
|||
background-color: #22c1c3; |
|||
border-color: #22c1c3; |
|||
.diy-button--search:focus { |
|||
color: #fff !important; |
|||
background-color: #3e8ef7 !important; |
|||
border-color: #3e8ef7 !important; |
|||
} |
|||
|
|||
.el-button--yellow:hover { |
|||
color: #fff; |
|||
background-color: #fa9200; |
|||
border-color: #fa9200; |
|||
} |
|||
.el-button--yellow:focus { |
|||
color: #fff; |
|||
background-color: #feb349; |
|||
border-color: #feb349; |
|||
} |
|||
.el-button--yellow { |
|||
color: #fff; |
|||
background-color: #feb349; |
|||
border-color: #feb349; |
|||
} |
|||
.el-button--blue:focus { |
|||
color: #fff; |
|||
background-color: #2195fe; |
|||
border-color: #2195fe; |
|||
} |
|||
.el-button--blue:hover { |
|||
color: #fff; |
|||
background-color: #0083fd; |
|||
border-color: #0083fd; |
|||
} |
|||
.el-button--blue { |
|||
color: #fff; |
|||
background-color: #2195fe; |
|||
border-color: #2195fe; |
|||
} |
|||
.el-button--red:focus { |
|||
color: #fff; |
|||
background-color: #fe6252; |
|||
border-color: #fe6252; |
|||
} |
|||
.el-button--red:hover { |
|||
color: #fff; |
|||
background-color: #fd341e; |
|||
border-color: #fd341e; |
|||
} |
|||
.el-button--red { |
|||
color: #fff; |
|||
background-color: #fe6252; |
|||
border-color: #fe6252; |
|||
//重置、导出 |
|||
.diy-button--reset { |
|||
color: #fff !important; |
|||
background-color: #feb349 !important; |
|||
border-color: #feb349 !important; |
|||
} |
|||
.diy-button--reset:hover { |
|||
color: #fff !important; |
|||
background-color: #feb349 !important; |
|||
border-color: #feb349 !important; |
|||
} |
|||
.diy-button--reset:focus { |
|||
color: #fff !important; |
|||
background-color: #feb349 !important; |
|||
border-color: #feb349 !important; |
|||
} |
|||
|
|||
//新增 |
|||
.diy-button--add { |
|||
color: #fff !important; |
|||
background-color: #22c1c3 !important; |
|||
border-color: #22c1c3 !important; |
|||
} |
|||
.diy-button--add:hover { |
|||
color: #fff !important; |
|||
background-color: #22c1c3 !important; |
|||
border-color: #22c1c3 !important; |
|||
} |
|||
.diy-button--add:focus { |
|||
color: #fff !important; |
|||
background-color: #22c1c3 !important; |
|||
border-color: #22c1c3 !important; |
|||
} |
|||
|
|||
//删除、导入 |
|||
.diy-button--delete { |
|||
color: #fff !important; |
|||
background-color: #fe6252 !important; |
|||
border-color: #fe6252 !important; |
|||
} |
|||
.diy-button--delete:hover { |
|||
color: #fff !important; |
|||
background-color: #fe6252 !important; |
|||
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