|
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
<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="g_flex_row_start">
|
|
|
|
|
<div style="font-size: 14px; font-weight: 600; margin-right: 4px">代理佣金</div>
|
|
|
|
|
<div style="font-size: 16px; font-weight: 600; margin-right: 4px">代理佣金</div>
|
|
|
|
|
<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-biyan11" style="font-size: 22px; color: #ff4400; line-height: 0.1; margin-top: -4px" v-if="!isSee"></i>
|
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
<div style="height: 27px" v-if="!jobDetail.jobSpecialLabelNames" class="jobtag">
|
|
|
|
|
<a-tag style="background-color: #f5f5f5">暂无特色</a-tag>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="g_flex_row_between g_mt_12">
|
|
|
|
|
<div class="g_flex_row_between g_mt_4">
|
|
|
|
|
<div style="display: flex; align-items: center; height: 26px; margin-top: 8px">
|
|
|
|
|
<div class="jobpricehour" v-html="getSalaryClassifyValue(jobDetail.salaryClassify, jobDetail.salaryClassifyValue)"></div>
|
|
|
|
|
<span style="font-size: 14px"> | </span>
|
|
|
|
|
@ -395,7 +395,7 @@
|
|
|
|
|
<div class="maincontentright">
|
|
|
|
|
<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">
|
|
|
|
|
<i style="color: #fff; font-weight: 600">代理佣金</i>
|
|
|
|
|
<i style="color: #fff; font-weight: 600;font-size: 16px;">代理佣金</i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_column_center" @click="isSee = !isSee" style="cursor: pointer">
|
|
|
|
|
<i class="iconfont icon-zhengyan11" style="font-size: 22px; color: #fff; line-height: 0.1" v-if="isSee"></i>
|
|
|
|
|
@ -1320,17 +1320,21 @@ export default {
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
// &:hover {
|
|
|
|
|
// color: #1890ff;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
.jobinfo {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #999;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
height: 19px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.jobtag,
|
|
|
|
|
.jobtag1 {
|
|
|
|
|
@ -1677,7 +1681,7 @@ export default {
|
|
|
|
|
width: 600px;
|
|
|
|
|
> div {
|
|
|
|
|
> div:first-child {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|