
.nb-form-container[data-v-467c4049] {
  box-sizing: border-box;  
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: relative;
  background-color: #fff;
  height: calc(100% - 60px);
}
.nb-form-header[data-v-467c4049] {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 40px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.nb-form-main[data-v-467c4049] {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: #fff;
}


[data-v-5074fe4d] .ep-upload {
  width: 100px;
  height: 100px;
}
.avatar-uploader[data-v-5074fe4d] {
  width: 100px;
  height: 100px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-uploader-icon[data-v-5074fe4d] {
  line-height: 100px;
  width: 100px;
  height: 100px;
  font-size: 20px;
  color: #ccc;
}
.avatar-uploader[data-v-5074fe4d]:hover {
  border: 1px dashed #409eff;
}
.imgStyle[data-v-5074fe4d] {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.imgBox[data-v-5074fe4d] {
  margin-right: 10px;
}
.imgBox:hover .overlay[data-v-5074fe4d] {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay[data-v-5074fe4d] {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}

/* 不同的尺寸 */
/* 不同的尺寸 */
.large[data-v-5074fe4d] {
  width: 200px;
  height: 200px;
}
.default[data-v-5074fe4d] {
  width: 150px;
  height: 150px;
}
.small[data-v-5074fe4d] {
  width: 100px;
  height: 100px;
}
.less[data-v-5074fe4d] {
  width: 60px;
  height: 60px;
}
.el-icon-loading[data-v-5074fe4d] {
  font-size: 20px;
  color: #409EFF;
}


/* 保留特定样式 */
.coefficient-container[data-v-4144002d] {
  display: flex;
  align-items: center;
}
.coefficient-container .el-input-number[data-v-4144002d] {
  margin-left: 16px;
}
.operation-buttons[data-v-4144002d] {
  margin-bottom: 16px;
}
.operation-buttons .el-button + .el-button[data-v-4144002d] {
  margin-left: 16px;
}
.prize-image[data-v-4144002d] {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-tip[data-v-4144002d] {
  margin-top: 8px;
  color: #909399;
  font-size: 12px;
}

/* 隐藏嵌套的 form-item 的标签 */
.hidden-label[data-v-4144002d] .el-form-item__label {
  display: none;
}

