42 lines
770 B
CSS
42 lines
770 B
CSS
|
|
.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;
|
|
}
|
|
|