.position-detail-container { padding: 20px; width: 88% !important; margin: 0 0 0 170px; } .header-container { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .header-actions { display: flex; gap: 10px; } .detail-content { display: flex; gap: 20px; } .detail-card { flex: 2; } .status-cards { flex: 1; display: flex; flex-direction: column; gap: 20px; } .section-title { display: flex; align-items: center; margin-bottom: 20px; font-weight: bold; color: #333; position: relative; } .section-line { width: 4px; height: 16px; background-color: #67C23A; margin-right: 8px; } .edit-btn { position: absolute; right: 0; color: #67C23A; } .detail-item { display: flex; margin-bottom: 20px; line-height: 1.5; align-items: center; } .detail-label { width: 120px; color: #606266; font-weight: 500; } .detail-value { flex: 1; color: #303133; } .html-content { max-height: 300px; overflow-y: auto; padding: 10px; /* background-color: #f9f9f9; */ border-radius: 4px; } .benefit-tag { margin-right: 8px; margin-bottom: 8px; } .status-switch { display: flex; align-items: center; gap: 10px; } .status-text { font-size: 14px; color: #303133; } .usage-content { display: flex; align-items: center; margin-top: 10px; } .usage-label { width: 80px; color: #606266; } .usage-value { color: #303133; font-weight: 500; } .process-steps { margin-top: 20px; } .process-step { display: flex; align-items: flex-start; margin-bottom: 15px; } .step-number { width: 24px; height: 24px; border-radius: 50%; background-color: #67C23A; color: white; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-size: 14px; } .step-content { flex: 1; } .step-title { font-weight: 500; color: #303133; margin-bottom: 4px; } .step-desc { font-size: 12px; color: #909399; } .process-step.disabled .step-number { background-color: #909399; } .process-step.disabled .step-title, .process-step.disabled .step-desc { color: #C0C4CC; } /* 招聘流程编辑对话框样式 */ .process-dialog-content { max-height: 400px; overflow-y: auto; } .process-edit-item { display: flex; align-items: center; padding: 15px; border-radius: 4px; margin-bottom: 10px; background-color: #f5f7fa; position: relative; } .process-edit-item.highlight { background-color: #f0f9eb; border: 1px solid #e1f3d8; } .process-number { width: 24px; height: 24px; border-radius: 50%; background-color: #67C23A; color: white; display: flex; align-items: center; justify-content: center; margin-right: 15px; } .process-edit-content { flex: 1; } .process-edit-desc { font-size: 12px; color: #909399; margin-top: 4px; } .process-edit-btn{ display: flex; flex-direction: column; align-items: center; } .delete-btn { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } /* 添加在每个步骤上方的加号按钮样式 */ .add-process-btn-top { display: flex; justify-content: center; margin-bottom: 5px; } .add-process-btn-top .el-button { color: #67C23A; padding: 5px; } /* 确保原有的底部加号按钮样式保持不变 */ .add-process-btn { display: flex; justify-content: center; margin-top: 15px; } .add-process-btn .el-button { color: #67C23A; } /* 流程步骤选项菜单 */ .process-options-menu { position: absolute; background-color: white; border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); padding: 20px 0 8px; z-index: 2000; max-height: 300px; overflow-y: auto; width: 150px; .close-btn { position: absolute; top: 5px; right: 5px; cursor: pointer; padding: 4px; border-radius: 50%; transition: background-color 0.3s; .el-icon { font-size: 16px; color: #909399; } } } .process-option-item { padding: 8px 16px; cursor: pointer; font-size: 14px; color: #606266; } .process-option-item:hover { background-color: #f5f7fa; color: #67C23A; } /* AI视频抽屉样式 */ .ai-video-drawer { --el-drawer-padding-primary: 0; } .ai-video-steps { display: flex; align-items: center; justify-content: center; padding: 20px 0; border-bottom: 1px solid #e4e7ed; background-color: #fff; } .step-item { display: flex; align-items: center; color: #a6a6a6; position: relative; z-index: 1; cursor: pointer; transition: all 0.3s; } .step-item:hover { color: #0017ab; } .step-item:hover .step-number { border-color: #0017ab; } .step-number { width: 30px; height: 30px; border-radius: 50%; background-color: #f5f7fa; color: #909399; border: 1px solid #dcdfe6; display: flex; align-items: center; justify-content: center; /* margin-bottom: 8px; */ font-weight: bold; } .step-item.active .step-number { background-color: #0017ab; color: white; border-color: #0017ab; } .active-title{ color:#000000 !important; } .step-line { width: 25%; height: 1px; background-color: #e4e7ed; margin: 0 15px; position: relative; /* top: -15px; */ } .step-line.active-line { background-color: #0017ab; } .step-title { color: #a6a6a6; font-size: 14px; } .ai-video-content { padding: 20px; height: calc(100% - 120px); /* 减去header和footer高度 */ overflow-y: auto; } .ai-video-options-header{ display: flex; justify-content: space-between; align-items: center; } .custom-btn{ background-color: #0017ab; color: #fff; border-color: #0017ab; } .drawer-footer { padding: 10px 20px; text-align: right; border-top: 1px solid #e4e7ed; position: absolute; bottom: 0; left: 0; right: 0; background-color: white; } /* 步骤1:考察能力样式 */ .option-tip { margin-bottom: 15px; color: #606266; } .new-feature-tip { background-color: #f0f9eb; padding: 10px; border-radius: 4px; margin-bottom: 20px; font-size: 14px; color: #606266; line-height: 1.5; } .new-tag { display: inline-block; background-color: #f56c6c; color: white; padding: 2px 6px; border-radius: 4px; font-size: 12px; margin-right: 5px; } .ability-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .ability-label { font-size: 14px; color: #606266; } /* 步骤2:面试题目样式 */ .interview-settings { width: 100%; } .interview-header { display: flex; align-items: flex-start; margin-bottom: 20px; flex-direction: column; } .interview-content{ display: flex; justify-content: space-around; align-items: flex-start; } .interview-duration { display: flex; align-items: center; } .duration-value { font-weight: bold; margin: 0 10px; } .duration-tip { color: #909399; font-size: 12px; } .interview-mode { display: flex; align-items: center; margin-bottom: 20px; } .mode-value { font-weight: bold; margin: 0 10px; } .interview-questions-container { width: 85%; min-height: 200px; /* border: 1px dashed #dcdfe6; */ border-radius: 4px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; } .no-questions { text-align: center; color: #909399; } .ai-tip { font-size: 12px; color: #c0c4cc; margin: 5px 0; } .auto-generate-btn { background-color: #ed7d31; border-color: #ed7d31; margin-top: 15px; } .multi-dimension-questions { width: 30%; margin-top: 30px; } .dimension-title { font-weight: bold; margin-bottom: 15px; } .dimension-list { display: flex; flex-direction: column; gap: 10px; } /* .dimension-item { } */ .dimension-header { display: flex; align-items: center; justify-content: space-between; } .expand-icon { cursor: pointer; } /* 步骤3:系统设置样式 */ .system-settings { width: 100%; .setting-item{ border: 1px solid #ebeef5; border-radius: 30px; display: flex; justify-content: space-around; align-items: center; } } .setting-section { padding: 20px; .section-header { font-size: 16px; font-weight: 500; margin-bottom: 20px; color: #333; } .interviewer-avatars { display: flex; gap: 20px; margin-bottom: 30px; .avatar-item { cursor: pointer; text-align: center; .avatar-wrapper { display: flex; flex-direction: column; align-items: center; width: 80px; } .avatar-circle { width: 60px; height: 60px; border-radius: 50%; border: 3px solid transparent; overflow: hidden; transition: all 0.3s ease; &.selected { border-color: #0419a3; } img { width: 100%; height: 100%; object-fit: cover; } } .avatar-name { margin-top: 8px; font-size: 14px; color: #333; width: 100%; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } &:hover { .avatar-circle { border-color: #0419a3; opacity: 0.8; } } } } } .rank-settings { display: flex; align-items: center; margin-bottom: 15px; } .rank-range { display: flex; align-items: center; margin-right: 30px; } .range-inputs { display: flex; align-items: center; margin-left: 10px; } .percent-input { width: 80px; } .score-display { display: flex; align-items: center; } .score-range { margin-left: 10px; color: #67C23A; } .add-rank-btn { margin-top: 10px; } .validity-setting { display: flex; align-items: center; margin-bottom: 10px; } .validity-label { margin-left: 10px; } .validity-tip { font-size: 12px; color: #909399; margin-top: 5px; } .model-select { width: 200px; } @media (max-width: 768px) { .ability-options { grid-template-columns: repeat(2, 1fr); } .step-line { width: 50px; } } @media (max-width: 480px) { .ability-options { grid-template-columns: 1fr; } .interview-header { flex-direction: column; align-items: flex-start; } .interview-actions { margin-top: 10px; } .rank-settings { flex-direction: column; align-items: flex-start; } .rank-range { margin-bottom: 10px; } } /* 视频宣讲弹窗样式 */ .video-lecture-form { padding: 20px 0; } .form-item { margin-bottom: 20px; } .form-label { font-weight: 500; margin-bottom: 8px; color: #606266; } .video-uploader { width: 100%; } .upload-area { width: 100%; height: 120px; border: 1px dashed #d9d9d9; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.3s; } .upload-area:hover { border-color: #67C23A; } .upload-text { color: #909399; font-size: 12px; margin-top: 8px; } .el-icon { font-size: 24px; color: #909399; } /* AI实时对话抽屉样式 */ .ai-chat-drawer { --el-drawer-padding-primary: 0; } .ai-chat-content { padding: 20px; height: calc(100% - 120px); overflow-y: auto; } .chat-settings { margin-bottom: 30px; } .chat-actions { display: flex; gap: 10px; margin: 20px 0; } .chat-questions { margin-top: 20px; min-height: 200px; border: 1px dashed #dcdfe6; border-radius: 4px; } .empty-questions { height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #909399; } .tip-text { font-size: 12px; color: #c0c4cc; margin-top: 8px; } .question-list { padding: 16px; /* background: #f5f7fa; */ border-radius: 8px; min-height: 200px; } .question-card { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 16px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05); } .drag-handle{ display: flex; justify-content: center; .dorp{ width: 30px; height: 30px; cursor: pointer; } } .question-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; } .question-title { display: flex; align-items: center; gap: 10px; } .question-number { color: #333; font-weight: 500; } .question-actions { display: flex; align-items: center; gap: 20px; } .weight-control, .answer-limit { display: flex; align-items: center; gap: 8px; } .weight-label, .answer-label { color: #606266; font-size: 14px; white-space: nowrap; } :deep(.el-input-number) { width: 100px; } :deep(.el-select) { width: 120px; } .question-info { border-bottom: 1px solid #e4e7ed; /* background: #f8f9fa; */ padding: 15px; border-radius: 4px; } .question-info .info-item{ color: #a6a6a6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .info-item { margin-bottom: 12px; line-height: 1.6; } .info-item:last-child { margin-bottom: 0; } .info-label { color: #909399; margin-right: 8px; font-weight: 500; } /* 问题编辑弹框样式 */ .question-form { padding: 20px 0; } .form-item { margin-bottom: 20px; } .form-label { font-weight: 500; margin-bottom: 8px; color: #606266; display: flex; align-items: center; } .required { color: #f56c6c; margin-left: 4px; } .full-width { width: 100%; } :deep(.el-input__count) { background: transparent; } :deep(.el-textarea__count) { background: transparent; } /* 资料收集对话框样式 */ .data-collection-form { padding: 20px; } /* 表单项样式 */ .form-item { margin-bottom: 24px; } /* 表单标签样式 */ .form-label { font-size: 14px; color: #333; font-weight: 500; margin-bottom: 12px; display: flex; align-items: center; } /* 必填星号样式 */ .required { color: #ff4d4f; margin-left: 4px; font-size: 14px; } /* 开关样式 */ :deep(.el-switch) { margin-top: 8px; } /* 问题列表容器样式 */ .question-list { width: 800px; height: 550px; overflow-y: scroll; margin-top: 12px; /* border: 1px solid #e4e7ed; */ border-radius: 4px; padding: 16px; /* background-color: #f8f9fa; */ } /* 问题项样式 */ .question-item { margin-bottom: 16px; display: flex; align-items: center; flex-direction: column; } /* 复选框组样式 */ :deep(.el-checkbox-group) { display: flex; flex-direction: column; gap: 16px; } /* 复选框样式 */ :deep(.el-checkbox) { margin-right: 0; height: auto; } /* 复选框标签样式 */ :deep(.el-checkbox__label) { font-size: 14px; color: #606266; } .data-collection-dialog { .data-collection-form { padding: 0; } .question-list { padding: 0; } .question-item { border: 1px solid #DCDFE6; border-radius: 4px; margin-bottom: 16px; overflow: hidden; } .question-header { background: #F5F7FA; padding: 12px 16px; border-bottom: 1px solid #DCDFE6; display: flex; justify-content: space-between; align-items: center; } .question-title { font-size: 14px; color: #303133; } .question-type { display: flex; align-items: center; gap: 4px; color: #909399; font-size: 14px; cursor: pointer; .el-icon { font-size: 12px; } } .question-content { padding: 16px; } .user-answer { color: #909399; font-size: 14px; margin-bottom: 16px; } .question-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #EBEEF5; } .action-left { display: flex; align-items: center; gap: 8px; .action-text { font-size: 14px; color: #606266; } } .action-right { display: flex; gap: 16px; .action-icon { font-size: 16px; color: #909399; cursor: pointer; &:hover { color: #409EFF; } } } .question-settings { display: flex; gap: 24px; } .setting-item { display: flex; align-items: center; gap: 8px; span { font-size: 14px; color: #606266; } } .add-question { margin-top: 24px; text-align: center; } } /* 简历收集对话框样式 */ .resume-collection-dialog { .resume-collection-form { padding: 20px 0; } .switch-label { margin-left: 10px; font-size: 14px; color: #606266; } .resume-preview { margin-top: 20px; border: 1px solid #e4e7ed; border-radius: 4px; } .preview-title { padding: 10px 15px; background-color: #f5f7fa; border-bottom: 1px solid #e4e7ed; font-weight: 500; color: #606266; } .preview-content { padding: 15px; } .preview-item { display: flex; align-items: center; margin-bottom: 15px; } .item-label { width: 80px; color: #606266; } .item-input { flex: 1; height: 32px; background-color: #f5f7fa; border: 1px solid #dcdfe6; border-radius: 4px; } .item-upload { flex: 1; height: 60px; background-color: #f5f7fa; border: 1px dashed #dcdfe6; border-radius: 4px; display: flex; align-items: center; justify-content: center; } .item-required { color: #f56c6c; margin-left: 5px; } } /* 添加代码测试对话框样式 */ .code-test-dialog { .code-test-form { padding: 20px 0; } .switch-label { margin-left: 10px; font-size: 14px; color: #606266; } .test-paper-selector { margin-top: 10px; } .empty-paper { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px dashed #dcdfe6; border-radius: 4px; background-color: #f8f9fa; } .tip-text { margin-top: 10px; font-size: 12px; color: #909399; } .selected-paper { display: flex; justify-content: space-between; align-items: center; padding: 15px; border: 1px solid #dcdfe6; border-radius: 4px; background-color: #f8f9fa; } .paper-info { flex: 1; } .paper-title { font-weight: 500; color: #303133; margin-bottom: 5px; } .paper-meta { display: flex; gap: 15px; font-size: 12px; color: #909399; } .paper-actions { display: flex; gap: 10px; } } /* 添加打字测试对话框样式 */ .typing-test-dialog { .typing-test-form { padding: 20px; } .form-item { margin-bottom: 24px; position: relative; } .form-label { font-weight: 500; margin-bottom: 12px; color: #606266; font-size: 14px; } .article-selection { margin-top: 10px; } .add-article-btn { display: flex; align-items: center; gap: 5px; font-size: 13px; } .time-input-container { display: flex; align-items: center; } .time-input { width: 120px; } .time-unit { margin-left: 10px; color: #606266; } .preview-uploader { width: 100px; } .upload-area { width: 100px; height: 100px; border: 1px dashed #d9d9d9; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.3s; } .upload-area:hover { border-color: #67C23A; } .upload-text { color: #909399; font-size: 12px; margin-top: 8px; } .notes-counter { position: absolute; right: 10px; bottom: -20px; font-size: 12px; color: #909399; } .criteria-options { display: flex; gap: 20px; } /* 添加以下新样式 */ :deep(.el-radio) { margin-right: 30px; } :deep(.el-radio__label) { font-size: 14px; } :deep(.el-textarea) { margin-bottom: 5px; } :deep(.el-checkbox__label) { font-size: 14px; } :deep(.el-input) { width: auto; } } .title-edit-container { display: flex; align-items: flex-start; gap: 10px; flex-direction: column; } .edit-title-btn { color: #67C23A; } /* 职位名称编辑相关样式 */ .edit-title-btn { margin-left: 10px; font-size: 14px; color: #409EFF; } .title-edit-container { flex: 1; } .title-edit-actions { display: flex; justify-content: flex-end; margin-top: 10px; gap: 10px; } /* 确保在编辑模式下输入框有足够的宽度 */ .title-edit-container :deep(.el-input) { width: 100%; } .competency-tag { margin-right: 8px; margin-bottom: 8px; } .info-icon { margin-left: 4px; font-size: 14px; color: #909399; float: right; } :deep(.el-checkbox-group) { display: flex; flex-wrap: wrap; gap: 12px; } :deep(.el-checkbox) { margin-right: 0; } .recommended-dimensions, .optional-dimensions, .custom-dimensions { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 24px; } .recommended-dimensions h3, .optional-dimensions h3, .custom-dimensions h3 { font-size: 16px; color: #333; margin-bottom: 16px; font-weight: 500; } .dimension-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; } .ability-label { display: flex; align-items: center; gap: 8px; } .ability-label .sheng{ position: absolute; right: 0; bottom:0; width: 30px; height: 30px; } .ability-label span { font-size: 14px; color: #333; } .ability-label .el-icon { color: #909399; font-size: 16px; cursor: help; } .custom-dimension-input { display: flex; flex-direction: column; gap: 16px; } .custom-dimension-input .el-input { width: 100%; } .custom-dimension-input .el-textarea { margin-top: 8px; } .el-checkbox { margin-right: 0; margin-bottom: 0; padding: 12px; border: 1px solid #EBEEF5; border-radius: 4px; transition: all 0.3s; } .el-checkbox:hover { background: #F5F7FA; } .el-checkbox.is-checked { /* background: #F0F9FF; border-color: #409EFF; */ } .el-checkbox.is-checked.el-checkbox__inner{ background-color: #0017ab; } .new-feature-tip { background: #FFF7E6; border-radius: 4px; padding: 12px; margin-bottom: 20px; display: flex; align-items: center; } .new-tag { background: #FF9800; color: white; padding: 2px 6px; border-radius: 4px; font-size: 12px; margin-right: 8px; } .dimension-form { display: flex; flex-direction: column; gap: 16px; } .dimension-row { display: flex; gap: 16px; } .dimension-input { display: flex; align-items: center; /* flex: 1; */ } .dimension-actions { display: flex; justify-content: space-between; align-items: center; } .input-label { width: 80px; font-weight: 500; color: #606266; } .multi-dimension-questions { padding: 10px; background-color: #f2f2f2; border-radius: 10px; .dimension-title { font-size: 16px; font-weight: 500; margin-bottom: 16px; } .dimension-list { .dimension-item { border-radius: 4px; display: flex; justify-content: space-between; align-items: center; border-radius: 4px; margin-bottom: 12px; .sheng{ position: absolute; right: 0; bottom:0; width: 30px; height: 30px; } .dimension-header { border: 1px solid #dcdfe6; position: relative; width: 90%; background: #fff; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; .dimension-info { display: flex; align-items: center; gap: 8px; .ability-name { font-weight: 500; } .new-tag { background: #e6f7ff; color: #1890ff; padding: 2px 6px; border-radius: 2px; font-size: 12px; } } .dimension-level { display: flex; align-items: center; gap: 4px; .level-label { color: #606266; font-size: 14px; } .level-value { color: #303133; font-weight: 500; } } .expand-icon { font-size: 16px; color: #909399; transition: transform 0.3s; &.expanded { transform: rotate(180deg); } } } .dimension-content { padding: 11px 16px; width: 30px; cursor: pointer; transition: all 0.3s ease; position: relative; display: flex; align-items: center; justify-content: center; /* &:hover { background-color: #f56c6c; color: white; .ability-description { display: none; } .delete-icon { display: block; } } */ .ability-description { color: #606266; font-size: 14px; line-height: 1.5; } .delete-icon { display: none; font-size: 16px; color: white; } } } } } .interviewer-avatars { display: flex; gap: 20px; margin: 20px 0; } .avatar-item { text-align: center; cursor: pointer; } .avatar-item.selected { position: relative; } .avatar-item.selected::after { content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background-color: #0066FF; border-radius: 50%; } .avatar-image { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-bottom: 8px; } .avatar-image img { width: 100%; height: 100%; object-fit: cover; } .avatar-name { font-size: 14px; color: #333; } .interview-settings { margin-top: 30px; } .setting-item { margin-bottom: 20px; } .setting-label { font-weight: 500; p{ width: 150px; margin-bottom: 0px; text-align: justify; text-align-last: justify; text-justify: inter-character; } /* margin-bottom: 10px; */ } .setting-desc { font-size: 12px; color: #666; margin-top: 5px; p{ width: 280px; margin-bottom: 0px; text-align: justify; text-align-last: justify; text-justify: inter-character; } } .setting-options { display: flex; gap: 20px; width: 280px; } .question-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; } .question-actions { display: flex; align-items: center; gap: 16px; justify-content: flex-end; margin-top: 10px; } /* 拖拽时的样式 */ .sortable-ghost { opacity: 0.5; background: #f4f4f5; } .sortable-drag { opacity: 0.8; background: #fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .field-config-panel { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 20px; } .panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; h3 { margin: 0; font-size: 16px; color: #303133; } } .field-config-list { .section-title { font-size: 14px; font-weight: 500; color: #303133; margin: 20px 0 15px; padding-left: 8px; border-left: 3px solid #0419a3; } } .field-config-item { display: flex; align-items: center; margin-bottom: 15px; padding: 10px; background: #f5f7fa; border-radius: 4px; .field-label { flex: 1; font-size: 14px; color: #606266; } .required-tag { margin-left: 8px; } .custom-switch { margin-left: auto; } .salary-range-container { display: flex; align-items: center; gap: 10px; width: 100%; } .salary-type-select { width: 120px; } .salary-input { width: 150px; } .salary-separator { color: #606266; margin: 0 5px; } }