
[data-v-da15e874] .symbols-dialog .el-dialog__header {
  padding: 20px 20px 10px;
  text-align: center;
}
[data-v-da15e874] .symbols-dialog .el-dialog__title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
[data-v-da15e874] .symbols-dialog .el-dialog__body {
  padding: 20px;
}
[data-v-da15e874] .symbols-dialog .el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
}
.symbols-grid[data-v-da15e874] {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  padding: 10px 0;
}
.symbol-item[data-v-da15e874] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: none;
  font-size: 18px;
  color: #4a4a4a;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  border-radius: 2px;
}
.symbol-item[data-v-da15e874]:hover {
  background-color: #f0f0f0;
  transform: scale(1.1);
}
.symbol-item[data-v-da15e874]:active {
  transform: scale(0.95);
  background-color: #e0e0e0;
}
.dialog-footer[data-v-da15e874] {
  text-align: right;
}
/* 移动端 van-popup 样式 */
.symbols-popup[data-v-da15e874] {
  padding: 16px 16px 24px;
}
.symbols-popup__header[data-v-da15e874] {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  color: #333;
}
.symbols-popup__footer[data-v-da15e874] {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.symbols-popup__close[data-v-da15e874] {
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #dcdfe6;
  text-align: center;
  font-size: 14px;
  color: #606266;
}

.online-stamp[data-v-5bc0f507] {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 80px;
}
.online-stamp__left[data-v-5bc0f507] {
  width: 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.online-stamp__right[data-v-5bc0f507] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.section-templates[data-v-5bc0f507] {
  padding-bottom: 20px;
}
.section[data-v-5bc0f507] {
  margin-bottom: 24px;
}
.section .el-form[data-v-5bc0f507] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.section .el-form[data-v-5bc0f507] .el-form-item__label {
  padding-bottom: 0;
  line-height: 20px;
}
.section .el-form-item[data-v-5bc0f507] {
  margin-bottom: 0;
}
.section .el-form-item[data-v-5bc0f507]:nth-child(1) {
  width: calc(50% - 24px);
}
.section .el-form-item[data-v-5bc0f507]:nth-child(1) .el-form-item__content {
  display: flex;
  align-items: center;
}
.section .el-form-item[data-v-5bc0f507]:nth-child(1) .el-form-item__content .el-button {
  margin-left: 5px;
}
.section .el-form-item:nth-child(1) .el-input[data-v-5bc0f507] {
  flex: 1;
}
.section .el-form-item[data-v-5bc0f507]:nth-child(2) {
  width: calc(25% - 12px);
}
.section .el-form-item[data-v-5bc0f507]:nth-child(3) {
  width: calc(25% - 12px);
}
.section .el-form-item[data-v-5bc0f507]:nth-child(4) {
  width: 100%;
}
.section .el-form-item[data-v-5bc0f507]:nth-child(4) .el-form-item__content {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.section .el-form-item[data-v-5bc0f507] .el-input .el-input__inner,
.section .el-form-item[data-v-5bc0f507] .el-input .el-input__wrapper {
  height: 32px;
  line-height: 32px;
}
.section .el-form-item[data-v-5bc0f507] .el-select .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.section .el-form-item .el-select[data-v-5bc0f507] {
  width: 100%;
}
.section .el-form-item:last-child .el-form-item__content[data-v-5bc0f507] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title[data-v-5bc0f507] {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 12px;
}
.section-row[data-v-5bc0f507] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.section-row[data-v-5bc0f507]:last-child {
  margin-bottom: 0;
}
.section-label[data-v-5bc0f507] {
  min-width: 60px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  margin-right: 12px;
}
.section-input[data-v-5bc0f507] {
  flex: 1;
}
.options-row[data-v-5bc0f507] {
  justify-content: flex-start;
}
.options-row .section-label[data-v-5bc0f507] {
  display: none;
}
.options-select[data-v-5bc0f507] {
  width: 50%;
}
.rotation-row[data-v-5bc0f507] {
  flex-direction: column;
  align-items: flex-start;
}
.rotation-row .section-label[data-v-5bc0f507] {
  margin-bottom: 8px;
}
.rotation-slider[data-v-5bc0f507] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rotation-slider .el-slider[data-v-5bc0f507] {
  flex: 1;
}
.rotation-percent[data-v-5bc0f507] {
  width: 48px;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.templates-grid[data-v-5bc0f507] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 12px;
}
.template-item[data-v-5bc0f507] {
  border-radius: 4px;
  background: #f4f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 74px;
}
.template-item img[data-v-5bc0f507] {
  width: 54px;
}
.template-item[data-v-5bc0f507]:hover {
  border-color: #3b89ff;
  box-shadow: 0 0 0 1px #3b89ff;
}
.template-item.active[data-v-5bc0f507] {
  border-color: #1063f1;
  box-shadow: 0 0 0 1px #1063f1;
}
.template-preview[data-v-5bc0f507] {
  position: relative;
  width: 56px;
  height: 56px;
}
.template-circle[data-v-5bc0f507] {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #1063f1;
}
.template-circle.outer[data-v-5bc0f507] {
  inset: 0;
}
.template-circle.inner[data-v-5bc0f507] {
  inset: 10px;
}
.template-center-text[data-v-5bc0f507] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 8px;
  line-height: 1.2;
  color: #1063f1;
}
.preview-board[data-v-5bc0f507] {
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px dashed #c9cdd4;
}
.preview-canvas[data-v-5bc0f507] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.action-row[data-v-5bc0f507] {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn[data-v-5bc0f507] {
  padding: 10px 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
}
.clear-btn[data-v-5bc0f507] {
  border-color: #3b89ff;
  color: #3b89ff;
  background: #ffffff;
}
.download-btn[data-v-5bc0f507] {
  background: #1063f1;
  border-color: #1063f1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
.online-stamp[data-v-5bc0f507] {
    flex-direction: column;
    gap: 20px;
}
.online-stamp__left[data-v-5bc0f507] {
    max-height: fit-content;
    overflow-y: unset;
    width: 100%;
}
.online-stamp__left .section[data-v-5bc0f507] {
    padding: 8px 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}
.online-stamp__left .section .el-form[data-v-5bc0f507] {
    flex-direction: column;
}
.online-stamp__left .section .el-form .el-form-item[data-v-5bc0f507] {
    width: 100%;
}
.online-stamp__right[data-v-5bc0f507] {
    width: 100%;
    display: block;
}
}

