.release-info {
  color: #333;
}
.release-info .release-info-main {
  padding: 0 30px 50px 30px;
  background: #fff;
}
.release-info .title {
  margin-bottom: 20px;
  padding: 30px 0 20px 15px;
  border-bottom: 1px solid #d1d3e2;
}
.release-info .title-input {
  width: 360px;
}
.release-info .form-item-handle {
  padding-top: 30px;
  border-top: 1px solid #d1d3e2;
}
.release-info .el-button {
  padding: 10px 30px;
}
.release-info .el-button.button-text {
  padding: 8px 12px;
}
.release-info .el-button.set-email {
  padding: 8px 0;
}
.release-info .of-flex {
  display: flex;
  align-items: center;
}
.release-info .item-select {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #d8dce6;
  cursor: pointer;
}
.release-info .item-select.active {
  color: #427bd4;
  border-color: #427bd4;
}
.release-info .item-tips {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.release-info .of-color-red {
  color: #d81717;
}
.release-info .image-upload-panel {
  display: flex;
  flex-wrap: wrap;
}
.release-info .image-item {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.release-info .image-item img {
  width: 100%;
}
.release-info .image-del {
  position: absolute;
  top: -10px;
  right: -10px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.release-info .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.release-info .img-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}

