...
|
...
|
@@ -2279,88 +2279,6 @@ blockquote:before { |
|
|
.owl-item-button{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
/*ztq 招聘页面样式 2022-09-21*/
|
|
|
.m-1em{
|
|
|
margin: 0 1em;
|
|
|
}
|
|
|
.min-width-100{
|
|
|
min-width: 100px;
|
|
|
}
|
|
|
.w-70{
|
|
|
width: calc(70% - 10px) !important;
|
|
|
}
|
|
|
.w-30{
|
|
|
width: 30% !important;
|
|
|
}
|
|
|
.title{
|
|
|
background-color: #F6F7FB;
|
|
|
padding-left: 1em;
|
|
|
color: #656767;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.recruit-Con{
|
|
|
height:auto;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.box {
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
margin-bottom: 10px;
|
|
|
border: 1px solid #d3d3d4;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.recruit-box .header{
|
|
|
background: url("../img/recruit/recruitLeft.png") no-repeat 100%;
|
|
|
background-size: auto;
|
|
|
}
|
|
|
.recruit-box .header i{
|
|
|
width: .8em;
|
|
|
height: .8em;
|
|
|
border-radius: 50%;
|
|
|
background-color: #E5312B;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.recruit-box .header span{
|
|
|
padding: 0 15px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
background: #fff;
|
|
|
color: #343434;
|
|
|
}
|
|
|
.hot-recruit-box .header{
|
|
|
background: url("../img/recruit/hot.png") no-repeat 100%;
|
|
|
background-size: auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.hot-recruit-box .header::after{
|
|
|
content: '';
|
|
|
width: 75%;
|
|
|
height: 1px;
|
|
|
background-color: #E5312B;
|
|
|
/*border-bottom: 1px solid #E5312B;*/
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 4px;
|
|
|
}
|
|
|
.hot-recruit-box .header i{
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
border-radius: 50%;
|
|
|
background-color: #E5312B;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.hot-recruit-box .header span{
|
|
|
width: 80px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
background: #fff;
|
|
|
color: #343434;
|
|
|
}
|
|
|
.hot-recruit-box .hotList>a{
|
|
|
font-size: 14px;
|
|
|
color: #8C8C8C;
|
|
|
}
|
|
|
|
|
|
.home-button{
|
|
|
border-radius: 20px;
|
|
|
padding: 8px 40px;
|
...
|
...
|
@@ -2443,4 +2361,86 @@ blockquote:before { |
|
|
z-index: -1;
|
|
|
background: url('../img/index/compatible-bg.png');
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
/*ztq 招聘页面样式 2022-09-21*/
|
|
|
.m-1em{
|
|
|
margin: 0 1em;
|
|
|
}
|
|
|
.min-width-100{
|
|
|
min-width: 100px;
|
|
|
}
|
|
|
.w-70{
|
|
|
width: calc(70% - 10px) !important;
|
|
|
}
|
|
|
.w-30{
|
|
|
width: 30% !important;
|
|
|
}
|
|
|
.title{
|
|
|
background-color: #F6F7FB;
|
|
|
padding-left: 1em;
|
|
|
color: #656767;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.recruit-Con{
|
|
|
height:auto;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.box {
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
margin-bottom: 10px;
|
|
|
border: 1px solid #d3d3d4;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.recruit-box .header{
|
|
|
background: url("../img/recruit/recruitLeft.png") no-repeat 100%;
|
|
|
background-size: auto;
|
|
|
}
|
|
|
.recruit-box .header i{
|
|
|
width: .8em;
|
|
|
height: .8em;
|
|
|
border-radius: 50%;
|
|
|
background-color: #E5312B;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.recruit-box .header span{
|
|
|
padding: 0 15px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
background: #fff;
|
|
|
color: #343434;
|
|
|
}
|
|
|
.hot-recruit-box .header{
|
|
|
background: url("../img/recruit/hot.png") no-repeat 100%;
|
|
|
background-size: auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.hot-recruit-box .header::after{
|
|
|
content: '';
|
|
|
width: 75%;
|
|
|
height: 1px;
|
|
|
background-color: #E5312B;
|
|
|
/*border-bottom: 1px solid #E5312B;*/
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 4px;
|
|
|
}
|
|
|
.hot-recruit-box .header i{
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
border-radius: 50%;
|
|
|
background-color: #E5312B;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.hot-recruit-box .header span{
|
|
|
width: 80px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
background: #fff;
|
|
|
color: #343434;
|
|
|
}
|
|
|
.hot-recruit-box .hotList>a{
|
|
|
font-size: 14px;
|
|
|
color: #8C8C8C;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|