52 lines
693 B
CSS
52 lines
693 B
CSS
body{
|
|
background:#131c25;
|
|
}
|
|
|
|
.default-theme{
|
|
background:#131c25;
|
|
color: #fff;
|
|
}
|
|
|
|
.chartsobj{
|
|
background: rgba(0,255,246, 0.1)
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 这是设计器里面的样式 */
|
|
.edit .zlform{
|
|
background:#131c25;
|
|
}
|
|
|
|
/* .layui-colla-title{
|
|
color: #fff;
|
|
}
|
|
|
|
.sidebar-nav .preview{
|
|
background: rgba(255,255,255, 0.4)
|
|
}
|
|
|
|
.sidebar-nav .preview input{
|
|
color: #fff;
|
|
}
|
|
|
|
.default-theme input::-webkit-input-placeholder{
|
|
color:#fff;
|
|
}
|
|
.default-theme input::-moz-placeholder{
|
|
color:#fff;
|
|
}
|
|
.default-theme input:-moz-placeholder{
|
|
color:#fff;
|
|
}
|
|
.default-theme input:-ms-input-placeholder {
|
|
color:#fff;
|
|
} */
|
|
|
|
.edit .zlform .focus-border{
|
|
border-color: #ff1c57;
|
|
}
|
|
|