index.css 751 Bytes
@import url(./reset.css);
@import url(./element-ui.css);
@import url(./global.css);

.base-analysis {
  width: 100%;
}
/* 生成图片栏 */
.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;
}

.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%;
}