








































































































































































































































































































































































































































































































































































































































































































































































































































































/* 详情及编辑页面的专属样式，不影响 index 为 "0" 的列表页 */
.detail-page-container[data-v-64cd13f4] {
    padding: 16px;
    background-color: #f8f9fa;
    min-height: calc(100vh - 120px);
}

/* 现代化卡片设计 */
.detail-card[data-v-64cd13f4] {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

/* 带有垂直指示条的精致标题 */
.detail-title[data-v-64cd13f4] {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    position: relative;
    padding-left: 14px;
    margin-bottom: 24px;
    line-height: 1.2;
}
.detail-title[data-v-64cd13f4]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background-color: #409EFF;
    border-radius: 4px;
}

/* 底部按钮模块居中排布 */
.button-group-center[data-v-64cd13f4] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed #e4e7ed;
}
.button-group-center .el-button[data-v-64cd13f4] {
    min-width: 100px;
}

/* 子折叠面板样式优化，去除多余厚边框 */
.sub-collapse[data-v-64cd13f4] {
    border-top: none;
    border-bottom: none;
    margin-bottom: 16px;
}
.sub-collapse[data-v-64cd13f4] .el-collapse-item__header {
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    background-color: #fcfdfe;
    padding-left: 10px;
    border-radius: 4px;
}
.sub-collapse[data-v-64cd13f4] .el-collapse-item__wrap {
    border-bottom: none;
    background-color: transparent;
}
.sub-collapse-title[data-v-64cd13f4] {
    font-weight: 500;
    color: #606266;
    font-size: 13px;
}
.sub-collapse-title i[data-v-64cd13f4] {
    margin-right: 6px;
}

/* 表格及分页区域的美化 */
.detail-card .table-outer[data-v-64cd13f4] {
    margin-top: 12px;
}
.detail-card .el-pagination[data-v-64cd13f4] {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.detail-card[data-v-64cd13f4] .el-collapse-item__content{
    padding-bottom: 0 !important;
}
.detail-card .form-class[data-v-64cd13f4]{
    padding-bottom: 0 !important;
}

/* 查看详情网格 */
.view-details-grid[data-v-64cd13f4] {
    padding: 8px 12px;
}
.view-row[data-v-64cd13f4] {
    margin-bottom: 12px;
}
.view-item[data-v-64cd13f4] {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
}
.view-label[data-v-64cd13f4] {
    font-weight: 600;
    color: #606266;
    min-width: 80px;
    text-align: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.view-value[data-v-64cd13f4] {
    color: #303133;
    word-break: break-all;
}

