base[data-v-d925f336] {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
}
.upload-image[data-v-d925f336] {
  background-color: yellow;
}
.dropzone[data-v-d925f336] {
  position: relative;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*input 标签有默认的宽高border,outline*/
}
.dropzone .upload[data-v-d925f336] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
.dropzone .upload .upload-text[data-v-d925f336] {
  text-decoration: underline;
  margin: 0 10px;
  color: #2447F9;
}
.dropzone .upload .upload-icon[data-v-d925f336] {
  width: 26px;
  height: 24px;
}
.dropzone .upload .upload-icon-show[data-v-d925f336] {
  cursor: pointer;
}
.dropzone .uploaded-box[data-v-d925f336] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 100%;
  font-size: 16px;
}
.dropzone .uploaded-box .show-image[data-v-d925f336] {
  width: 50px;
  color: #2447F9;
  padding: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.dropzone .uploaded-box .show-image[data-v-d925f336]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.dropzone .uploaded-box .remove[data-v-d925f336] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  color: #fc5050;
  cursor: pointer;
}
.dropzone .uploaded-box .remove[data-v-d925f336]:hover {
  text-decoration: underline;
  color: #a4373a;
}
.dropzone .uploaded-box .image-name[data-v-d925f336] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .uploaded-box .upload-icon[data-v-d925f336] {
  width: 26px;
  height: 24px;
}
.dropzone .upload > input[data-v-d925f336] {
  position: absolute;
  top: 0;
  left: -40px;
  width: 150px;
  height: 100%;
  /*透明度为0*/
  opacity: 0;
  z-index: 100px;
  cursor: pointer;
}

.publish-work-box[data-v-4aaafe48] {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px 100px;
  min-width: 600px;
  min-height: 600px;
  border-radius: 20px;
}
.publish-work-box .back-button[data-v-4aaafe48] {
  position: absolute;
  top: 40px;
  left: 80px;
  z-index: 100;
  font-size: 18px;
  cursor: pointer;
  color: #2447F9;
}
.publish-work-box .back-button[data-v-4aaafe48]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.publish-work-box .submit-button[data-v-4aaafe48] {
  width: 260px;
  height: 40px;
}
.publish-work-box .sync-form[data-v-4aaafe48] {
  width: 100%;
  margin: 60px 40px 40px;
}
.publish-work-box .sync-form-item-timepicker[data-v-4aaafe48] {
  margin-bottom: 0;
  width: 50%;
}
.publish-work-box .sync-form-item .picker-box[data-v-4aaafe48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.publish-work-box .sync-form-item .end-date-picker[data-v-4aaafe48] {
  width: calc(100% - 10px);
}
.publish-work-box .sync-form-item .end-time-picker[data-v-4aaafe48] {
  width: calc(100% - 10px);
}
.publish-work-box .class-list-box[data-v-4aaafe48] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border: 1px solid #999;
  min-height: 40px;
}
.publish-work-box .class-list-box .class-tags[data-v-4aaafe48] {
  width: 1005;
}
.publish-work-box .class-list-box .class-tags .ant-tag[data-v-4aaafe48] {
  background-color: #D2EAE1 !important;
  font-size: 14px !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #333 !important;
  margin: 5px !important;
}
.publish-work-box .class-list-box .add-class-btn[data-v-4aaafe48] {
  color: #2447F9;
}
.publish-work-box .check-classes[data-v-4aaafe48] {
  width: 80px;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  color: #2447F9;
}
.publish-work-box .check-classes[data-v-4aaafe48]:hover {
  text-decoration: underline;
  color: #2447F9;
}

