|
@@ -5,11 +5,7 @@
|
|
|
<text class="text_hide">{{item.title}}</text>
|
|
|
<text>{{item.salary_min}}-{{item.salary_max}}K·{{item.salary_month}}薪</text>
|
|
|
</view>
|
|
|
- <!-- <view class="company hflex acenter">
|
|
|
- <text>{{item.company.name}} · </text>
|
|
|
- <text>{{item.company.satae}} · </text>
|
|
|
- <text>{{item.company.stage}}</text>
|
|
|
- </view> -->
|
|
|
+
|
|
|
<view class="hflex acetner">
|
|
|
<view class="text-box" v-if="item.education">{{item.education}}</view>
|
|
|
<view class="text-box" v-if="item.experience_min">{{item.experience_min}}-{{item.experience_max}}年</view>
|
|
@@ -85,6 +81,7 @@
|
|
|
box-sizing: border-box;
|
|
|
padding: 26rpx 20rpx;
|
|
|
.top {
|
|
|
+ padding-bottom: 20rpx;
|
|
|
text:first-child {
|
|
|
font-size: 32rpx;
|
|
|
font-family: PingFangSC, PingFang SC;
|