index.css 1.69 KB
@import url(./reset.css);
@import url(./element-ui.css);
@import url(./global.css);
.base-analysis {
    width: 100%;
    height: calc(100% - 148px)
}


/* 生成图片栏 */

.heatmap-img-div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inside-bg-box {
    margin: 0 auto;
}

.inside-bg-box:after,
.inside-bg-box:before {
    content: '';
    display: table;
}

.inside-bg-box:after {
    clear: both;
}

#addImage .el-dialog__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#addImage .el-dialog__body {
    height: calc(100% - 45px)
}

#addImage .el-dialog__body .img-list-scrollbar {
    height: calc(100% - 150px);
}

.personinfo-wrapper .el-form-item__content {
    width: 330px !important;
}

.inside-bg-item {
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


/* .inside-bg-item:nth-child(2n) {
  margin-left: 10px;
  margin-right: 10px;
} */

.inside-bg-item+.inside-bg-item {
    margin-left: 1%;
}

.inside-bg-item:nth-child(3n-2) {
    margin-left: 0;
}

.area-img {
    height: auto;
    vertical-align: top;
    width: 100%;
}

.floor_list {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.floor_list li {
    position: relative;
    width: 100%;
    color: #2674E9;
    border: 1px solid #2674E9;
    background-color: #fff;
    padding: 5px 2px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 2px;
}

.floor_list li:hover {
    background-color: #F5F7FA;
}

.floor_list li.active {
    background-color: #2674E9;
    color: #fff;
}

.floor_list li.all {
    background-color: #2674E9;
    color: #fff;
    cursor: auto;
}