|
|
@@ -124,6 +124,14 @@
|
|
|
<view class="jobRemarks-box-c-con-item" v-html="info.positionDetails">
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="job-info-c-label flex align-center flex-wrap" v-if="info.positionTag">
|
|
|
+ <view class="job-info-c-label-item"
|
|
|
+ v-for="(item,index) in info.positionTag?info.positionTag.split(','):[]"
|
|
|
+ :key="index">
|
|
|
+ {{item}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="jobRemarks-box-c-line"></view>
|
|
|
|
|
|
@@ -917,18 +925,7 @@
|
|
|
text-align: left;
|
|
|
}
|
|
|
|
|
|
- .job-info-c-label {
|
|
|
- margin-top: 30rpx;
|
|
|
-
|
|
|
- .job-info-c-label-item {
|
|
|
- margin-right: 30rpx;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- padding: 4px;
|
|
|
- border-radius: 6px;
|
|
|
- background: rgba(198, 198, 198, 0.1);
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.job-info-c-price {
|
|
|
color: rgba(1, 107, 246, 1);
|
|
|
@@ -942,6 +939,19 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .job-info-c-label {
|
|
|
+ margin-top: 30rpx;
|
|
|
+
|
|
|
+ .job-info-c-label-item {
|
|
|
+ margin-bottom: 15rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ padding: 4px;
|
|
|
+ border-radius: 6px;
|
|
|
+ background: rgba(198, 198, 198, 0.1);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
.enterprise-box-c-info {
|
|
|
width: 100%;
|