新兴上传
This commit is contained in:
41
HT.Cloud.Web/wwwroot/css/layuicustom.css
Normal file
41
HT.Cloud.Web/wwwroot/css/layuicustom.css
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
.layui-bg-custom-1 {
|
||||
background-color: #00eaff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-2 {
|
||||
background-color: #013fa3 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-3 {
|
||||
background-color: #04216a !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-4 {
|
||||
background-color: #060f23 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-5 {
|
||||
background-color: #041544 !important; /*#041544*/
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-6 {
|
||||
background-color: #001756e6 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-7 {
|
||||
background-color: #001655 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.layui-bg-custom-8 {
|
||||
background-color: #0c2e57 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
@ -145,7 +145,7 @@
|
||||
.layuimini-tab .layui-tab-title {
|
||||
border: none;
|
||||
border: 1px solid whitesmoke;
|
||||
background-color: white;
|
||||
background-color:#0083a1;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title li {
|
||||
@ -876,12 +876,14 @@
|
||||
.layui-nav-tree .layui-nav-item > a .layui-nav-more {
|
||||
padding: 0px 0;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
background-color: #fff;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.layui-tab-control > ul > .layui-nav-item.layui-this {
|
||||
background-color: none;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
body {
|
||||
margin: 5px 5px 5px 5px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background: #f2f2f2;
|
||||
}
|
||||
.form-group-bottom {
|
||||
|
@ -318,6 +318,8 @@ layui.define(["jquery", "layer"], function (exports) {
|
||||
'.layui-header .layui-nav .layui-nav-more {\n' +
|
||||
' border-top-color: ' + bgcolorData.headerRightNavMore + ' !important;\n' +
|
||||
'}\n' +
|
||||
'.layui-layout-admin .layui-header .layuimini-tool i {\n' +
|
||||
' color: ' + bgcolorData.headerRightToolColor + ';\n' +
|
||||
'\n' +
|
||||
'/*头部右侧更多下拉颜色 headerRightNavMore */\n' +
|
||||
'.layui-header .layui-nav .layui-nav-mored, .layui-header .layui-nav-itemed > a .layui-nav-more {\n' +
|
||||
@ -331,8 +333,6 @@ layui.define(["jquery", "layer"], function (exports) {
|
||||
'}\n' +
|
||||
'\n' +
|
||||
'/*头部缩放按钮样式 headerRightToolColor */\n' +
|
||||
'.layui-layout-admin .layui-header .layuimini-tool i {\n' +
|
||||
' color: ' + bgcolorData.headerRightToolColor + ';\n' +
|
||||
'}\n' +
|
||||
'\n' +
|
||||
'/*logo背景颜色 headerLogoBg */\n' +
|
||||
|
Reference in New Issue
Block a user