详情页面加工作地点
This commit is contained in:
@@ -60,6 +60,14 @@
|
|||||||
<view class="explain-right button-click" @click="seeExplain">点击查看</view>
|
<view class="explain-right button-click" @click="seeExplain">点击查看</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="content-card">
|
||||||
|
<view class="card-title">
|
||||||
|
<text class="title">工作地点</text>
|
||||||
|
</view>
|
||||||
|
<view class="description">
|
||||||
|
{{ jobInfo.jobAddress || jobInfo.jobLocation || '暂无地址信息' }}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<view class="content-card">
|
<view class="content-card">
|
||||||
<view class="card-title">
|
<view class="card-title">
|
||||||
<text class="title">职位描述</text>
|
<text class="title">职位描述</text>
|
||||||
@@ -90,7 +98,7 @@
|
|||||||
<view class="contact-label">联系人:</view>
|
<view class="contact-label">联系人:</view>
|
||||||
<view class="contact-value">{{ contact.contactPerson }}</view>
|
<view class="contact-value">{{ contact.contactPerson }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="contact-info">
|
<view class="contact-info" v-if="contact.position">
|
||||||
<view class="contact-label">职位:</view>
|
<view class="contact-label">职位:</view>
|
||||||
<view class="contact-value">{{ contact.position }}</view>
|
<view class="contact-value">{{ contact.position }}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -127,6 +135,7 @@
|
|||||||
<span v-if="jobInfo.company?.industry"> </span>
|
<span v-if="jobInfo.company?.industry"> </span>
|
||||||
<dict-Label dictType="scale" :value="jobInfo.company?.scale"></dict-Label>
|
<dict-Label dictType="scale" :value="jobInfo.company?.scale"></dict-Label>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="row2">
|
<view class="row2">
|
||||||
<text>在招</text>
|
<text>在招</text>
|
||||||
<text style="color: #256bfa">{{ companyCount }}</text>
|
<text style="color: #256bfa">{{ companyCount }}</text>
|
||||||
@@ -143,7 +152,7 @@
|
|||||||
></map>
|
></map>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content-card" v-if="currentUserType !== 0">
|
<view class="content-card jzlfx-card" v-if="currentUserType !== 0">
|
||||||
<view class="card-title">
|
<view class="card-title">
|
||||||
<text class="title">竞争力分析</text>
|
<text class="title">竞争力分析</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -774,9 +783,9 @@ for i in 0..100
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
padding: 0 28rpx
|
|
||||||
height: 100%
|
height: 100%
|
||||||
padding-top: 28rpx
|
padding-top: 28rpx
|
||||||
|
padding-bottom: 28rpx
|
||||||
.content-top{
|
.content-top{
|
||||||
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);
|
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);
|
||||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||||
@@ -825,7 +834,19 @@ for i in 0..100
|
|||||||
color: #64779F;
|
color: #64779F;
|
||||||
border-bottom-left-radius: 20rpx
|
border-bottom-left-radius: 20rpx
|
||||||
}
|
}
|
||||||
|
.publish-time{
|
||||||
|
margin-top: 20rpx
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #999999;
|
||||||
|
text-align: right
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
/* #ifdef H5 */
|
||||||
|
.jzlfx-card{
|
||||||
|
padding-bottom: 90rpx!important;
|
||||||
|
}
|
||||||
|
/* #endif */
|
||||||
.content-card{
|
.content-card{
|
||||||
padding: 24rpx
|
padding: 24rpx
|
||||||
margin-top: 28rpx
|
margin-top: 28rpx
|
||||||
|
|||||||
Reference in New Issue
Block a user