diff --git a/packageA/pages/post/post.vue b/packageA/pages/post/post.vue index eb24492..82d3f5e 100644 --- a/packageA/pages/post/post.vue +++ b/packageA/pages/post/post.vue @@ -60,6 +60,14 @@ 点击查看 + + + 工作地点 + + + {{ jobInfo.jobAddress || jobInfo.jobLocation || '暂无地址信息' }} + + 职位描述 @@ -90,7 +98,7 @@ 联系人: {{ contact.contactPerson }} - + 职位: {{ contact.position }} @@ -127,6 +135,7 @@   + 在招 {{ companyCount }} @@ -143,7 +152,7 @@ > - + 竞争力分析 @@ -774,9 +783,9 @@ for i in 0..100 } } .content{ - padding: 0 28rpx height: 100% padding-top: 28rpx + padding-bottom: 28rpx .content-top{ box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04); border-radius: 20rpx 20rpx 20rpx 20rpx; @@ -825,7 +834,19 @@ for i in 0..100 color: #64779F; 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{ padding: 24rpx margin-top: 28rpx