kdayun-compnent-develop/kdayun-compnent-pack/dist/css/bigscreenTheme/chalk.css

139 lines
2.5 KiB
CSS
Raw Normal View History

2022-02-19 20:37:32 +08:00
/*
* #0b0f34 (6,64,102) (29,45,57) (7,33,58) (8,13,28) (15,43,36)
*/
html, body {
width:100%;
height:100%;
/* min-height:635px; */
font-family:"microsoft yahei", arial, sans-serif;
/* background-color:#0f1c30; */
background-color: transparent;
background-repeat:no-repeat;
background-position:center;
background-size:100% 100%;
overflow-x:hidden;
overflow-y:auto;
}
body.bg01 {background-image:url("../../img/chalk/bg01.png");}
.header {
margin:0 auto;
width:100%;
height:65px;
/* max-width:1920px; */
background:url("../../img/chalk/header.png") center no-repeat;
/* margin:0;
padding:0; */
line-height:50px;
text-align:center;
font-size:24px;
color:#5dc2fe;
}
.header h3 {
margin:0;
padding:0;
line-height:50px;
text-align:center;
font-size:24px;
color:#5dc2fe;
}
.zl-form, .default-theme{
/* background:#131c25; */
/* background-image:url("../../img/chalk/bg01.png"); */
color: #fff;
}
.panel{
background:url("../../img/chalk/panel.png") center no-repeat;
background-size:100% 100%;
border-radius: 4px;
padding: 15px;
box-sizing: border-box;
}
.chartsobj{
background:url("../../img/chalk/panel.png") center no-repeat;
background-size:100% 100%;
border-radius: 4px;
padding:15px;
box-sizing: border-box;
}
.numberCmp{
background:url("../../img/chalk/panel.png") center no-repeat;
background-size:100% 100%;
border-radius: 4px;
padding:15px;
box-sizing: border-box;
}
/* 这是设计器里面的样式 */
.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;
}
.edit .zlform .layui-row.focus-border{
border: 1px dotted #ff1c57;
}
.edit .zlform .cut{
background: rgba(255, 255, 255, 0.5);
}
/* 大屏设计 */
.grid-stack > .grid-stack-item > .grid-stack-item-content{
background: transparent;
}
.grid-stack-item-body{
background-color: transparent;
}
.grid-stack-item-body iframe {
border-width: 0;
border-style: solid;
border-color: #e6e6e6;
}
.grid-stack-item-header{
padding: 0 10px;
left: 0;
right: 0;
}