From f2f802b73a72174fc9a0cc96b3b83fc3fb868b28 Mon Sep 17 00:00:00 2001 From: lijie_ycrj <1540286404@qq.com> Date: Mon, 16 Mar 2026 10:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=9B=E8=81=98=E4=BC=9A=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/careerfair/careerfair.vue | 34 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/pages/careerfair/careerfair.vue b/pages/careerfair/careerfair.vue index f555a6e..918406b 100644 --- a/pages/careerfair/careerfair.vue +++ b/pages/careerfair/careerfair.vue @@ -87,12 +87,13 @@ + + {{ getTimeStatus(item.jobFairStartTime, item.jobFairEndTime).statusText }} + {{ item.jobFairTitle }} - - {{ getTimeStatus(item.jobFairStartTime, item.jobFairEndTime).statusText }} - + {{ item.jobFairAddress }} @@ -514,7 +515,6 @@ } else { $api.msg('请先登录'); } - } function getFair(type = "add") { @@ -1012,10 +1012,21 @@ .cards .card { margin-top: 28rpx; - padding: 32rpx; + padding: 45rpx 32rpx 32rpx 32rpx; background: linear-gradient(to bottom, #e3efff 0%, #fbfdff 100%); box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0, 0, 0, 0.04); border-radius: 20rpx; + position: relative; + .center-date { + font-weight: 400; + font-size: 24rpx; + position: absolute; + right: 0; + top: 0; + border: 1rpx solid; + padding: 5rpx 10rpx; + margin-left: 10rpx; + } } .cards .card-title { @@ -1041,16 +1052,7 @@ transform: translate(-50%, -50%); } - .center-date { - font-weight: 400; - font-size: 24rpx; - // position: absolute; - // right: 0; - // top: 0; - border: 1rpx solid; - padding: 5rpx 10rpx; - margin-left: 10rpx; - } + } .cards .card-row {