
[data-v-0b45f1b8] .el-upload {
  width: 100%;
}
[data-v-0b45f1b8] .el-upload .el-upload-dragger {
  width: 100%;
}

.table[data-v-a349fe98] {
  margin-top: 20px;
  min-width: 1200px;
  max-width: 1600px;
  margin: 0 auto;
}

.image-container[data-v-eec0056e] {
  display: flex;
  flex-wrap: wrap;
}
.image-item[data-v-eec0056e] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image-wrapper[data-v-eec0056e] {
  width: 150px;
  height: 150px;
  position: relative;
}
.image-element[data-v-eec0056e] {
  width: 100%;
  height: 100%;
}
.image-hover-buttons[data-v-eec0056e] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 150px;
  width: 124px;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  line-height: 150px;
  padding-left: 26px;
  color: #fff;
  font-size: 18px;
}
.image-wrapper:hover .image-hover-buttons[data-v-eec0056e] {
  opacity: 1;
}
.image-button[data-v-eec0056e] {
  cursor: pointer;
}
.image-button[data-v-eec0056e]:first-child {
  margin-right: 20px;
  margin-left: 20px;
}


.inputVerifyTip .el-input__inner[data-v-e76e7a26] {
  width: 200px !important;
  border-radius: 0;
  height: 45px;
  box-shadow: none;
  font-size: 14px;
  padding: 0 15px !important;
  background: #000000;
}

[data-v-5f7f0bf8]:deep(.el-form-item__label) {
  font-weight: bold !important;
}
.file-list-item-new[data-v-5f7f0bf8] {
  background: #f7f8fa;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  font-size: 12px;
  border: #dcdfe6 solid 1px;
}
.file-list-item-existing[data-v-5f7f0bf8] {
  background: #f7f8fa;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  font-size: 12px;
  color: #1854b4;
  border: #dcdfe6 solid 1px;
}
.file-list-item-existing .file-name[data-v-5f7f0bf8] {
    cursor: pointer;
}
.feedback-container[data-v-5f7f0bf8] {
  max-width: 900px;
  margin: 10px auto 0;
  padding: 2rem;
  background-color: #e8f0fe;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.feedback-header[data-v-5f7f0bf8] {
  margin-bottom: 2rem;
  text-align: center;
}
.feedback-title[data-v-5f7f0bf8] {
  font-size: 2rem;
  font-weight: 600;
  color: #303133;
  margin-bottom: 0.5rem;
}
.feedback-subtitle[data-v-5f7f0bf8] {
  font-size: 1rem;
  color: #909399;
  margin: 0;
}
.feedback-form[data-v-5f7f0bf8] {
  margin-top: 1.5rem;
}
.form-grid[data-v-5f7f0bf8] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
.form-grid[data-v-5f7f0bf8] {
      grid-template-columns: 1fr;
}
}
.form-column[data-v-5f7f0bf8] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.full-width[data-v-5f7f0bf8] {
  width: 100%;
}
.editor-container[data-v-5f7f0bf8] {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  width: 100%;
}
.attachment-section[data-v-5f7f0bf8] {
  width: 100%;
}
.upload-section[data-v-5f7f0bf8] {
  margin-top: 1rem;
  border: 1px dashed #dcdfe6;
  border-radius: 6px;
  padding: 1.5rem;
  background-color: #f5f7fa;
}
[data-v-5f7f0bf8] .el-upload {
  width: 100%;
}
[data-v-5f7f0bf8] .el-upload-dragger {
  width: 100%;
}
.file-list[data-v-5f7f0bf8] {
  margin-top: 1rem;
}
.file-item[data-v-5f7f0bf8] {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  border: 1px solid #ebeef5;
}
.file-item .el-icon[data-v-5f7f0bf8] {
    margin-right: 0.5rem;
    color: #909399;
}
.file-item .file-name[data-v-5f7f0bf8] {
    flex: 1;
    font-size: 0.9rem;
}
.file-item .delete-icon[data-v-5f7f0bf8] {
    cursor: pointer;
    color: #f56c6c;
}
.file-item .delete-icon[data-v-5f7f0bf8]:hover {
      color: #f78989;
}
.form-actions[data-v-5f7f0bf8] {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.el-upload__tip[data-v-5f7f0bf8] {
  font-size: 0.8rem;
  color: #909399;
  text-align: center;
  margin-top: 0.5rem;
}
[data-v-5f7f0bf8]:deep(.el-form-item__label) {
  font-weight: 500;
  color: #606266;
}

