/*传感器详情页面样式覆盖*/
.cgqdialog {
    background-color: rgb(0,0,0,0.8);
    background-image: url('/images/vibration/cgq-dialog-bg.png');
    background-size: 100% 100%;
}

    .cgqdialog .layui-layer-title {
        background-color: rgb(0,0,0,0);
        font-size: 24px;
        font-weight: bold;
        border: none;
        color: #fff;
    }

    .cgqdialog .layui-layer-ico {
        background: none;
    }

    .cgqdialog .layui-layer-setwin {
        height: 24px;
        background-image: url('/images/vibration/cgq-dialog-close.png') !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

.layui-layer-shade {
    opacity: 0.6 !important;
}
