/* CSS Document */ /*招聘列表*/ .job #jobnav { line-height: 30px; padding-left: 25px; width: 730px; font-weight: bold; height: 30px; overflow: hidden } .job .columnList span { display: inline-block; float: none; padding: 0; vertical-align: middle; overflow: hidden; } .job .columnList .name { width: 280px; } .job .columnList .sector { width: 200px; } .job .columnList .num { width: 55px; text-align: center } .job .columnList .addDate { /* float:right; */ width: 82px; text-align: center; } .job .columnList .miaoshu { /* float:right; */ } .job .columnList .addDate a { color: #A40000 !important } .job .columnList .miaoshu a { color: #A40000; padding: 0px 5px; } .job .columnList ul { margin: 0 !important; } .job .columnList li { /* height:27px; */ height: auto; line-height: initial; background: url(/Content/Areas/Common/images/ico4.jpg) no-repeat left center; padding: 8px 0 8px 10px; } /*招聘内容页*/ .job .contentText { padding: 0; } .job .contentText table{ margin:0 auto; } .job .contentMainTitle { padding-top: 10px } .job h2 { line-height: 32px; font-size: 14px; padding-left: 5px; color: #505050; font-weight: normal } .job h2 span { color: #A40000 } .job h3 { line-height: 30px; padding-left: 20px; font-size: 12px; background: url(/Content/Areas/Common/images/columnbg.jpg) no-repeat center center; border: 1px solid #B3DFE8 } .job p { line-height: 24px; padding-left: 12px; text-indent: 0 } .job .text { border-width: 2px 0; padding: 13px 0 } .contentName1 { background: url("../images/columnbg.jpg") no-repeat 0 0; border: 1px solid #B3DFE8; color: #003399; font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; padding: 0 0 0 20px; } .contentName1 li { float: left; margin: 0 10px 0 0px; width: 115px; text-align: center } .contentName1 li a { font-weight: normal; color: #1483C8; } .contentName1 li.active { background: url(/Sites/Uploaded/File/2013/12/title5.jpg) no-repeat 0 0; height: 33px; line-height: 33px; margin-top: -2px; } .contentName1 li.active a { font-weight: bold; } .job .columnList .addDate_ys { padding-right: 70px; } /*————————————————响应式——————————————*/ @media only screen and (max-width:768px) { #column_content img { width: 100%; } .job #jobnav { padding-left: 3%; width: 97%; } .job .columnList .addDate { width: 14%; float: none; } .job .columnList .name { width: 33%; } .job .columnList .sector { width: 15%; } .job .columnList .num { width: 11%; } .job .columnList .miaoshu { width: 12%; } .job .columnList .miaoshu a { padding: 0; } .job .text table { width: 100% !important; } } @media only screen and (max-width:550px) { .columnList a { font-size: 12px; } .job .columnList .sector, .job .columnList .num { display: none; } .job .columnList .addDate { width: 24%; font-size: 12px; } .job .columnList .name { width: 53%; } .job .columnList .miaoshu { width: 19%; } .job .columnList .applyBtn { display: none; } } /* 表格样式 */ .job-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .job-table th { background-color: #f8f9fa; color: #333; font-weight: 600; text-align: left; padding: 16px 12px; border: 1px solid #dee2e6; white-space: nowrap; } .job-table td { padding: 16px 12px; border: 1px solid #e9ecef; vertical-align: top; } .job-table tr:hover { background-color: #f8f9fa; } .job-table .job-name { font-weight: 500; color: #0066cc; } .job-table .job-name a { color: inherit; text-decoration: none; } .job-table .job-name a:hover { color: #0056b3; text-decoration: underline; } .job-table .new-tag { display: inline-block; margin-left: 8px; vertical-align: middle; } .job-table .new-tag img { width: 24px; height: 11px; } .job-table .department-list { display: flex; flex-wrap: wrap; gap: 4px; } .job-table .department-list a { display: inline-block; padding: 2px 8px; background-color: #e9ecef; border-radius: 3px; color: #495057; text-decoration: none; font-size: 12px; margin-bottom: 4px; } .job-table .department-list a:hover { background-color: #dee2e6; } .job-table .more-departments { color: #6c757d; font-size: 12px; } .job-table .apply-btn { display: inline-block; padding: 6px 16px; background-color: #28a745; color: white; text-decoration: none; border-radius: 4px; border: none; cursor: pointer; font-size: 13px; transition: background-color 0.2s; } .job-table .apply-btn:hover { background-color: #218838; color: white; text-decoration: none; } .job-table .expired-text { color: #6c757d; font-size: 13px; } .job-table .job-description { color: #0066cc; text-decoration: none; font-size: 13px; } .job-table .job-description:hover { text-decoration: underline; } /* 响应式表格 */ @media (max-width: 768px) { .job-table { font-size: 13px; } .job-table th, .job-table td { padding: 12px 8px; } .job-table .apply-btn { padding: 4px 12px; font-size: 12px; } } /* 空状态 */ .job-table-empty { text-align: center; padding: 40px; color: #6c757d; font-size: 16px; } .name img { vertical-align: baseline; } .job .contentTextMore a { color: #A40000; }