diff --git a/packageA/pages/jobExpect/jobExpect.vue b/packageA/pages/jobExpect/jobExpect.vue index 9414cde..4920a0c 100644 --- a/packageA/pages/jobExpect/jobExpect.vue +++ b/packageA/pages/jobExpect/jobExpect.vue @@ -269,10 +269,9 @@ function getFormCompletionPercent(form) { display: flex flex-wrap: wrap .nx-item - padding: 20rpx 28rpx - width: fit-content + margin: 12rpx 12rpx 0 0; + padding: 12rpx 25rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; border: 2rpx solid #E8EAEE; - margin-right: 24rpx - margin-top: 24rpx + diff --git a/packageA/pages/myResume/myResume.vue b/packageA/pages/myResume/myResume.vue index 094ba89..6377dbd 100644 --- a/packageA/pages/myResume/myResume.vue +++ b/packageA/pages/myResume/myResume.vue @@ -1,120 +1,105 @@ @@ -267,6 +270,22 @@ function getDatePickerIndexes(dateStr) { height: calc(100% - 120rpx) } +.content-avatar{ + margin-bottom: 52rpx; + padding-bottom: 28rpx + display: flex; + justify-content: space-between; + align-items: center; + border-bottom: 2rpx solid #EBEBEB + .avatar-title{ + font-size: 30rpx; + color #333; + } + .avatar{ + width:110rpx; + height: 110rpx; + } +} .content-input margin-bottom: 52rpx .input-titile @@ -302,12 +321,12 @@ function getDatePickerIndexes(dateStr) { background: #697279; transform: rotate(45deg) .content-sex - height: 110rpx; display: flex justify-content: space-between; align-items: flex-start; border-bottom: 2rpx solid #EBEBEB margin-bottom: 52rpx + padding-bottom: 28rpx .sex-titile line-height: 80rpx; .sext-ri diff --git a/packageA/pages/vCard/vCard.vue b/packageA/pages/vCard/vCard.vue new file mode 100644 index 0000000..c345d6d --- /dev/null +++ b/packageA/pages/vCard/vCard.vue @@ -0,0 +1,261 @@ + + + + + diff --git a/pages.json b/pages.json index 622e007..d4b608c 100644 --- a/pages.json +++ b/pages.json @@ -1,263 +1,281 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + "pages": [ + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "青岛智慧就业平台", + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pages/mine/mine", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom" + } + }, + { + "path": "pages/msglog/msglog", + "style": { + "navigationBarTitleText": "消息", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/careerfair/careerfair", + "style": { + "navigationBarTitleText": "招聘会", + "navigationStyle": "custom" + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "AI+就业服务程序", + "navigationStyle": "custom" + } + }, + { + "path": "pages/nearby/nearby", + "style": { + "navigationBarTitleText": "附近", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + }, + { + "path": "pages/chat/chat", + "style": { + "navigationBarTitleText": "AI+", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false, + // #ifdef H5 + "navigationStyle": "custom" + //#endif + } + }, + { + "path": "pages/search/search", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ], + "subpackages": [ + { + "root": "packageA", + "pages": [ { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "青岛智慧就业平台", - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } + "path": "pages/choiceness/choiceness", + "style": { + "navigationBarTitleText": "精选", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } }, { - "path": "pages/mine/mine", - "style": { - "navigationBarTitleText": "我的", - "navigationStyle": "custom" - } + "path": "pages/post/post", + "style": { + "navigationBarTitleText": "职位详情", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } }, { - "path": "pages/msglog/msglog", - "style": { - "navigationBarTitleText": "消息", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } + "path": "pages/UnitDetails/UnitDetails", + "style": { + "navigationBarTitleText": "单位详情", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } }, { - "path": "pages/careerfair/careerfair", - "style": { - "navigationBarTitleText": "招聘会", - "navigationStyle": "custom" - } + "path": "pages/exhibitors/exhibitors", + "style": { + "navigationBarTitleText": "参展单位", + "navigationBarBackgroundColor": "#4778EC", + "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } }, { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "AI+就业服务程序", - "navigationStyle": "custom" - } + "path": "pages/myResume/myResume", + "style": { + "navigationBarTitleText": "我的简历", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } }, { - "path": "pages/nearby/nearby", - "style": { - "navigationBarTitleText": "附近", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } + "path": "pages/vCard/vCard", + "style": { + "navigationBarTitleText": "点子名片", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } }, { - "path": "pages/chat/chat", - "style": { - "navigationBarTitleText": "AI+", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": false, - // #ifdef H5 - "navigationStyle": "custom" - //#endif - } + "path": "pages/Intendedposition/Intendedposition", + "style": { + "navigationBarTitleText": "投递记录", + "navigationBarBackgroundColor": "#FFFFFF" + } }, { - "path": "pages/search/search", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } + "path": "pages/collection/collection", + "style": { + "navigationBarTitleText": "我的收藏", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } + }, + { + "path": "pages/browseJob/browseJob", + "style": { + "navigationBarTitleText": "我的浏览", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } + }, + { + "path": "pages/addPosition/addPosition", + "style": { + "navigationBarTitleText": "添加岗位", + "navigationStyle": "custom" + } + }, + { + "path": "pages/selectDate/selectDate", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/personalInfo/personalInfo", + "style": { + "navigationBarTitleText": "个人信息", + "navigationStyle": "custom" + } + }, + { + "path": "pages/jobExpect/jobExpect", + "style": { + "navigationBarTitleText": "求职期望", + "navigationStyle": "custom" + } + }, + { + "path": "pages/reservation/reservation", + "style": { + "navigationBarTitleText": "我的预约", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/choicenessList/choicenessList", + "style": { + "navigationBarTitleText": "精选企业", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } + }, + { + "path": "pages/newJobPosition/newJobPosition", + "style": { + "navigationBarTitleText": "新职位推荐", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/systemNotification/systemNotification", + "style": { + "navigationBarTitleText": "系统通知", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/tiktok/tiktok", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" + } + }, + { + "path": "pages/moreJobs/moreJobs", + "style": { + "navigationBarTitleText": "更多岗位", + "navigationBarBackgroundColor": "#FFFFFF" + } } - - ], - "subpackages": [{ - "root": "packageA", - "pages": [{ - "path": "pages/choiceness/choiceness", - "style": { - "navigationBarTitleText": "精选", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, { - "path": "pages/post/post", - "style": { - "navigationBarTitleText": "职位详情", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, { - "path": "pages/UnitDetails/UnitDetails", - "style": { - "navigationBarTitleText": "单位详情", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, { - "path": "pages/exhibitors/exhibitors", - "style": { - "navigationBarTitleText": "参展单位", - "navigationBarBackgroundColor": "#4778EC", - "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, { - "path": "pages/myResume/myResume", - "style": { - "navigationBarTitleText": "我的简历", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom" - } - }, { - "path": "pages/Intendedposition/Intendedposition", - "style": { - "navigationBarTitleText": "投递记录", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/collection/collection", - "style": { - "navigationBarTitleText": "我的收藏", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom" - } - }, - { - "path": "pages/browseJob/browseJob", - "style": { - "navigationBarTitleText": "我的浏览", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom" - } - }, - { - "path": "pages/addPosition/addPosition", - "style": { - "navigationBarTitleText": "添加岗位", - "navigationStyle": "custom" - } - }, - { - "path": "pages/selectDate/selectDate", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "pages/personalInfo/personalInfo", - "style": { - "navigationBarTitleText": "个人信息", - "navigationStyle": "custom" - } - }, - { - "path": "pages/jobExpect/jobExpect", - "style": { - "navigationBarTitleText": "求职期望", - "navigationStyle": "custom" - } - }, - { - "path": "pages/reservation/reservation", - "style": { - "navigationBarTitleText": "我的预约", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/choicenessList/choicenessList", - "style": { - "navigationBarTitleText": "精选企业", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom" - } - }, - { - "path": "pages/newJobPosition/newJobPosition", - "style": { - "navigationBarTitleText": "新职位推荐", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/systemNotification/systemNotification", - "style": { - "navigationBarTitleText": "系统通知", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/tiktok/tiktok", - "style": { - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationStyle": "custom" - } - }, - { - "path": "pages/moreJobs/moreJobs", - "style": { - "navigationBarTitleText": "更多岗位", - "navigationBarBackgroundColor": "#FFFFFF" - } - } - ] - }], - "tabBar": { - "custom": true, - "display": "none", - "color": "#5E5F60", - "selectedColor": "#256BFA", - "borderStyle": "black", - "backgroundColor": "#ffffff", - "midButton": { - "width": "50px", - "height": "50px", - "backgroundImage": "static/tabbar/logo2copy.png" - }, - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "static/tabbar/calendar.png", - "selectedIconPath": "static/tabbar/calendared.png", - "text": "职位" - }, - { - "pagePath": "pages/careerfair/careerfair", - "iconPath": "static/tabbar/post.png", - "selectedIconPath": "static/tabbar/posted.png", - "text": "招聘会" - }, - { - "pagePath": "pages/chat/chat", - "iconPath": "static/tabbar/logo3.png", - "selectedIconPath": "static/tabbar/logo3.png" - }, - { - "pagePath": "pages/msglog/msglog", - "iconPath": "static/tabbar/chat4.png", - "selectedIconPath": "static/tabbar/chat4ed.png", - "text": "消息" - }, - { - "pagePath": "pages/mine/mine", - "iconPath": "static/tabbar/mine.png", - "selectedIconPath": "static/tabbar/mined.png", - "text": "我的" - } - ] + ] + } + ], + "tabBar": { + "custom": true, + "display": "none", + "color": "#5E5F60", + "selectedColor": "#256BFA", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "midButton": { + "width": "50px", + "height": "50px", + "backgroundImage": "static/tabbar/logo2copy.png" }, - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom", - "rpxCalcBaseDeviceWidth": 375, - "rpxCalcMaxDeviceWidth": 750, - "rpxCalcIncludeWidth": 750 - }, - "uniIdRouter": {} -} \ No newline at end of file + "list": [ + { + "pagePath": "pages/index/index", + "iconPath": "static/tabbar/calendar.png", + "selectedIconPath": "static/tabbar/calendared.png", + "text": "职位" + }, + { + "pagePath": "pages/careerfair/careerfair", + "iconPath": "static/tabbar/post.png", + "selectedIconPath": "static/tabbar/posted.png", + "text": "招聘会" + }, + { + "pagePath": "pages/chat/chat", + "iconPath": "static/tabbar/logo3.png", + "selectedIconPath": "static/tabbar/logo3.png" + }, + { + "pagePath": "pages/msglog/msglog", + "iconPath": "static/tabbar/chat4.png", + "selectedIconPath": "static/tabbar/chat4ed.png", + "text": "消息" + }, + { + "pagePath": "pages/mine/mine", + "iconPath": "static/tabbar/mine.png", + "selectedIconPath": "static/tabbar/mined.png", + "text": "我的" + } + ] + }, + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom", + "rpxCalcBaseDeviceWidth": 375, + "rpxCalcMaxDeviceWidth": 750, + "rpxCalcIncludeWidth": 750 + }, + "uniIdRouter": {} +} diff --git a/pages/login/login.vue b/pages/login/login.vue index e56bfa3..f418acc 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -296,12 +296,10 @@ function complete() { display: flex flex-wrap: wrap .nx-item - padding: 20rpx 28rpx - width: fit-content + margin: 12rpx 12rpx 0 0; + padding: 12rpx 25rpx; border-radius: 12rpx 12rpx 12rpx 12rpx; border: 2rpx solid #E8EAEE; - margin-right: 24rpx - margin-top: 24rpx .nx-item::before position: absolute; right: 20rpx; diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index e3b7321..66dd467 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -32,7 +32,7 @@ - + {{ userInfo.name || '暂无用户名' }}  |  @@ -44,7 +44,7 @@ | - + 修改简历 diff --git a/static/icon/back-white.png b/static/icon/back-white.png new file mode 100644 index 0000000..c82d93b Binary files /dev/null and b/static/icon/back-white.png differ diff --git a/static/icon/call.png b/static/icon/call.png new file mode 100644 index 0000000..1e8c612 Binary files /dev/null and b/static/icon/call.png differ diff --git a/static/icon/title-bg.png b/static/icon/title-bg.png new file mode 100644 index 0000000..22937bc Binary files /dev/null and b/static/icon/title-bg.png differ diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json index 28b7422..222a6ae 100644 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ b/unpackage/dist/cache/.vite/deps/_metadata.json @@ -1,8 +1,8 @@ { - "hash": "8cb75570", - "configHash": "01aaac4c", - "lockfileHash": "5d26acb0", - "browserHash": "4b09b340", + "hash": "ca4965da", + "configHash": "0b32ae75", + "lockfileHash": "e3b0c442", + "browserHash": "9e383778", "optimized": {}, "chunks": {} } \ No newline at end of file