html, body, .wrap, .col-main {
|
height: 100%;
|
}
|
|
#bimface-viewer, .container, .main-wrap, .attr-box {
|
height: 100% !important;
|
}
|
.container{
|
padding:0px;
|
}
|
.col-extra {
|
height: calc(100% - 4px) !important;
|
}
|
|
.view_active {
|
background: #008DE3;
|
}
|
|
#product_search_box {
|
position: absolute;
|
top: 20px;
|
left: 30px;
|
display:none;
|
}
|
.search_box {
|
background: rgba(255,255,255,1);
|
box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
|
opacity: 1;
|
border-radius: 10px;
|
padding: 10px;
|
}
|
|
#search_key_word {
|
width: 260px;
|
height: 34px;
|
background: rgba(242,242,242,1);
|
opacity: 1;
|
outline: none;
|
border: none;
|
padding-left: 5px;
|
padding-right: 35px;
|
border-radius: 5px;
|
position: relative;
|
box-sizing: border-box;
|
}
|
|
.search_box span {
|
width: 82px;
|
height: 34px;
|
line-height: 34px;
|
color: #fff;
|
text-align: center;
|
background: rgba(52,137,236,1);
|
opacity: 1;
|
border-radius: 5px;
|
display: inline-block;
|
cursor:pointer;
|
}
|
|
.search_box > i {
|
position: absolute;
|
top: 12px;
|
right: 95px;
|
height: 30px;
|
width: 30px;
|
line-height: 30px;
|
text-align: center;
|
border-radius: 50%;
|
display: none;
|
cursor: pointer;
|
z-index: 3;
|
}
|
|
.search_body {
|
width: 280px;
|
max-height: 400px;
|
background-color: #fff;
|
padding: 10px;
|
box-sizing: border-box;
|
border-radius: 10px;
|
display: none;
|
overflow:auto;
|
}
|
|
.search_body > span {
|
text-indent: 5px;
|
cursor: pointer;
|
display: block;
|
background: rgba(244,243,247,1);
|
padding: 5px 0;
|
margin-bottom: 5px;
|
border-radius: 5px;
|
}
|
|
.search_body > span:last-of-type {
|
margin-bottom: 0;
|
}
|
|
.search_body > span:hover {
|
background-color: #add3fa !important;
|
}
|
|
.search_body > span:nth-child(1) {
|
border-top: 0px;
|
}
|
|
.search_body > span:nth-child(even) {
|
background-color: #f2f2f2;
|
}
|
|
|
.float-cmd {
|
position: absolute;
|
top: 10px;
|
z-index: 10 !important;
|
width: 52px;
|
height: 52px;
|
line-height: 52px;
|
text-align: center;
|
color: #fff;
|
background-color: rgba(17,17,17,0.88);
|
cursor: pointer;
|
}
|
|
.layui-tab {
|
margin: 0;
|
}
|
|
.layui-tab-content {
|
padding: 0;
|
}
|
|
.layui-tab-title {
|
color: #fff;
|
}
|
|
.layui-tab-title-li {
|
padding: 0;
|
width: 134px;
|
}
|
|
|
|
.ulProductList {
|
}
|
|
.ulProductList li {
|
height: 40px;
|
line-height: 40px;
|
cursor: pointer;
|
color: white;
|
}
|
|
.liProductSel {
|
background-color: #5eb5f1;
|
color: #4ac65a !important;
|
}
|
|
.ulSignalRecord {
|
width: 258px;
|
height: 210px;
|
/*border: 1px solid #ccc;
|
background: url(/developer/images/exmaple-energy-info_36b3.png) no-repeat;*/
|
margin: 10px 0 10px 9px;
|
}
|
|
.ulSignalRecord li {
|
float: left;
|
width: 85px;
|
height: 72px;
|
text-align: center;
|
padding-top: 18px;
|
box-sizing: border-box;
|
font-size: 16px;
|
color: #16ae11;
|
border: 1px solid #eeecec;
|
}
|
|
.ulSignalRecord .recordName {
|
margin-top: -12px;
|
display: inherit;
|
font-size: 13px;
|
color: #e8e1e1;
|
}
|
|
.ulSignalRecord .recordUnit {
|
display: inherit;
|
font-size: 10px;
|
color: #e8e1e1;
|
}
|
|
.btn-box {
|
overflow: hidden;
|
margin: 0 12px 8px;
|
}
|
|
.productlabel {
|
display: block;
|
margin-left: 30px;
|
margin-top: -40px;
|
}
|
|
.btn-box span {
|
float: left;
|
margin-right: 5px;
|
border: 1px solid #979797;
|
height: 30px;
|
border-radius: 4px;
|
width: 74px;
|
cursor: pointer;
|
}
|
|
.btn-box .switch {
|
background-image: url(images/switch.png);
|
background-repeat: no-repeat;
|
background-position: 50%;
|
}
|
|
.btn-box .up {
|
background-image: url(images/up.png);
|
background-repeat: no-repeat;
|
background-position: 50%;
|
}
|
|
.btn-box .down {
|
background-image: url(images/down.png);
|
background-repeat: no-repeat;
|
background-position: 50%;
|
}
|
|
.btn-bimCmd-diy {
|
width: 50px;
|
height: 50px;
|
left: 0px;
|
top: 0px;
|
position: relative;
|
color: white;
|
background: rgba(0, 0, 0, 0);
|
opacity: 0.6;
|
border: none;
|
}
|
|
.tooltipWrap:after, .tooltipWrap:before {
|
content: "";
|
position: absolute;
|
top: -15px;
|
width: 0;
|
height: 0;
|
}
|
|
.tooltipWrap:before {
|
left: -8px;
|
border-left: 10px solid transparent;
|
border-top: 11px solid white;
|
border-right: 10px solid transparent;
|
}
|
|
.tooltipWrap:after {
|
left: -4px;
|
border-left: 6px solid transparent;
|
border-top: 7px solid rgba(0,0,0,.6);
|
border-right: 6px solid transparent;
|
}
|
|
/*箭头向上*/
|
.tooltipWrap1:after, .tooltipWrap1:before {
|
content: "";
|
position: absolute;
|
top: -15px;
|
width: 0;
|
height: 0;
|
}
|
|
.tooltipWrap1:before {
|
left: -8px;
|
top: -6px;
|
border-left: 10px solid transparent;
|
border-bottom: 11px solid white;
|
border-right: 10px solid transparent;
|
}
|
|
.tooltipWrap1:after {
|
left: -4px;
|
top: -2px;
|
border-left: 6px solid transparent;
|
border-bottom: 7px solid rgba(0,0,0,.6);
|
border-right: 6px solid transparent;
|
}
|
|
|
/*箭头向左*/
|
.tooltipWrap2:after, .tooltipWrap2:before {
|
content: "";
|
position: absolute;
|
top: -15px;
|
width: 0;
|
height: 0;
|
}
|
|
.tooltipWrap2:before {
|
left: -8px;
|
top: -15px;
|
border-bottom: 10px solid transparent;
|
border-right: 11px solid white;
|
border-top: 10px solid transparent;
|
}
|
|
.tooltipWrap2:after {
|
left: -4px;
|
top: -11px;
|
border-bottom: 6px solid transparent;
|
border-right: 7px solid rgba(0,0,0,.6);
|
border-top: 6px solid transparent;
|
}
|
|
/*箭头向右*/
|
.tooltipWrap3:after, .tooltipWrap3:before {
|
content: "";
|
position: absolute;
|
top: -15px;
|
width: 0;
|
height: 0;
|
}
|
|
.tooltipWrap3:before {
|
left: -8px;
|
top: -15px;
|
border-bottom: 10px solid transparent;
|
border-left: 11px solid white;
|
border-top: 10px solid transparent;
|
}
|
|
.tooltipWrap3:after {
|
left: -8px;
|
top: -11px;
|
border-bottom: 6px solid transparent;
|
border-left: 7px solid rgba(0,0,0,.6);
|
border-top: 6px solid transparent;
|
}
|
|
.ulSignalRecord span {
|
cursor: pointer;
|
}
|
.monitorTableUnitText {
|
padding-left: 10px;
|
font-size: 12px;
|
color: #c3e1e8;
|
}
|
.pointType {
|
width: 12px;
|
height: 12px;
|
border-radius: 50%;
|
display: inline-grid;
|
float: right;
|
}
|
|
.runStatusInBimOpen {
|
background-color: #1E90FF;
|
}
|
|
.runStatusInBimClose {
|
background-color: #e8e1e1;
|
}
|
|
.runStatusInBimAlarm {
|
background-color: #FF0000;
|
}
|
|
.signalInBim {
|
display: inline-block;
|
}
|
.bf-drawable-cluster{
|
cursor:pointer;
|
}
|
.signalInBimValue {
|
background-color: #41b9ee;
|
min-width: 55px;
|
min-height: 18px;
|
display: inline-block;
|
padding-right: 5px;
|
text-align: right;
|
cursor: pointer;
|
margin-right: 2px;
|
font-size:15px;
|
}
|
.MpInBimPanel{
|
padding-top:4px;
|
}
|
.signalInBimUnit {
|
padding-left: 1px;
|
display: inline-block;
|
}
|
|
.leadTips {
|
display: flex;
|
justify-content: start;
|
width: auto;
|
transform: translateY(-40px)
|
}
|
|
.leadTips img {
|
display: inline-block;
|
width: 49px;
|
height: 40px
|
}
|
|
.leadText {
|
display: block;
|
background: #4a90e2;
|
color: #fff;
|
padding: 1px
|
}
|
|
.product-box {
|
overflow-y: auto;
|
padding: 7px;
|
box-sizing: border-box;
|
}
|
|
.product-item-image {
|
cursor: pointer;
|
height: 28px;
|
margin-top: 0px;
|
margin-left: -185px;
|
}
|
|
.product-box .selectType {
|
margin-bottom: 10px;
|
padding: 5px;
|
width: 100%;
|
box-sizing: border-box;
|
outline: none;
|
}
|
|
.product-box .tree .item {
|
line-height: 1.8;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
display: inline-block;
|
}
|
|
.product-box .tree .item i {
|
display: inline-block;
|
width: 0px;
|
height: 0px;
|
border-top: 5px solid transparent;
|
border-left: 6px solid #333;
|
border-bottom: 5px solid transparent;
|
margin-right: 5px;
|
cursor: pointer;
|
transform: rotate(90deg);
|
transform-origin: center center;
|
transition: all .3s;
|
float: left;
|
margin-top: 7px;
|
}
|
|
.product-box .tree .item i.close {
|
transform: rotate(0deg);
|
transition: all .3s;
|
}
|
|
.product-box .tree .item .check {
|
width: 15px;
|
height: 15px;
|
border: 0 none;
|
margin-top: 6px;
|
transform: rotate(0deg);
|
}
|
|
.product-box .tree .item span {
|
cursor: default;
|
color: #999;
|
}
|
|
.product-box .tree .group,
|
.product-box .tree .view {
|
padding-left: 15px;
|
}
|
|
.showPdf {
|
cursor: pointer;
|
}
|
|
.tree-family {
|
display: inline-block;
|
max-width: 148px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
.check-ed .check {
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAATJJREFUKBVjPH/+vPf////n//v3T5SBSMDExPSakZExkeHcuXOvPn78CNRPPACpB+ljAtnIx8dHpJ0QZSD1IH1MJOlCU0yS5os/PzEEPT3D8OnfH7AxRGsGaQx4eprhwLc3DJPe30fVfOPXFwZ/oOTbv7/RHMfAANP4ESjnxyvBUCmsgqq5/PV1hsPf3jL4PT2FYgC6xrkS+gzMDIyomudJGDBosvMyXP/5GW4APo0g3SxgI4CEMDMrwyZpM7BGkAFuT44zvPnzi+EzMHBATkW2EaYHJcBgBoBccP/XN7BGdx4xrBpBBqBoBgnADFBn42GQYuFgmCmhB/cjSB4ZwJ2NLAgyYIuMOQMHExMDNyMzshQKG5jGmV5/+vQJRRDEARmASyNIPUgfCyh33L17l6xcBQDpK7yE4U25wQAAAABJRU5ErkJggg==) no-repeat;
|
}
|
|
.check-none .check {
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAGhJREFUKBVjPH/+vPf////n//v3T5SBSMDExPSakZExkeHcuXOvPn78CNRPPACpB+ljAtnIx8dHpJ0QZSD1IH1MJOlCUzyqGS1ACHFHZICBEvmnT58IhQ2KPEg9SB8LKHfcvXuXrFwFAFJQWvRSazXBAAAAAElFTkSuQmCC) no-repeat;
|
}
|
|
.check-only .check {
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAINJREFUKBVjPH/+vPf////n//v3T5SBSMDExPSakZExkeHcuXOvPn78CNRPPACpB+ljAtnIx8dHpJ0QZSD1IH1MJOlCU8yCxmcQur0DXQjOf6fqAWeDGBTZPKoZJSwJczCiCj068BlBWWiDEvmnT5/wWYAhB1IP0scCyh13794lK1cBAA4FX1PR4YmSAAAAAElFTkSuQmCC) no-repeat;
|
}
|
|
.product-box .tree .item.check-ed span {
|
cursor: pointer;
|
color: #333;
|
}
|
|
.product-box .tree .item.check-ed span.show {
|
background-color: #11dab7;
|
color: #fff;
|
}
|
|
.attr-box {
|
overflow-y: auto;
|
/*background-color: #1f5b75;*/
|
background: linear-gradient(0deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
color: white;
|
}
|
|
.attr-box .table-attr {
|
width: 100%;
|
font-size: 26px;
|
color: white;
|
}
|
|
.attr-box .table-attr th,
|
.attr-box .table-attr td {
|
padding: 5px 5px;
|
text-align: left;
|
border-bottom: 1px solid #ccc;
|
/*background: #2D81D9;*/
|
background: linear-gradient(0deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
vertical-align: top;
|
}
|
|
.attr-box .table-attr th {
|
width: 100px;
|
border-right: 1px solid #ccc;
|
font-weight: normal;
|
word-break: break-word;
|
}
|
|
.attr-box .table-attr td {
|
color: #ffffff;
|
word-break: break-all;
|
}
|
|
.attr-box .table-attr .group-tit {
|
font-weight: bold;
|
/*background-color: #3799c3;*/
|
background: linear-gradient(90deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
}
|
|
.loading {
|
position: fixed;
|
width: 100%;
|
height: 100%;
|
top: 0;
|
left: 0;
|
background: rgba(255, 255, 255, 0.3);
|
z-index: 101;
|
}
|
|
.loading:before {
|
content: '';
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
margin-top: -24px;
|
margin-left: -24px;
|
width: 48px;
|
height: 48px;
|
background: url(/integrate/images/loading-green-48_dea8.gif) no-repeat;
|
}
|
|
#bimface-viewer {
|
width: 100%;
|
background-color: #f1f1f1;
|
}
|
|
.error-note {
|
margin: 20px;
|
padding: 40px;
|
border: 1px solid #ccc;
|
}
|
|
|
#product_minitor_box {
|
z-index: 10;
|
background-color: #1f5b75;
|
border-right: 1px solid #ccc;
|
position: absolute;
|
right: 320px;
|
top: 70px;
|
box-shadow: 1px 1px 15px #888888;
|
font-size: 28px;
|
width: 420px;
|
}
|
#product_layers_box {
|
z-index: 10;
|
background-color: #1f5b75;
|
border-right: 1px solid #ccc;
|
position: absolute;
|
left: 20px;
|
top: calc(100% - 200px);
|
max-height: 400px;
|
overflow: auto;
|
display: none;
|
}
|
|
#product_view_box {
|
z-index: 10;
|
background-color: #1f5b75;
|
border-right: 1px solid #ccc;
|
position: absolute;
|
left: calc(100% - 220px);
|
top: calc(100% - 200px);
|
max-height: 400px;
|
overflow: auto;
|
display: none;
|
}
|
|
.videoDiv iframe{
|
border-width:0px;
|
|
}
|
.videoDiv .close {
|
position: absolute;
|
right: 0px;
|
top: 0px;
|
display: inline-block;
|
width: 30px;
|
height: 30px;
|
line-height: 30px;
|
color: #000;
|
cursor:pointer;
|
text-align:center;
|
}
|
|
|
#product_minitor_box .close,
|
#product_layers_box .close,
|
#product_view_box .close {
|
position: absolute;
|
right: 10px;
|
top: 10px;
|
cursor: pointer;
|
width: 30px;
|
}
|
|
#product_minitor_box .close {
|
color: #fff;
|
opacity: 1;
|
font-size: 28px;
|
}
|
.layui-table-view {
|
margin: 0;
|
}
|
#LayersInfoTable, #layers_add_info, .layers_add_btn_box, #ViewInfoTable, #view_add_info, .view_add_btn_sumbit {
|
background: linear-gradient(0deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
}
|
.minitorTableValueCell span:first-of-type {
|
display: inline-block;
|
width: 60%;
|
text-align: right;
|
cursor: pointer;
|
box-sizing: border-box;
|
padding-right: 10px;
|
/*color:blue;*/
|
}
|
|
.minitorTableValueCell span:last-of-type {
|
display: inline-block;
|
width: 40%;
|
text-align: left;
|
}
|
|
#product_minitor_box,
|
#product_minitor_box .attr-box,
|
#product_minitor_box .attr-box .table-attr th,
|
#product_minitor_box .attr-box .table-attr td,
|
#product_minitor_box .attr-box .table-attr .group-tit,
|
#product_layers_box,
|
#product_view_box,
|
#product_layers_box .attr-box,
|
#product_layers_box .attr-box .table-attr th,
|
#product_layers_box .attr-box .table-attr td,
|
#product_layers_box .attr-box .table-attr .group-tit {
|
background-color: transparent !important;
|
}
|
|
|
#product_minitor_box .hander,
|
#product_minitor_box .attr-box .table-attr,
|
#product_minitor_box .attr-box .table-attr td,
|
#product_layers_box .hander,
|
#product_layers_box .attr-box .table-attr,
|
#product_layers_box .attr-box .table-attr td {
|
/*color: black !important;*/
|
}
|
|
#product_minitor_box .attr-box .table-attr th,
|
#product_layers_box .attr-box .table-attr th {
|
border-left: 1px solid #ccc !important;
|
}
|
|
|
#product_minitor_box,
|
#product_minitor_box .hander,
|
#product_layers_box,
|
#product_view_box,
|
#product_layers_box .hander,
|
#product_view_box .hander {
|
border: 1px solid #ccc !important;
|
}
|
|
|
|
|
|
|
#product_minitor_box .hander,
|
#product_layers_box .hander,
|
#product_view_box .hander {
|
text-align: center;
|
color: #fff !important;
|
height: 50px;
|
line-height: 50px;
|
padding-right: 50px;
|
background: linear-gradient(90deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
border-bottom: 1px solid #ccc;
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*定义了滚动条整体样式;*/
|
::-webkit-scrollbar {
|
/*height: 5px !important;*/
|
width: 10px !important;
|
}
|
|
/*定义了滚动条滑块的样式*/
|
::-webkit-scrollbar-thumb {
|
border-radius: 10px;
|
border-style: dashed;
|
background-color: rgba(12, 80, 235, 0.4);
|
border-color: #0655B400;
|
border-width: 1.5px;
|
background-clip: padding-box;
|
}
|
|
/*定义了轨道的样式*/
|
::-webkit-scrollbar-track { /*滚动条里面轨道*/
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
|
border-radius: 10px;
|
background: #EDEDED;
|
}
|
.layui-nav-bar {
|
background: linear-gradient(90deg,#2D81D9,#0655B4);
|
}
|
|
|
|
#ysopen1 {
|
position: relative;
|
width: 300px;
|
height: 200px;
|
text-align: center;
|
font-size: 12px;
|
border: none;
|
}
|
|
.signalName {
|
cursor: pointer;
|
}
|
|
#LayersInfoTable li, #ViewInfoTable li {
|
height: 30px;
|
line-height: 30px;
|
position: relative;
|
border-bottom: 1px solid #ddd;
|
display: flex;
|
justify-content: space-between;
|
}
|
|
#ViewInfoTable li {
|
cursor: pointer;
|
padding-left: 10px;
|
}
|
|
#LayersInfoTable li:last-of-type,
|
#ViewInfoTable li:last-of-type {
|
border-bottom: none;
|
}
|
|
#LayersInfoTable li > span {
|
display: inline-block;
|
height: 30px;
|
line-height: 30px;
|
padding-left: 10px;
|
box-sizing: border-box;
|
cursor: pointer;
|
}
|
|
#LayersInfoTable li > .editbox {
|
width: 80px;
|
height: 30px;
|
line-height: 30px;
|
text-align: right;
|
position: relative;
|
}
|
|
#ViewInfoTable li > .editbox {
|
width: 30px;
|
height: 30px;
|
line-height: 30px;
|
text-align: right;
|
position: relative;
|
}
|
/*.icheckbox*/
|
#LayersInfoTable li > .editbox i, #ViewInfoTable li > .editbox i {
|
position: absolute;
|
display: inline-block;
|
width: 26px;
|
height: 26px;
|
line-height: 26px;
|
color: blue;
|
text-align: center;
|
border: 1px solid #ddd;
|
box-sizing: border-box;
|
cursor: pointer;
|
}
|
|
#LayersInfoTable li > .editbox .icheckbox, #ViewInfoTable li > .editbox .idelete {
|
top: 2px;
|
right: 2px;
|
}
|
|
#LayersInfoTable li > .editbox .iedit {
|
top: 2px;
|
right: 30px;
|
}
|
|
#LayersInfoTable li > .editbox .idelete {
|
top: 2px;
|
right: 60px;
|
}
|
|
.layers_add_btn_box,
|
.layers_add_btn_sumbit,
|
.view_add_btn_sumbit {
|
text-align: right;
|
height: 30px;
|
line-height: 30px;
|
border-top: 1px solid #ddd;
|
}
|
|
.layers_add_btn_box span {
|
display: inline-block;
|
width: 30px;
|
height: 30px;
|
line-height: 30px;
|
cursor: pointer;
|
text-align: center;
|
}
|
|
.layers_add_btn_sumbit span,
|
.view_add_btn_sumbit span {
|
padding: 0 10px;
|
cursor: pointer;
|
}
|
|
#layers_add_info,
|
#view_add_info {
|
display: none;
|
}
|
|
.layers_add_tr {
|
display: flex;
|
}
|
|
.layers_add_tr label {
|
width: 75px;
|
height: 30px;
|
line-height: 30px;
|
}
|
|
#layersName, #viewName {
|
width: 124px;
|
box-sizing: border-box;
|
background-color: transparent;
|
color: #fff;
|
border: 1px solid #ddd;
|
height: 30px;
|
line-height: 30px;
|
border-radius: 15px;
|
padding-left: 10px;
|
outline: none;
|
}
|
|
|
.input_name::-webkit-input-placeholder {
|
color: #fff;
|
}
|
|
.input_name:-moz-placeholder {
|
color: #fff;
|
}
|
|
.input_name::-moz-placeholder {
|
color: #fff;
|
}
|
|
.input_name:-ms-input-placeholder {
|
color: #fff;
|
}
|
|
.layui-layer-btn a.layui-layer-btn1 {
|
color: #fff;
|
background-color: red;
|
}
|
#swiper_container {
|
z-index: 999;
|
}
|
#cmdShowMachineMinitor {
|
position: absolute;
|
text-align: center;
|
z-index: 100 !important;
|
color: #fff;
|
padding: 0 10px;
|
display: none;
|
align-items: center;
|
cursor: pointer;
|
line-height: 20px;
|
border-radius: 10px;
|
background: linear-gradient(90deg,rgba(45,129,217,1),rgba(6,85,180,1));
|
}
|
|
|
|
#cmdShowMachineMinitor {
|
left: calc(100% - 678px);
|
top: 10px;
|
}
|
|
|
#cmdShowMachineMinitor i {
|
font-size: 24px;
|
display: block;
|
padding-top: 5px;
|
color: #fff;
|
}
|
|
#cmdShowMachineMinitor span {
|
display: block;
|
font-size: 10px;
|
color: #fff;
|
}
|
|
#product_minitor_box {
|
position:absolute;
|
display: block;
|
top: 10px;
|
background: linear-gradient(90deg,rgba(45,129,217,0.3),rgba(6,85,180,0.3));
|
}
|
|
|
|
#product_minitor_box {
|
left: calc(100% - 678px);
|
}
|
|
|
|
#product_search_box {
|
top: 10px;
|
left: 350px;
|
}
|
|
#wysBimWalkBox {
|
text-align: center;
|
left: 5vw;
|
position: absolute;
|
top: 10px;
|
z-index: 100 !important;
|
color: #fff;
|
padding: 0;
|
display: flex;
|
align-items: center;
|
flex-wrap: nowrap;
|
}
|
|
#wysBimWalkBox li {
|
position: relative;
|
box-sizing: border-box;
|
text-align: center;
|
margin: 0px 5px;
|
/*border-right: 1px solid #666;*/
|
cursor: pointer;
|
line-height: 25px;
|
}
|
|
.layui-nav .layui-nav-item a {
|
padding: 0 10px;
|
text-decoration: none;
|
}
|
|
#wysBimWalkBox li i {
|
font-size: 24px;
|
display: block;
|
padding-top: 5px;
|
}
|
#wysBimWalkBox li span {
|
display: block;
|
font-size: 10px;
|
}
|
|
|
|
|
.layui-nav .layui-this:after, .layui-nav-bar {
|
background: linear-gradient(90deg,rgba(45,129,217,1),rgba(6,85,180,1));
|
}
|
|
.layui-nav {
|
background-color: rgba(255,255,255,0) !important;
|
}
|
|
.layui-nav-item > a {
|
border-radius: 7px;
|
background: linear-gradient(0deg,rgba(45,129,217,0.5),rgba(6,85,180,0.5));
|
border-bottom: 3px solid rgba(6,85,180,0.5);
|
}
|
|
#walkThroughList {
|
position: absolute;
|
z-index: 204;
|
overflow: auto;
|
display: none;
|
max-height: 350px;
|
min-height: 100px;
|
width: 150px;
|
}
|
|
#walkThroughList li {
|
width: 85%;
|
margin: 5px 10px;
|
border-radius: 7px;
|
line-height: 30px;
|
height: 30px;
|
color: #fff;
|
cursor: pointer;
|
text-align: center;
|
background: linear-gradient(0deg,rgb(195, 218, 243),rgba(6,85,180,1));
|
box-sizing: border-box;
|
}
|
|
#walkThroughList li:hover {
|
transform: scale(1.05);
|
transition: 0.3s linear;
|
box-shadow: 1px 1px 15px #888888;
|
}
|
|
|
|
.layui-nav-item.y_Refresh,
|
.layui-nav-item.Route,
|
.layui-nav-item.Camera,
|
.layui-nav-item.y_State,
|
.layui-nav-item.y_End,
|
.layui-nav-item.y_Suspend,
|
.layui-nav-item.y_Del,
|
.layui-nav-item.y_History,
|
#TimeLine {
|
display: none;
|
}
|
|
|
|
|
#product_info_box {
|
width: 368px;
|
position: absolute;
|
top: 10px;
|
left: 10px;
|
background: linear-gradient(90deg,rgba(45,129,217,0.6),rgba(6,85,180,0.6));
|
color: #fff;
|
border: 1px solid #ddd;
|
border-radius: 7px;
|
z-index: 10;
|
box-shadow: 1px 1px 15px #888888;
|
font-size: 18px;
|
}
|
|
#product_info_box .title {
|
text-align: center;
|
height: 40px;
|
line-height: 40px;
|
border-bottom: 1px solid #fff;
|
font-size:26px;
|
}
|
|
#product_info_box .box_tr {
|
height: 40px;
|
line-height: 40px;
|
border-bottom: 1px solid #fff;
|
}
|
|
#product_info_box .box_tr .box_tr_btn {
|
text-align: center;
|
border-right: 1px solid #fff;
|
}
|
|
#product_info_box .box_tr .box_tr_btn_tab {
|
cursor: pointer;
|
}
|
|
#product_info_box .box_tr .box_tr_btn .layui-input {
|
background: transparent;
|
border: none;
|
cursor: pointer;
|
}
|
|
#product_info_box .box_tr .box_tr_btn.active {
|
background-color: #8194f3;
|
}
|
|
#product_info_box .box_tr .value {
|
padding: 0 5px;
|
border-right: 1px solid #fff;
|
font-size: 18px;
|
}
|
|
#product_prop_box {
|
display: none;
|
background: linear-gradient(90deg,rgba(45,129,217,0.6),rgba(6,85,180,0.6));
|
}
|
|
.display_flex {
|
display: flex;
|
align-items: center;
|
}
|
|
.flex_25 {
|
width: 25%;
|
}
|
|
.flex_12_5 {
|
width: 12.5%;
|
}
|
|
.flex_33 {
|
width: 33%;
|
}
|
|
.flex {
|
flex: 1;
|
}
|
|
|
#mainGrid thead tr th {
|
position: relative;
|
}
|
|
|
#mainGrid thead tr th::after {
|
content: '';
|
width: 1px;
|
height: 20px;
|
position: absolute;
|
top: 10px;
|
right: 0px;
|
background-color: #ddd;
|
}
|
|
#mainGrid thead tr th:last-of-type::after {
|
width: 0px;
|
}
|
|
#mainGrid thead tr {
|
background: rgba(6,85,180,0.5);
|
color: #fff;
|
}
|
|
|
|
#mainGrid {
|
border-spacing: 0 5px !important;
|
border-collapse: separate !important;
|
border-width: 0px;
|
}
|
|
#mainGrid tr {
|
border-radius: 10px;
|
}
|
|
#mainGrid tr td, #mainGrid tr th {
|
height: 28px;
|
line-height: 28px;
|
padding: 5px;
|
}
|
|
#mainGrid tr td {
|
background: rgba(45,129,217,0.3);
|
}
|
|
#mainGrid tbody tr td:first-of-type {
|
padding-left: 15px;
|
}
|
|
#mainGrid thead tr th:first-of-type {
|
text-align: center !important;
|
}
|
|
#mainGrid tr td:first-of-type, #mainGrid tr th:first-of-type {
|
border-top-left-radius: 10px;
|
border-bottom-left-radius: 10px;
|
}
|
|
#mainGrid tr td:last-of-type, #mainGrid tr th:last-of-type {
|
border-top-right-radius: 10px;
|
border-bottom-right-radius: 10px;
|
}
|
|
.layui-row .right {
|
text-align: right;
|
padding: 0 5px;
|
}
|
|
.layui-row .value_col {
|
text-align: center;
|
padding: 0 5px;
|
border-bottom: 1px solid #fff;
|
height: 25px;
|
line-height: 25px;
|
}
|
|
#PropInfoBox {
|
}
|
|
#PropInfoBox .box_title {
|
display: inline-block;
|
padding: 0px 10px;
|
background: linear-gradient(90deg,rgba(45,129,217,0.6),rgba(6,85,180,0.6));
|
border-radius: 20px;
|
}
|
|
.flex33 {
|
width: 33.33%;
|
}
|
|
.show_aside_box {
|
cursor: pointer;
|
color: blue;
|
}
|
|
.aside_box {
|
display: none;
|
background: linear-gradient(90deg,rgba(45,129,217,0.6),rgba(6,85,180,0.6));
|
padding: 5px;
|
position: absolute;
|
left: 368px;
|
}
|
|
.aside_box:hover {
|
background: linear-gradient(90deg,rgba(45,129,217,1),rgba(6,85,180,1));
|
}
|
|
.aside_box iframe {
|
width: 100%;
|
height: 100%;
|
border: none;
|
}
|
|
.aside_box .close {
|
position: absolute;
|
right: 10px;
|
top: 4px;
|
cursor: pointer;
|
width: 12px;
|
color: #fff;
|
}
|
|
|
|
.tiaopin {
|
max-height: 560px;
|
overflow: auto;
|
bottom: 0px;
|
width: 400px;
|
line-height: 25px;
|
padding: 20px;
|
}
|
|
.runstatus {
|
max-height: 560px;
|
overflow: auto;
|
bottom: 0px;
|
width: 400px;
|
line-height: 30px;
|
padding: 20px;
|
text-align: center;
|
}
|
|
.prop_box {
|
height: 582px;
|
overflow: auto;
|
top: 0px;
|
width: 1000px;
|
line-height: 25px;
|
}
|
|
.nenghaozhibiao, .xunjian, .baojing, .xingneng, .nenghao {
|
height: 582px;
|
top: 0px;
|
width: 1000px;
|
}
|
|
.tiaopin .layui-input, .runstatus .layui-input {
|
background: transparent;
|
}
|
|
.tiaopin .layui-input-block, .runstatus .layui-input-block {
|
margin-left: 80px;
|
}
|
|
.placeholder_fff input::-webkit-input-placeholder { /* WebKit browsers */
|
color: #fff;
|
}
|
|
.placeholder_fff input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
color: #fff;
|
}
|
|
.placeholder_fff input::-moz-placeholder { /* Mozilla Firefox 19+ */
|
color: #fff;
|
}
|
|
.placeholder_fff input:-ms-input-placeholder { /* Internet Explorer 10+ */
|
color: #fff;
|
}
|
|
.runstatus_btn {
|
display: inline-block;
|
padding: 0px 15px;
|
background-color: rgba(6,85,180,0.6);
|
color: #fff;
|
margin: 0 10px;
|
border-radius: 20px;
|
cursor: pointer;
|
}
|
|
.runstatus_btn:hover {
|
background-color: rgba(6,85,180,1);
|
}
|
|
.runstatus_input_tip {
|
position: absolute;
|
top: 85px;
|
left: 140px;
|
color: #f00;
|
font-size: 12px;
|
line-height: 15px;
|
}
|
|
.swiper_box1, .swiper_box2 {
|
cursor: pointer;
|
width: 100%;
|
height: 40px;
|
overflow: hidden;
|
padding: 0 5px;
|
border-right: 1px solid #fff;
|
}
|
|
.swiper_box1 .swiper-slide,
|
.swiper_box2 .swiper-slide {
|
overflow: hidden;
|
}
|
|
|
|
|
.layui-btn {
|
background-color: #77a6ec;
|
}
|
|
|
|
|
|
|