From 140fdb34646a2ba940d3b35a00997b1a0a80c118 Mon Sep 17 00:00:00 2001
From: dengxin <2390584170@qq.com>
Date: Wed, 20 Mar 2024 10:33:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=94=E7=B3=BB=E4=BA=BAui?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../subPage/newsDetail/projectInfo.vue | 31 ++++++++++++++-----
.../subPage/newsDetail/userrecruitInfo.vue | 31 ++++++++++++++-----
pages/recruit/subPage/newsDetail/workInfo.vue | 31 ++++++++++++++-----
3 files changed, 72 insertions(+), 21 deletions(-)
diff --git a/pages/recruit/subPage/newsDetail/projectInfo.vue b/pages/recruit/subPage/newsDetail/projectInfo.vue
index c7a750a..a4c3980 100644
--- a/pages/recruit/subPage/newsDetail/projectInfo.vue
+++ b/pages/recruit/subPage/newsDetail/projectInfo.vue
@@ -110,13 +110,11 @@
-
-
- {{ item.realName }} : {{
- item.telphone }} 申请时间: {{
- item.applyTime }}
+
+
+ {{ item.realName }} : {{ item.telphone }}
+ 申请时间:{{ item.applyTime }}
+
@@ -487,4 +485,23 @@ export default {
word-break: break-all;
white-space: pre-line;
}
+
+.contactWrapper {
+ box-sizing: border-box;
+ text-align: center;
+ font-size: 28rpx;
+ margin-top: 10rpx;
+ border: 1px solid #e0e0e0;
+ border-radius: 5px;
+ padding: 20rpx;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+}
+
+.applyTime {
+ font-size: 24rpx;
+ color: #666666;
+}
diff --git a/pages/recruit/subPage/newsDetail/userrecruitInfo.vue b/pages/recruit/subPage/newsDetail/userrecruitInfo.vue
index 323e5bb..ac7875c 100644
--- a/pages/recruit/subPage/newsDetail/userrecruitInfo.vue
+++ b/pages/recruit/subPage/newsDetail/userrecruitInfo.vue
@@ -117,13 +117,11 @@
-
-
- {{ item.realName }} : {{
- item.telphone }} 申请时间: {{
- item.applyTime }}
+
+
+ {{ item.realName }} : {{ item.telphone }}
+ 申请时间:{{ item.applyTime }}
+
@@ -497,4 +495,23 @@ export default {
word-break: break-all;
white-space: pre-line;
}
+
+.contactWrapper {
+ box-sizing: border-box;
+ text-align: center;
+ font-size: 28rpx;
+ margin-top: 10rpx;
+ border: 1px solid #e0e0e0;
+ border-radius: 5px;
+ padding: 20rpx;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+}
+
+.applyTime {
+ font-size: 24rpx;
+ color: #666666;
+}
diff --git a/pages/recruit/subPage/newsDetail/workInfo.vue b/pages/recruit/subPage/newsDetail/workInfo.vue
index 893dc97..c88a1d7 100644
--- a/pages/recruit/subPage/newsDetail/workInfo.vue
+++ b/pages/recruit/subPage/newsDetail/workInfo.vue
@@ -117,13 +117,11 @@
-
-
- {{ item.realName }} : {{
- item.telphone }} 申请时间: {{
- item.applyTime }}
+
+
+ {{ item.realName }} : {{ item.telphone }}
+ 申请时间:{{ item.applyTime }}
+
@@ -489,4 +487,23 @@ export default {
word-break: break-all;
white-space: pre-line;
}
+
+.contactWrapper {
+ box-sizing: border-box;
+ text-align: center;
+ font-size: 28rpx;
+ margin-top: 10rpx;
+ border: 1px solid #e0e0e0;
+ border-radius: 5px;
+ padding: 20rpx;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+}
+
+.applyTime {
+ font-size: 24rpx;
+ color: #666666;
+}