You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
.jobOne {
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
/* height: 126px; */
|
|
|
|
|
}
|
|
|
|
|
.logoClass {
|
|
|
|
|
width: 72px;
|
|
|
|
|
height: 72px;
|
|
|
|
|
}
|
|
|
|
|
.recordBtn {
|
|
|
|
|
width: 72px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #ffcc33;
|
|
|
|
|
border-radius: 14px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.salaryBtn {
|
|
|
|
|
background:#fff3ef;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 2px 4px;
|
|
|
|
|
color: #ff4400;
|
|
|
|
|
}
|
|
|
|
|
.fee {
|
|
|
|
|
height: 20px;
|
|
|
|
|
min-width: 84px;
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #1890ff;
|
|
|
|
|
background-color: #1890ff;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.fee .inner {
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 0 4px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #1890ff;
|
|
|
|
|
}
|
|
|
|
|
.lowZindex{
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fsa {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.fcsb {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.fsb {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.flex_1 {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.lh1{
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f12 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.f14 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.f16 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.f20 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
.fw600 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml12 {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.c9 {
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
.cf40 {
|
|
|
|
|
color: #ff4400;
|
|
|
|
|
}
|