|
@@ -1,16 +1,53 @@
|
|
|
<template>
|
|
|
- <view>
|
|
|
+ <view style="padding: 88rpx 40rpx 40rpx 40rpx;">
|
|
|
+ <!-- 顶部导航 -->
|
|
|
+ <view class="nav-bar">
|
|
|
+ <view class="nav-left" @click="goBack">
|
|
|
+ <u-icon name="arrow-leftward" color="rgba(51, 51, 51, 1)" style="font-size: 38rpx;"></u-icon>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="nav-title">职位详情</view>
|
|
|
+
|
|
|
+
|
|
|
+ <view class="nav-right">
|
|
|
+ <view class="nav-icons">
|
|
|
+ <view class="nav-icon" @click="setCollection">
|
|
|
+ <image v-if="info.isCollection==0" src="/static/images/index/guanzhu.svg" class="icon-img"></image>
|
|
|
+ <image v-else src="/static/images/index/gzActive.svg" style="width: 52rpx;height: 52rpx;"></image>
|
|
|
+ </view>
|
|
|
+ <view class="nav-icon" @click="showShare">
|
|
|
+ <image src="/static/images/index/fenxiang.svg" style="width: 60rpx;height: 60rpx;"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
<!-- 岗位要求 -->
|
|
|
<view class="job flex justify-center">
|
|
|
<view class="job-info flex justify-center">
|
|
|
<view class="job-info-c">
|
|
|
- <view class="job-info-c-title" v-if="info.stationName">
|
|
|
- <block v-if="isSameName(info.ruleClassifyName,info.stationName)">
|
|
|
- {{info.ruleClassifyName}}-
|
|
|
- </block>
|
|
|
- <block>
|
|
|
- {{info.stationName}}
|
|
|
- </block>
|
|
|
+ <view class="job-info-c-top flex align-center justify-between">
|
|
|
+ <view class="job-info-c-title" v-if="info.stationName">
|
|
|
+ <block v-if="isSameName(info.ruleClassifyName,info.stationName)">
|
|
|
+ {{info.ruleClassifyName}}-
|
|
|
+ </block>
|
|
|
+ <block>
|
|
|
+ {{info.stationName}}
|
|
|
+ </block>
|
|
|
+ </view>
|
|
|
+ <view class="job-info-c-price" v-if="info.salaryRange">
|
|
|
+ {{info.salaryRange}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="enterprise-box-c-bto flex align-center justify-between" @click.stop="gotoMap()">
|
|
|
+ <view class="enterprise-box-c-bto-l flex align-center gap-10rpx">
|
|
|
+ <u-icon name="map" color="rgba(58, 57, 67, 1)" style="margin-right: 10rpx;"
|
|
|
+ size="24"></u-icon>
|
|
|
+ {{info.province?info.province:''}}{{info.city?info.city:''}}{{info.county?info.county:''}}{{info.address?info.address:''}}
|
|
|
+ </view>
|
|
|
+ <!-- <view class="enterprise-box-c-bto-r">
|
|
|
+ <u-icon name="arrow-right" color="#00B88F" style="margin-right: 20rpx;" size="28"></u-icon>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="job-info-c-label flex align-center flex-wrap">
|
|
|
<view class="job-info-c-label-item" v-if="info.county">
|
|
@@ -23,19 +60,44 @@
|
|
|
{{info.education}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="job-info-c-price" v-if="info.salaryRange">
|
|
|
- {{info.salaryRange}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 企业信息 -->
|
|
|
+ <view class="enterprise-box-c-info flex align-start justify-between">
|
|
|
+ <view class="enterprise-left flex align-center">
|
|
|
+ <view class="avatar-container">
|
|
|
+ <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
|
|
|
+ style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode=""></image>
|
|
|
+ <view class="online-dot"></view>
|
|
|
+ </view>
|
|
|
+ <view class="enterprise-box-c-info-n">
|
|
|
+ <view class="">
|
|
|
+ {{info.company?info.company.companyName:''}}
|
|
|
+ </view>
|
|
|
+ <view class="">
|
|
|
+ {{info.company?info.company.companyScope:''}}
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ 3分钟前回复
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="more-jobs flex align-center" @click="goToMoreJobs">
|
|
|
+ <text>更多职位</text>
|
|
|
+ <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="28"></u-icon>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
<!-- 岗位介绍 -->
|
|
|
<view class="jobRemarks flex justify-center">
|
|
|
<!-- <skeleton type="round" bgColor="#ffffff"> -->
|
|
|
<view class="jobRemarks-box flex justify-center">
|
|
|
<view class="jobRemarks-box-c">
|
|
|
- <view class="jobRemarks-box-c-title">
|
|
|
- 岗位介绍
|
|
|
+ <view class="jobRemarks-box-c-title flex align-center">
|
|
|
+ <image src="/static/images/index/ins.png" class="title-icon"></image>
|
|
|
+ <text>岗位介绍</text>
|
|
|
</view>
|
|
|
<view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.tag">
|
|
|
<view class="jobRemarks-box-c-label-item" v-for="(item,index) in info.tag.split(',')"
|
|
@@ -43,13 +105,37 @@
|
|
|
{{item}}
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="job-description">
|
|
|
+ <view class="description-item">1.负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;</view>
|
|
|
+ <view class="description-item">2.做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售策略;</view>
|
|
|
+ <view class="description-item">3.熟悉Amazon店铺操作,负责店铺产品编辑上传,精准把握关键词选择,负责标题,详情页面的优化;</view>
|
|
|
+ <view class="description-item">4.熟悉Amazon平台规则,熟悉Amazon站内广告投放和促销式,站外促销,找红人营销等提高曝光率和转化率的引流方;</view>
|
|
|
+ <view class="description-item">5.控制产品风险,合理规划FBA库存,及时合理处理滞销FBA库存;</view>
|
|
|
+ <view class="description-item">6.对产品销售进行跟踪,分析,及时汇报销售中存在的问题,并给出可行性意见;</view>
|
|
|
+ <view class="description-item">7.及时处理客户留言及回评,解答客户相关咨询与投诉,并进行问题整理统计分析,提高店铺的好评率,确保账号安全;</view>
|
|
|
+ <view class="description-item">8.每月定期整理分析运营各项数据,并提出相应的合理化建议。</view>
|
|
|
+
|
|
|
+ <view class="description-item">工作经验要求:</view>
|
|
|
+ <view class="description-item">1.Amazon平台欧美站点1年以上独立运营经验,英语能力良好</view>
|
|
|
+ <view class="description-item">2.了解亚马逊平台算法逻辑和排名规则,有清晰的运营思路,掌握亚马逊平台推广技巧</view>
|
|
|
+ <view class="description-item">3.能接受小精品/精铺模式,品类不限,发展空间更大</view>
|
|
|
+ <view class="description-item">4.熟练掌握办公软件,擅长Excel表格的数据汇总和整理</view>
|
|
|
+ <view class="description-item">5.有团队合作精神,良好的沟通和人际交往能力,有较好的主动性及挑战自我的信心</view>
|
|
|
+ <view class="description-item">6.会使用各种AI来辅助运营工作,做过英国,欧洲本土号的优先录用</view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
<view class="jobRemarks-box-c-con" v-if="info.positionDetails">
|
|
|
<view class="jobRemarks-box-c-con-item" v-html="info.positionDetails">
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
<view class="jobRemarks-box-c-line"></view>
|
|
|
- <view class="jobRemarks-box-c-title" style="margin-top: 25rpx;">
|
|
|
- 岗位福利
|
|
|
+
|
|
|
+ <view class="jobRemarks-box-c-title flex align-center" style="margin-top: 25rpx;">
|
|
|
+ <image src="/static/images/index/welfare.png" class="title-icon"></image>
|
|
|
+ <text>岗位福利</text>
|
|
|
</view>
|
|
|
<view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.positionWelfare">
|
|
|
<view class="jobRemarks-box-c-label-item"
|
|
@@ -63,36 +149,40 @@
|
|
|
暂无
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="job-description">
|
|
|
+ <view class="description-item">1.完整的晋升机制,每年2次调薪机会;</view>
|
|
|
+ <view class="description-item">2.满一年五天带薪年假;</view>
|
|
|
+ <view class="description-item">3.每月员工下午茶;</view>
|
|
|
+ <view class="description-item">4.各类大促活动有对应的激励方案;</view>
|
|
|
+ <view class="description-item">5.丰厚的提成和年终奖励;</view>
|
|
|
+ <view class="description-item">6.开设员工俱乐部:羽毛球、篮球、舞蹈、瑜伽等等。</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- </skeleton> -->
|
|
|
</view>
|
|
|
+
|
|
|
<!-- 企业简介 -->
|
|
|
- <view class="enterprise flex justify-center" v-if="info.lng" @click="goInfo(info.company.companyId)">
|
|
|
+ <view class="enterprise" v-if="info.lng">
|
|
|
+ <!-- 公司介绍卡片 -->
|
|
|
+ <view class="company-intro-card" @click="goInfo(info.company.companyId)">
|
|
|
+ <view class="company-avatar">
|
|
|
+ <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
|
|
|
+ style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode="aspectFill"></image>
|
|
|
+ </view>
|
|
|
+ <view class="company-info">
|
|
|
+ <view class="company-name">{{info.company?info.company.companyName:''}}</view>
|
|
|
+ <view class="company-details">{{info.company?info.company.companyPeople:''}} · {{info.company?info.company.companyScope:''}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="company-arrow">
|
|
|
+ <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="32"></u-icon>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 地图区域 -->
|
|
|
<view class="enterprise-box flex justify-center">
|
|
|
<view class="enterprise-box-c">
|
|
|
- <view class="enterprise-box-c-info flex align-center">
|
|
|
- <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
|
|
|
- style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode=""></image>
|
|
|
- <view class="enterprise-box-c-info-n">
|
|
|
- <view class="">
|
|
|
- {{info.company?info.company.companyName:''}}
|
|
|
- </view>
|
|
|
- <view class="">
|
|
|
- {{info.company?info.company.companyScope:''}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="enterprise-box-c-bto flex align-center justify-between" @click.stop="gotoMap()">
|
|
|
- <view class="enterprise-box-c-bto-l flex align-center">
|
|
|
- <u-icon name="map" color="#00B88F" style="margin-left: 20rpx;margin-right: 10rpx;"
|
|
|
- size="28"></u-icon>
|
|
|
- {{info.province?info.province:''}}{{info.city?info.city:''}}{{info.county?info.county:''}}{{info.address?info.address:''}}
|
|
|
- </view>
|
|
|
- <view class="enterprise-box-c-bto-r">
|
|
|
- <u-icon name="arrow-right" color="#00B88F" style="margin-right: 20rpx;" size="28"></u-icon>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
<!-- #ifndef APP -->
|
|
|
<view class="enterprise-box-c-map">
|
|
|
<map style="width: 100%; height: 100%;" scale="14" @tap.stop="gotoMap()" :latitude="info.lat"
|
|
@@ -100,14 +190,15 @@
|
|
|
</map>
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
-
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 底部操作 -->
|
|
|
<view class="caozuo flex justify-center align-center">
|
|
|
- <view class="caozuo-box flex align-center justify-between">
|
|
|
+ <view class="caozuo-box-r flex justify-center align-center" @click="bindphone(2)">
|
|
|
+ 立即沟通
|
|
|
+ </view>
|
|
|
+<!-- <view class="caozuo-box flex align-center justify-between">
|
|
|
<view class="caozuo-box-l flex align-center">
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view class="caozuo-box-l-item flex align-center flex-wrap">
|
|
@@ -147,10 +238,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="caozuo-box-r flex align-center justify-center" @click="bindphone(2)">
|
|
|
- 立即联系
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -180,9 +268,11 @@
|
|
|
</u-popup>
|
|
|
<!-- 返回首页按钮 -->
|
|
|
<!-- #ifdef H5 -->
|
|
|
- <view class="backHome" @click="goHome()">
|
|
|
- <image src="../../../static/images/index/backHome.png" mode=""></image>
|
|
|
- </view>
|
|
|
+ <!--
|
|
|
+ <view class="backHome" @click="goHome()">
|
|
|
+ <image src="../../../static/images/index/backHome.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ -->
|
|
|
<!-- #endif -->
|
|
|
|
|
|
</view>
|
|
@@ -272,6 +362,14 @@
|
|
|
this.getInfo()
|
|
|
},
|
|
|
methods: {
|
|
|
+ // 返回上一页
|
|
|
+ goBack() {
|
|
|
+ uni.navigateBack();
|
|
|
+ },
|
|
|
+ // 显示分享选项
|
|
|
+ showShare() {
|
|
|
+ this.shows = true;
|
|
|
+ },
|
|
|
//判断岗位名称与职位名称是否相同(不区分大小写)
|
|
|
isSameName(className, name) {
|
|
|
let str1 = className.trim();
|
|
@@ -501,16 +599,76 @@
|
|
|
url: '/my/enterpriseInfo/enterpriseInfo?companyId=' + companyId
|
|
|
})
|
|
|
},
|
|
|
+ //跳转更多职位
|
|
|
+ goToMoreJobs() {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/package/list/companyList?companyId=' + this.info.company.companyId
|
|
|
+ })
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
page {
|
|
|
- background-color: #F2F2F7;
|
|
|
+ // background-color: #F2F2F7;
|
|
|
padding-bottom: 200rpx;
|
|
|
}
|
|
|
|
|
|
+ .nav-bar {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+
|
|
|
+ .nav-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-start;
|
|
|
+ width: 96rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-title {
|
|
|
+ flex: 1;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 26px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-end;
|
|
|
+ width: 96rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-icons {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ gap: 24rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-icon {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ width: 36rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-img {
|
|
|
+ width: 42rpx;
|
|
|
+ height: 42rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-img.active {
|
|
|
+ filter: hue-rotate(120deg) saturate(1.5);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
button {
|
|
|
background: #ffffff;
|
|
|
border: none !important;
|
|
@@ -576,22 +734,40 @@
|
|
|
margin-top: 30rpx;
|
|
|
|
|
|
.job-info {
|
|
|
- width: 686rpx;
|
|
|
+ // width: 686rpx;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
border-radius: 24rpx;
|
|
|
background-color: #ffffff;
|
|
|
|
|
|
.job-info-c {
|
|
|
- width: 626rpx;
|
|
|
+ // width: 626rpx;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
padding-top: 30rpx;
|
|
|
padding-bottom: 30rpx;
|
|
|
}
|
|
|
|
|
|
+ .enterprise-box-c-bto {
|
|
|
+ width: 100%;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ margin-top: 34rpx;
|
|
|
+ color: rgba(156, 164, 171, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 12px;
|
|
|
+ letter-spacing: 0.5%;
|
|
|
+ }
|
|
|
+
|
|
|
.job-info-c-title {
|
|
|
- color: #333333;
|
|
|
- font-size: 38rpx;
|
|
|
- font-weight: 800;
|
|
|
+ color: rgba(58, 57, 67, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 26px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 30px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.job-info-c-label {
|
|
@@ -599,42 +775,137 @@
|
|
|
|
|
|
.job-info-c-label-item {
|
|
|
margin-right: 30rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 28rpx;
|
|
|
- margin-bottom: 10rpx;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ padding: 4px;
|
|
|
+ border-radius: 6px;
|
|
|
+ background: rgba(198, 198, 198, 0.1);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.job-info-c-price {
|
|
|
- color: #00B88F;
|
|
|
- font-size: 38rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin-top: 30rpx;
|
|
|
+ color: rgba(1, 107, 246, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 20px;
|
|
|
+ letter-spacing: 0.5%;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .enterprise-box-c-info {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ padding: 16px;
|
|
|
+ border: 0.5px solid rgba(227, 231, 236, 1);
|
|
|
+ border-radius: 6px;
|
|
|
+ background: rgba(253, 253, 253, 1);
|
|
|
+ // margin-top: 40rpx;
|
|
|
+
|
|
|
+ .enterprise-left {
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ .avatar-container {
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .online-dot {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 4rpx;
|
|
|
+ right: 4rpx;
|
|
|
+ width: 20rpx;
|
|
|
+ height: 20rpx;
|
|
|
+ background: #00D26A;
|
|
|
+ border: 2rpx solid #ffffff;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .more-jobs {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-size: 22rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ gap: 8rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .enterprise-box-c-info-n {
|
|
|
+ margin-left: 18rpx;
|
|
|
+
|
|
|
+ view:nth-of-type(1) {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ view:nth-of-type(2) {
|
|
|
+ color: #999999;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ margin-top: 8rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ view:nth-of-type(3) {
|
|
|
+ display: inline-block;
|
|
|
+ width: auto;
|
|
|
+ border-radius: 6px;
|
|
|
+ padding: 4rpx 12rpx;
|
|
|
+ background: rgba(236, 225, 253, 1);
|
|
|
+ color: rgba(107, 85, 214, 0.96);
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ margin-top: 8rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.jobRemarks {
|
|
|
width: 100%;
|
|
|
- margin-top: 20rpx;
|
|
|
|
|
|
.jobRemarks-box {
|
|
|
- width: 686rpx;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: #ffffff;
|
|
|
border-radius: 24rpx;
|
|
|
|
|
|
.jobRemarks-box-c {
|
|
|
- width: 628rpx;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
padding-top: 30rpx;
|
|
|
padding-bottom: 30rpx;
|
|
|
}
|
|
|
|
|
|
.jobRemarks-box-c-title {
|
|
|
- color: #333333;
|
|
|
+ color: rgba(1, 107, 246, 1);
|
|
|
font-size: 32rpx;
|
|
|
- font-weight: 800;
|
|
|
+ padding: 8px 12px;
|
|
|
+ border-radius: 36px;
|
|
|
+ font-weight: 500;
|
|
|
+ background: rgba(246, 246, 246, 1);
|
|
|
+
|
|
|
+ .title-icon {
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .job-description {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+
|
|
|
+ .description-item {
|
|
|
+ color: rgba(97, 110, 124, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ text-align: left;
|
|
|
+ margin-bottom: 8rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.jobRemarks-box-c-label {
|
|
@@ -642,13 +913,14 @@
|
|
|
margin-top: 25rpx;
|
|
|
|
|
|
.jobRemarks-box-c-label-item {
|
|
|
- color: #666666;
|
|
|
- font-size: 24rpx;
|
|
|
+ color: rgba(1, 107, 246, 1);
|
|
|
+ font-size: 20rpx;
|
|
|
padding: 10rpx 15rpx;
|
|
|
background-color: #F6F6F6;
|
|
|
- border-radius: 8rpx;
|
|
|
+ border-radius: 10rpx;
|
|
|
margin-right: 20rpx;
|
|
|
margin-bottom: 10rpx;
|
|
|
+ background: rgba(252, 233, 220, 1);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -674,55 +946,58 @@
|
|
|
|
|
|
.enterprise {
|
|
|
width: 100%;
|
|
|
- // height: 256rpx;
|
|
|
margin-top: 25rpx;
|
|
|
|
|
|
- .enterprise-box {
|
|
|
- width: 686rpx;
|
|
|
+ .company-intro-card {
|
|
|
+ width: 100%;
|
|
|
background-color: #ffffff;
|
|
|
- height: 100%;
|
|
|
- padding-bottom: 25rpx;
|
|
|
border-radius: 24rpx;
|
|
|
+ padding: 12rpx 24rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ border: 0.5px solid rgba(227, 231, 236, 1);
|
|
|
|
|
|
- .enterprise-box-c {
|
|
|
- width: 626rpx;
|
|
|
- height: 100%;
|
|
|
+ .company-avatar {
|
|
|
+ flex-shrink: 0;
|
|
|
+ margin-right: 24rpx;
|
|
|
}
|
|
|
|
|
|
- .enterprise-box-c-info {
|
|
|
- width: 100%;
|
|
|
- height: 95rpx;
|
|
|
- margin-top: 40rpx;
|
|
|
-
|
|
|
- .enterprise-box-c-info-n {
|
|
|
- margin-left: 18rpx;
|
|
|
+ .company-info {
|
|
|
+ flex: 1;
|
|
|
|
|
|
- view:nth-of-type(1) {
|
|
|
- color: #333333;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 800;
|
|
|
- }
|
|
|
+ .company-name {
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 1.4;
|
|
|
+ margin-bottom: 8rpx;
|
|
|
+ }
|
|
|
|
|
|
- view:nth-of-type(2) {
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 500;
|
|
|
- margin-top: 10rpx;
|
|
|
- }
|
|
|
+ .company-details {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 1.4;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .enterprise-box-c-bto {
|
|
|
+ .company-arrow {
|
|
|
+ flex-shrink: 0;
|
|
|
+ margin-left: 48rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .enterprise-box {
|
|
|
+ width: 100%;
|
|
|
+ background-color: #ffffff;
|
|
|
+ height: 100%;
|
|
|
+ padding-bottom: 25rpx;
|
|
|
+ border-radius: 24rpx;
|
|
|
+
|
|
|
+ .enterprise-box-c {
|
|
|
width: 100%;
|
|
|
- // height: 60rpx;
|
|
|
- padding-top: 15rpx;
|
|
|
- padding-bottom: 15rpx;
|
|
|
- background-color: #EDFFFB;
|
|
|
- border-radius: 30rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
- color: #00B88F;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 500;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.enterprise-box-c-map {
|
|
@@ -738,39 +1013,41 @@
|
|
|
height: 120rpx;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
+ left: 0;
|
|
|
background-color: #ffffff;
|
|
|
-
|
|
|
- .caozuo-box {
|
|
|
- width: 686rpx;
|
|
|
+
|
|
|
+ .caozuo-box-r {
|
|
|
+ // width: 400rpx;
|
|
|
+ width: 90%;
|
|
|
height: 80rpx;
|
|
|
+ color: #ffffff;
|
|
|
+ border-radius: 45rpx;
|
|
|
+ /* #ifndef APP-PLUS */
|
|
|
+ background: var(--线性渐变, linear-gradient(90.00deg, rgba(13, 39, 247, 1),rgba(19, 193, 234, 1) 100%));
|
|
|
+ /* #endif */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ background: var(--线性渐变, linear-gradient(90.00deg, rgba(13, 39, 247, 1),rgba(19, 193, 234, 1) 100%));
|
|
|
+ line-height: 80rpx;
|
|
|
+ text-align: center;
|
|
|
+ /* #endif */
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 800;
|
|
|
+ }
|
|
|
|
|
|
- .caozuo-box-l {
|
|
|
+ // .caozuo-box {
|
|
|
+ // width: 686rpx;
|
|
|
+ // height: 80rpx;
|
|
|
|
|
|
- .caozuo-box-l-item {
|
|
|
- width: 60rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #242424;
|
|
|
- font-weight: 500;
|
|
|
- margin-right: 50rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ // .caozuo-box-l {
|
|
|
|
|
|
- .caozuo-box-r {
|
|
|
- width: 400rpx;
|
|
|
- height: 100%;
|
|
|
- color: #ffffff;
|
|
|
- border-radius: 45rpx;
|
|
|
- /* #ifndef APP-PLUS */
|
|
|
- background: linear-gradient(90deg, #00DCC2 0%, #00DC94 100%);
|
|
|
- /* #endif */
|
|
|
- /* #ifdef APP-PLUS */
|
|
|
- background-color: #00DCC2;
|
|
|
- line-height: 80rpx;
|
|
|
- text-align: center;
|
|
|
- /* #endif */
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 800;
|
|
|
- }
|
|
|
- }
|
|
|
+ // .caozuo-box-l-item {
|
|
|
+ // width: 60rpx;
|
|
|
+ // font-size: 24rpx;
|
|
|
+ // color: #242424;
|
|
|
+ // font-weight: 500;
|
|
|
+ // margin-right: 50rpx;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
</style>
|