Files
orico-official-website-old/public/frontend/m_web/css/subject/job.css
2024-10-29 14:04:59 +08:00

127 lines
3.2 KiB
CSS
Executable File

body {background: #fff;}
.job_banner {
width: 100%;
}
.bx-wrapper {
position: relative;
margin: 0 auto 15px;
padding: 0;
*zoom: 1;
overflow: hidden;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 15px;
width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
min-height: 50px;
background: url(../images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #fff;
border: 1px solid #fff;
text-indent: -9999px;
display: block;
width: 8px;
height: 8px;
margin: 0 10px;
outline: 0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #8baee9;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 10px;
}
.bx-wrapper .bx-next {
right: 10px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/*你将获得*/
.job_delay {overflow: hidden;}
.job_delay li {width:33.3%; float: left; font-size: 0.53rem; color: #666; text-align: center;}
.job_delay li img {width:3.06rem;}
/*元创“新兵老将”计划*/
.job_blue {color: #457dc3;}
.job_blue a {color: #457dc3;}
.job_bor{ overflow: hidden;border: 1px #ccc solid;}
.form-table{width: 100%;margin: 0 auto;text-align: center;table-layout: fixed;}
.form-table th{border-bottom: 1px #ccc solid;background: #000; color: #fff; line-height: 1.6rem; font-size: 0.64rem;}
.form-table th:nth-child(1) { width:30%; text-align: left; padding-left:0.8rem;}
.form-table td{border-bottom: 1px #ccc solid; font-size: 0.58rem; color: #666;}
.form-table td:nth-child(1) {width:30%; text-align: left; padding-left:0.8rem; }
.fixed-tfoot tr td{background: #F3F3F3;border-bottom: none;}
.fixed-thead tr th,.fixed-tfoot tr td{height: 50px;font-weight: 100; text-align: center;}
.scroll-box{width: 100%;height: 350px;overflow: auto;overflow-x:hidden;}
.scroll-box tr{width: 100%;line-height: 1.6rem;}
.job-font-adress {font-size: 0.64em; color: #666;}
.job-font-adress p{line-height:1.1rem;}