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 {