新兴上传
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 {
|
||||
|
Reference in New Issue
Block a user