From 8b3523f6453cd3726e61680cd7abbbc0eb2c2985 Mon Sep 17 00:00:00 2001 From: FengHui Date: Wed, 15 Apr 2026 14:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=9C=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/pages/post/post.vue | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) 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