resource-edit-new.f679d79fe8170ad9e7b3.css 1.45 KB

.main {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ivu-card-head p {
  text-align: center;
}
.editor-container {
  width: 500px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #e4e4e4;
  overflow-x: hidden;
  overflow-y: scroll;
}
.button-container {
  width: 50%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.button-container button {
  margin: 10px;
}
.floor-item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: hidden;
}
.floor-image {
  width: 100%;
}
.floor-image img {
  width: 100%;
  float: left;
}
.floor-item:hover .floor-mask {
  display: block;
}
.floor-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 19;
}
.floor-mask .floor-edit-buttons {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  z-index: 20;
}
.floor-mask .floor-edit-buttons a {
  display: inline-block;
  width: 40px;
  box-sizing: border-box;
  background-color: gray;
  color: #fff;
  margin: 0 5px;
  float: left;
  text-align: center;
}