/* *常用背景色: #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:#0a1631 url("../../img/dark/bg01.png") 0 0 / 100% 100% no-repeat;} .header { margin:0 auto; padding:0; width:100%; height:65px; /* max-width:1920px; */ background:url("../../img/dark/header.png") 0 0 / 100% 100% 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; } /* 图表组件 */ .chartsobj{ background:url("../../img/dark/panel.png") center no-repeat; background-size:100% 100%; border-radius: 4px; padding: 10px; box-sizing: border-box; } /* 组件默认背景图 */ .panel{ background:url("../../img/dark/panel.png") center no-repeat; background-size:100% 100%; border-radius: 4px; padding: 10px; box-sizing: border-box; } /* 数字翻牌器组件 */ .numberCmp{ background:url("../../img/dark/panel.png") center no-repeat; background-size:100% 100%; border-radius: 4px; padding: 10px; box-sizing: border-box; } /* 这是设计器里面的样式 */ .edit .zlform{ background:#0a1631; } /* .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; }