This commit is contained in:
zxy
2024-02-19 15:55:06 +08:00
7 changed files with 115 additions and 27 deletions

View File

@@ -1,9 +1,13 @@
<template>
<view class="home-body">
<!-- <view class="home_top">
</view> -->
<uni-nav-bar :shadow="false" >
<view class="headd" @click="goSeach">
<image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx;" mode=""></image>
<input type="text" confirm-type="搜索" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
<!-- <image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx; color: blue;" mode=""></image> -->
<u-icon name="search" color="#2979ff" size="28"></u-icon>
<input placeholder-class="search_style" type="text" confirm-type="搜索" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
</view>
</uni-nav-bar>
<view class="homeHead">
@@ -56,12 +60,12 @@
<image src="../../static/img/index/skill.png" mode=""></image>
</view>
<view class="itemText">
<view class="font30">技能学习</view>
<view class="font22">提升个人技能</view>
<view class="font30">最新任务</view>
<view class="font22">最新任务推荐</view>
</view>
</view>
</view>
<view class="serviceItem" @click="">
<!-- <view class="serviceItem" @click="">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/union.png" mode=""></image>
@@ -71,8 +75,8 @@
<view class="font22">构建和谐劳动关系</view>
</view>
</view>
</view>
<view class="serviceItem" @click="goLocation()">
</view> -->
<!-- <view class="serviceItem" @click="goLocation()">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/near.png" mode=""></image>
@@ -87,14 +91,57 @@
</view>
<image src="../../static/img/index/hotBg.png" class="hot_img" mode=""></image>
</view>
</view>
</view>
</view> -->
<view class="serviceItem" @click="">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/union.png" mode=""></image>
</view>
<view class="itemText">
<view class="font30">最新岗位</view>
<view class="font22">最新人岗推荐</view>
</view>
</view>
</view>
<view class="serviceItem" @click="">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/union.png" mode=""></image>
</view>
<view class="itemText">
<view class="font30">我的申请</view>
<view class="font22">我申请的信息</view>
</view>
</view>
</view>
<view class="serviceItem" @click="">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/union.png" mode=""></image>
</view>
<view class="itemText">
<view class="font30">我的收藏</view>
<view class="font22">我收藏的信息</view>
</view>
</view>
</view>
<view class="serviceItem" @click="">
<view class="serviceItemContent">
<view class="itemIcon">
<image src="../../static/img/index/union.png" mode=""></image>
</view>
<view class="itemText">
<view class="font30">我的浏览</view>
<view class="font22">我浏览的信息</view>
</view>
</view>
</view>
</view>
<view class="helpSupport">
<view class="cardTips">帮助与支持</view>
<view class="helpCard">
<button type="default" open-type="contact" plain style="width: 266rpx;
<!-- <button type="default" open-type="contact" plain style="width: 266rpx;
text-align: center;
border: none;
border-right: 1px solid #F5F6F7;padding-left: 0;">
@@ -104,7 +151,19 @@
</view>
<view class="font24" style="margin-top: 22rpx !important;">在线咨询</view>
</view>
</button>
</button> -->
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
<view class="cardItemIcon">
<image src="../../static/img/index/consult.png" mode=""></image>
</view>
<view class="font24">在线咨询</view>
</view>
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
<view class="cardItemIcon">
<image src="../../static/img/index/consult.png" mode=""></image>
</view>
<view class="font24">就业帮助</view>
</view>
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
<view class="cardItemIcon">
<image src="../../static/img/index/legal.png" mode=""></image>
@@ -417,6 +476,9 @@
</script>
<style>
.search_style{
color: blue;
}
.home-body {
overflow-x: hidden;
/* background-color: #FFFFFF; */
@@ -438,6 +500,7 @@
.headd {
background-color: #f6f6f6;
border-radius: 200rpx;
border: 2rpx solid blue;
display: flex;
justify-content: center;
align-items: center;
@@ -550,7 +613,7 @@
.jobService {
width: 100%;
height: 440rpx;
height: 660rpx;
background: #FEFFFE;
margin-top: 16rpx;
padding: 24rpx 0rpx 0rpx 32rpx;
@@ -683,6 +746,8 @@
width: 100%;
height: auto;
background: #FEFFFE;
margin-top: 16rpx;
padding: 24rpx 0 0 0;
}