|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <ion-page>
|
|
|
+<!-- <ion-page>
|
|
|
<ion-content class="tab-work-content">
|
|
|
<div class="work-toolbar">
|
|
|
<div class="work-body">
|
|
@@ -71,6 +71,53 @@
|
|
|
</div>
|
|
|
</ion-content>
|
|
|
</ion-modal>
|
|
|
+ </ion-page>-->
|
|
|
+ <ion-page>
|
|
|
+ <ion-content>
|
|
|
+ <div class="tab-work-content">
|
|
|
+ <div class="content-title">我的应用</div>
|
|
|
+ <div class="content-applist">
|
|
|
+ <div class="tool-box">
|
|
|
+ <a class="tool-item box-line" @click="router.push('/tabs/tabMain/jobhunt/list')">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/qzxx.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">求职人员<br/>信息收集</div>
|
|
|
+ </a>
|
|
|
+ <a class="tool-item box-line" @click="router.push({path:'/tabs/tabMain/company/list',query:{reload:1}})">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/qyxx.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">企业信息<br/>收集</div>
|
|
|
+ </a>
|
|
|
+ <a class="tool-item box-line" @click="router.push('/tabs/tabMain/post/recommend')">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/gwtj.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">岗位推荐</div>
|
|
|
+ </a>
|
|
|
+ <a class="tool-item box-line" @click="router.push('/tabs/tabMain/work/log/list')">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/gzrz.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">工作日志</div>
|
|
|
+ </a>
|
|
|
+ <a class="tool-item box-line" @click="router.push('/tabs/tabMain/work/task/list')">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/gzrw.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">工作任务</div>
|
|
|
+ </a>
|
|
|
+ <a class="tool-item box-line" @click="router.push('/tabs/tabMain/sitemap/index')">
|
|
|
+ <div class="tool-img">
|
|
|
+ <img src="@/assets/icon/map.png">
|
|
|
+ </div>
|
|
|
+ <div class="tool-title">驿站地图</div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </ion-content>
|
|
|
</ion-page>
|
|
|
</template>
|
|
|
|
|
@@ -172,7 +219,7 @@ export default defineComponent({
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
-.tab-work-content {
|
|
|
+/*.tab-work-content {
|
|
|
--background: #ffffff !important;
|
|
|
|
|
|
.info-title {
|
|
@@ -195,6 +242,72 @@ export default defineComponent({
|
|
|
font-size: 10px;
|
|
|
}
|
|
|
}
|
|
|
+}*/
|
|
|
+
|
|
|
+.tab-work-content{
|
|
|
+ background-image: url("../../assets/icon/work_bg.png");
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-color: #F7F8FC;
|
|
|
+ background-attachment: local;
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ .content-title{
|
|
|
+ padding: 100px 0px 20px 20px;
|
|
|
+ font-size: 24px;
|
|
|
+ height: 150px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content-applist{
|
|
|
+ height: calc(100vh - 169px);
|
|
|
+ background-color: white;
|
|
|
+ border-top-right-radius: 20px;
|
|
|
+ border-top-left-radius: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tool-box {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ padding: 15px 0;
|
|
|
+
|
|
|
+ .tool-item {
|
|
|
+ flex-direction: column;
|
|
|
+ flex: 0 0 25%;
|
|
|
+ margin: 10px 0;
|
|
|
+ text-decoration: none;
|
|
|
+ cursor: pointer;
|
|
|
+ width: 25%;
|
|
|
+ padding: 0 2px;
|
|
|
+
|
|
|
+ ion-img {
|
|
|
+ height: 35px;
|
|
|
+ width: 43px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tool-img {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ img{
|
|
|
+ width: 36px;
|
|
|
+ height:36px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .tool-title {
|
|
|
+ color: #5E4545;
|
|
|
+ margin-top: 10px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+
|
|
|
</style>
|