
/* batcode样式 */
.batcode-bg[data-v-ba3a6dd4] {
  position: relative;
  padding: 10px;
  background-color: #ff9600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 550px;
  height: 550px;
  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;
  font-family: '黑体', sans-serif;
  min-width: 550px;
}
.batcode-bg.bg-white[data-v-ba3a6dd4] {
  background-color: #FFFFFF;
}
.batcode-bg.is-small[data-v-ba3a6dd4] {
  width: 446px;
  height: 446px;
  min-width: 446px;
}
.batcode-hj-img[data-v-ba3a6dd4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(-10%, -6%);
          transform: translate(-10%, -6%);
  pointer-events: none;
}
.batcode-hj-img.PRODUCE[data-v-ba3a6dd4] {
  background-image: url(/static/images/manifest/cshj.png);
}
.batcode-hj-img.STORAGE[data-v-ba3a6dd4] {
  background-image: url(/static/images/manifest/zchj.png);
}
.batcode-hj-img.TRANSFER[data-v-ba3a6dd4] {
  background-image: url(/static/images/manifest/zyhj.png);
}
.batcode-hj-img.COLLECT_STORAGE[data-v-ba3a6dd4] {
  background-image: url(/static/images/manifest/sjzchj.png);
}
.batcode-hj-img.DISPOSE[data-v-ba3a6dd4] {
  background-image: url(/static/images/manifest/lyczhj.png);
}
.batcode-con[data-v-ba3a6dd4] {
  border: 4px solid #000;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  position: relative;
  z-index: 2;
  background: transparent;
}
.batcode-con > div[data-v-ba3a6dd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.batcode-con-title[data-v-ba3a6dd4] {
  border-bottom: 1px solid #000;
  height: 45px;
  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;
  font-size: 27px;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  font-weight: bold;
}
.batcode-row[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}
.batcode-row[data-v-ba3a6dd4]:last-child {
  border-bottom: 0;
}
.batcode-left[data-v-ba3a6dd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.batcode-right[data-v-ba3a6dd4] {
  position: relative;
  width: 143px;
  border-left: 1px solid #000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 0;
}
.batcode-right-title[data-v-ba3a6dd4] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  z-index: 1;
}
.batcode-right img[data-v-ba3a6dd4] {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}
.batcode-row-info[data-v-ba3a6dd4] {
  font-size: 15px;
  padding: 6px 10px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.batcode-bg.is-small .batcode-row-info[data-v-ba3a6dd4] {
  font-size: 13px;
}
.batcode-row-info[data-v-ba3a6dd4]:last-child {
  border-bottom: 0;
}
.batcode-row-row[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
.batcode-row-hart[data-v-ba3a6dd4] {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
}
.batcode-row-hart[data-v-ba3a6dd4]:nth-child(n+2) {
  border-left: 1px solid #000;
}
.batcode-bg.is-small .batcode-row-row .batcode-row-hart[data-v-ba3a6dd4]:first-child {
  width: 133px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.batcode-bg.is-small .batcode-row-hart[data-v-ba3a6dd4] {
  font-size: 13px;
}
.batcode-row-hart[data-v-ba3a6dd4]:last-child {
  border-right: 0;
  padding-right: 0;
}
.double-row > span[data-v-ba3a6dd4] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.batcode-bg.is-small .double-row > span[data-v-ba3a6dd4] {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.batcode-bg.is-small .double-row[data-v-ba3a6dd4] {
  min-height: 19px;
}
.sigle-row[data-v-ba3a6dd4] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.tag-code-img[data-v-ba3a6dd4] {
  padding: 5px;
  background: #fff;
}
.tag-code-img img[data-v-ba3a6dd4] {
  width: 120px;
  height: 120px;
}
.label-preview-container[data-v-ba3a6dd4] {
  padding: 20px;
  background-color: #f5f7fa;
  min-height: 100%;
}
.label-preview-header[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
}
.label-preview-header h3[data-v-ba3a6dd4] {
  margin: 0;
  font-size: 18px;
  color: #303133;
}
.preview-actions[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.zoom-value[data-v-ba3a6dd4] {
  padding: 0 10px;
  font-size: 14px;
  color: #606266;
}
.label-preview-content[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 20px 0;
}
.hazardous-waste-label[data-v-ba3a6dd4] {
  position: relative;
  padding: 10px;
  background-color: #ff9600;
  width: 550px;
  height: 550px;
  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;
  font-family: '黑体', sans-serif;
  min-width: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hazardous-waste-label.small-label[data-v-ba3a6dd4] {
  width: 446px;
  height: 446px;
  min-width: 446px;
}
.label-content[data-v-ba3a6dd4] {
  border: 4px solid #000;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  position: relative;
  background: transparent;
}
.label-content > div[data-v-ba3a6dd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.label-title[data-v-ba3a6dd4] {
  border-bottom: 1px solid #000;
  height: 45px;
  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;
  font-size: 27px;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  font-weight: bold;
}
.main-content[data-v-ba3a6dd4], .bottom-content[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}
.left-content[data-v-ba3a6dd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right-content[data-v-ba3a6dd4] {
  position: relative;
  width: 143px;
  border-left: 1px solid #000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 0;
}
.hazardous-waste-label.small-label .right-content[data-v-ba3a6dd4] {
  width: 120px;
}
.right-title[data-v-ba3a6dd4] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  z-index: 1;
}
.hazard-image[data-v-ba3a6dd4] {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}
.hazardous-waste-label.small-label .hazard-image[data-v-ba3a6dd4] {
  width: 120px;
  height: 120px;
}
.info-row[data-v-ba3a6dd4] {
  font-size: 15px;
  /* padding: 6px 10px; */
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.hazardous-waste-label.small-label .info-row[data-v-ba3a6dd4] {
  font-size: 13px;
}
.info-row[data-v-ba3a6dd4]:last-child {
  border-bottom: 0;
}
.info-row.double[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
.info-col[data-v-ba3a6dd4] {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
}
.hazardous-waste-label.small-label .info-col[data-v-ba3a6dd4] {
  font-size: 13px;
}
.info-col[data-v-ba3a6dd4]:nth-child(n+2) {
  border-left: 1px solid #000;
}
.hazardous-waste-label.small-label .info-row.double .info-col[data-v-ba3a6dd4]:first-child {
  width: 133px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.info-col[data-v-ba3a6dd4]:last-child {
  border-right: 0;
  padding-right: 0;
}
.info-item[data-v-ba3a6dd4] {
  font-size: 15px;
  padding: 6px 10px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
.hazardous-waste-label.small-label .info-item[data-v-ba3a6dd4] {
  font-size: 13px;
}
.info-item[data-v-ba3a6dd4]:last-child {
  border-bottom: 0;
}
.print-settings[data-v-ba3a6dd4] {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebeef5;
}
.print-settings-dialog .el-form-item[data-v-ba3a6dd4] {
  margin-bottom: 20px;
}
.print-settings-dialog .el-form-item__label[data-v-ba3a6dd4] {
  font-weight: normal;
}
.print-settings-dialog .el-form-item.is-required .el-form-item__label[data-v-ba3a6dd4]::before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
.print-settings-dialog .el-radio-group[data-v-ba3a6dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.print-settings-dialog .el-radio[data-v-ba3a6dd4] {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 28px;
  cursor: pointer;
  pointer-events: auto;
}
.print-settings-dialog .el-radio__label[data-v-ba3a6dd4] {
  padding-left: 8px;
  cursor: pointer;
  pointer-events: auto;
}
.print-settings-dialog .el-radio__input[data-v-ba3a6dd4] {
  cursor: pointer;
  pointer-events: auto;
}
.print-settings-dialog .el-input-number[data-v-ba3a6dd4] {
  pointer-events: auto;
}

