﻿
.zui-select {
    min-width: 300px;
    height: 20px;
    line-height: 20px;
}

    .zui-select label {
        padding-right: 10px;
    }

    .zui-select select {
    }


.div-chart {
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.div-hr {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color: #ddd;
}

.div-hover {
    cursor: pointer;
    border: 1px dotted #666;
    z-index: 9;
}

.seled {
    border: 1px solid #F56C6C;
}

.div-hover:hover .div-hover-item {
    border: 1px solid #c6e2ff;
    z-index: 99;
}

.div-hover .div-hover-item {
    padding: 2px;
    background-color: #eee;
    border: 1px dotted #eee;
    z-index: 999;
}

.div-hover .active {
    padding: 2px;
    background-color: #c6e2ff;
}


.div-hover:hover .dom-item {
    display: none;
}



.dom-item {
    display: block;
}

.div-hover:hover .dom-menu {
    display: block;
}

.dom-menu {
    display: none;
}

    .dom-menu .a-left {
        position: absolute;
        color: #909399;
        top: 6px;
        left: 0;
    }

    .dom-menu .a-up {
        position: absolute;
        color: #909399;
        top: -5px;
        left: 12px;
    }

    .dom-menu .a-right {
        position: absolute;
        color: #909399;
        left: 24px;
        top: 6px;
    }

    .dom-menu .a-down {
        position: absolute;
        color: #909399;
        top: 18px;
        left: 12px;
    }

    .dom-menu .a-edit {
        position: absolute;
        color: #606266;
        top: 0px;
        right: 0px;
        font-size: 16px;
    }

    .dom-menu .a-del {
        display: none;
        position: absolute;
        color: #F56C6C;
        right: 0;
        bottom: 0;
    }



.ppb-header {
    position: fixed;
    top: 0px;
    left: 170px;
    right: 280px;
    height: 70px;
    padding: 8px 10px;
    border: 1px solid #eee;
    overflow: hidden;
}

.ppb-body {
    width: 100%;
}

.ppb-left {
    position: fixed;
    width: 160px;
    padding: 5px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
}

.p-tag {
    margin: 5px 5px;
    border: 1px solid #a0cfff;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-color: #79bbff;
    color: #fff;
    overflow: hidden;
}

.ppb-right {
    position: fixed;
    width: 300px;
    padding: 5px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
}

.ppb-center {
    position: fixed;
    top: 0px;
    left: 180px;
    right: 320px;
    bottom: 0px;
    padding: 20px;
    background-color: #eee;
    overflow: auto;
}

.ppd-board {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
}

.ppd-unit {
    position: absolute;
}

/* ------- 模板 --------
    模板 实例 样式
    如果与预览样式有冲突，可以在这里重写样式
*/
.ppd-board-d {
    position: relative;
    background-color: #fff;
}
/* ------- 模板 -------- */
