
#none .el-input.is-disabled .el-input__inner[data-v-10dfa794] {
  color: red!important;
}


.img_container[data-v-5b6d0bad]{
    text-align: center;
    font-size: 10px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.reminder[data-v-5b6d0bad]{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.close_container[data-v-5b6d0bad]{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    right: -8px;
    top: -8px;
}
.img_close[data-v-5b6d0bad]{
    font-size: 16px;
    color: white;
    position: absolute;
    left: 6px;
    top: 3px;
    cursor: pointer;
}

.house_info[data-v-ce5a6c62] {
  width: 100px;
  margin-right: 5px;
}
.add_btn[data-v-ce5a6c62] {
  font-size: 40px;
  position: relative;
  color: #8c8f99;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

