.img_block {
  width: 135px;
  height: 135px;
  line-height: 135px;
  position: relative;
  border-radius: 10px;
  border: 1px dashed #dddddd;
  overflow: hidden;
}
.deleico {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0);
}
.deleico:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.img_style {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article_avatar-uploader .el-upload--picture-card {
  width: 135px !important;
  height: 135px !important;
  line-height: 135px !important;
}
.article_box-card {
  margin-bottom: 10px;
}
.article_box-card .el-card__body {
  overflow: hidden;
}
.user_icon {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 20px;
}
.user_icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user_message {
  width: calc(100% - 85px);
  float: left;
}
.user_message h6 {
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.user_message .title_date {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777;
  margin-left: 20px;
}
.user_message p {
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
}
.article_box-card {
  margin-bottom: 10px;
}
.article_box-card .el-card__body {
  overflow: hidden;
}
