|
|
|
@ -21,7 +21,7 @@
|
|
|
|
<div class="maincontent w g_flex_row_between">
|
|
|
|
<div class="maincontent w g_flex_row_between">
|
|
|
|
<div class="m-money-obj g_mb_20 g_p_20 g_flex_row_between" style="background-color: #fff; border-radius: 6px; width: 800px; margin: 0 auto 20px" v-if="false">
|
|
|
|
<div class="m-money-obj g_mb_20 g_p_20 g_flex_row_between" style="background-color: #fff; border-radius: 6px; width: 800px; margin: 0 auto 20px" v-if="false">
|
|
|
|
<div class="g_flex_row_start">
|
|
|
|
<div class="g_flex_row_start">
|
|
|
|
<div style="font-size: 16px; font-weight: 600; margin-right: 4px">代理佣金</div>
|
|
|
|
<div style="font-size: 14px; font-weight: 600; margin-right: 4px">代理佣金</div>
|
|
|
|
<div class="g_flex_column_center" @click="isSee = !isSee" style="cursor: pointer">
|
|
|
|
<div class="g_flex_column_center" @click="isSee = !isSee" style="cursor: pointer">
|
|
|
|
<i class="iconfont icon-zhengyan11" style="font-size: 22px; color: #ff4400; line-height: 0.1" v-if="isSee"></i>
|
|
|
|
<i class="iconfont icon-zhengyan11" style="font-size: 22px; color: #ff4400; line-height: 0.1" v-if="isSee"></i>
|
|
|
|
<i class="iconfont icon-biyan11" style="font-size: 22px; color: #ff4400; line-height: 0.1; margin-top: -4px" v-if="!isSee"></i>
|
|
|
|
<i class="iconfont icon-biyan11" style="font-size: 22px; color: #ff4400; line-height: 0.1; margin-top: -4px" v-if="!isSee"></i>
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
<div class="g_flex_row_between g_mt_12">
|
|
|
|
<div class="g_flex_row_between g_mt_12">
|
|
|
|
<div style="display: flex; align-items: center; height: 26px; margin-top: 8px">
|
|
|
|
<div style="display: flex; align-items: center; height: 26px; margin-top: 8px">
|
|
|
|
<div class="jobpricehour" v-html="getSalaryClassifyValue(jobDetail.salaryClassify, jobDetail.salaryClassifyValue)"></div>
|
|
|
|
<div class="jobpricehour" v-html="getSalaryClassifyValue(jobDetail.salaryClassify, jobDetail.salaryClassifyValue)"></div>
|
|
|
|
<span style="font-size: 16px"> | </span>
|
|
|
|
<span style="font-size: 14px"> | </span>
|
|
|
|
<div class="jobpricemonth">
|
|
|
|
<div class="jobpricemonth">
|
|
|
|
<span>{{ jobDetail.minMonthlyPay / 100 }}</span
|
|
|
|
<span>{{ jobDetail.minMonthlyPay / 100 }}</span
|
|
|
|
>-<span>{{ jobDetail.maxMonthlyPay / 100 }}</span
|
|
|
|
>-<span>{{ jobDetail.maxMonthlyPay / 100 }}</span
|
|
|
|
@ -393,7 +393,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="maincontentright">
|
|
|
|
<div class="maincontentright">
|
|
|
|
<div class="card-top g_flex_row_between" style="padding-left: 16px; padding-right: 16px; font-size: 16px; background-color: #1890ff; height: 40px; border-top-left-radius: 6px; border-top-right-radius: 6px">
|
|
|
|
<div class="card-top g_flex_row_between" style="padding-left: 16px; padding-right: 16px; font-size: 14px; background-color: #1890ff; height: 40px; border-top-left-radius: 6px; border-top-right-radius: 6px">
|
|
|
|
<div class="g_flex_column_center">
|
|
|
|
<div class="g_flex_column_center">
|
|
|
|
<i style="color: #fff; font-weight: 600">代理佣金</i>
|
|
|
|
<i style="color: #fff; font-weight: 600">代理佣金</i>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -1326,7 +1326,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.jobinfo {
|
|
|
|
.jobinfo {
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-top: 12px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #999;
|
|
|
|
color: #999;
|
|
|
|
@ -1362,7 +1362,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.jobpricemonth {
|
|
|
|
.jobpricemonth {
|
|
|
|
// margin-top: 16px;
|
|
|
|
// margin-top: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #666;
|
|
|
|
color: #666;
|
|
|
|
@ -1371,7 +1371,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.jobpricehour {
|
|
|
|
.jobpricehour {
|
|
|
|
// margin-top: 16px;
|
|
|
|
// margin-top: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #ff4400;
|
|
|
|
color: #ff4400;
|
|
|
|
@ -1435,13 +1435,13 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sub-bottombox {
|
|
|
|
.sub-bottombox {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
|
|
.bottombox1 {
|
|
|
|
.bottombox1 {
|
|
|
|
width: 116px;
|
|
|
|
width: 116px;
|
|
|
|
height: 32px;
|
|
|
|
height: 32px;
|
|
|
|
line-height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
// border: 1px solid rgba(77, 87, 94, 0.3);
|
|
|
|
// border: 1px solid rgba(77, 87, 94, 0.3);
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #1890ff;
|
|
|
|
border: 1px solid #1890ff;
|
|
|
|
@ -1504,7 +1504,7 @@ export default {
|
|
|
|
line-height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
div {
|
|
|
|
div {
|
|
|
|
// font-weight: normal;
|
|
|
|
// font-weight: normal;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
|
|
span:first-of-type {
|
|
|
|
span:first-of-type {
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
@ -1526,7 +1526,7 @@ export default {
|
|
|
|
color: #ff4400;
|
|
|
|
color: #ff4400;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
span:last-child {
|
|
|
|
span:last-child {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1567,6 +1567,7 @@ export default {
|
|
|
|
span {
|
|
|
|
span {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
line-height: 27px;
|
|
|
|
padding: 1px 12px 0 12px;
|
|
|
|
padding: 1px 12px 0 12px;
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-right: 6px;
|
|
|
|
background-color: #fafafa;
|
|
|
|
background-color: #fafafa;
|
|
|
|
@ -1574,7 +1575,7 @@ export default {
|
|
|
|
border-bottom: none;
|
|
|
|
border-bottom: none;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
.active {
|
|
|
|
@ -1593,7 +1594,7 @@ export default {
|
|
|
|
div:last-child {
|
|
|
|
div:last-child {
|
|
|
|
width: 640px;
|
|
|
|
width: 640px;
|
|
|
|
padding: 12px 16px;
|
|
|
|
padding: 12px 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1676,7 +1677,7 @@ export default {
|
|
|
|
width: 600px;
|
|
|
|
width: 600px;
|
|
|
|
> div {
|
|
|
|
> div {
|
|
|
|
> div:first-child {
|
|
|
|
> div:first-child {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1687,7 +1688,7 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
width: 640px;
|
|
|
|
width: 640px;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
> li {
|
|
|
|
> li {
|
|
|
|
@ -1817,7 +1818,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p:last-of-type {
|
|
|
|
p:last-of-type {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #788085;
|
|
|
|
color: #788085;
|
|
|
|
line-height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
@ -1871,7 +1872,7 @@ export default {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
padding: 8px 0;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666;
|
|
|
|
color: #666;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
// padding: 8px 0px;
|
|
|
|
// padding: 8px 0px;
|
|
|
|
@ -1882,7 +1883,7 @@ export default {
|
|
|
|
white-space: break-spaces;
|
|
|
|
white-space: break-spaces;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
// padding-left: 8px;
|
|
|
|
// padding-left: 8px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.boubleLevel > .ant-descriptions-view > table > tbody > .ant-descriptions-row:last-child > .ant-descriptions-item-content {
|
|
|
|
.boubleLevel > .ant-descriptions-view > table > tbody > .ant-descriptions-row:last-child > .ant-descriptions-item-content {
|
|
|
|
@ -1917,7 +1918,7 @@ export default {
|
|
|
|
font-size: 40px;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
> p {
|
|
|
|
> p {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
color: #1890ff;
|
|
|
|
color: #1890ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|