|
@@ -1,8 +1,7 @@
|
|
<view class="container">
|
|
<view class="container">
|
|
<view class="top">
|
|
<view class="top">
|
|
<!-- <image class="top_img" src="https://www.hsayi.com/images/aacc93851bcd1442b1b531a64b88832e.png"></image> -->
|
|
<!-- <image class="top_img" src="https://www.hsayi.com/images/aacc93851bcd1442b1b531a64b88832e.png"></image> -->
|
|
- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}"
|
|
|
|
- indicator-color="#E0CCAF" indicator-active-color="#C29B61" style="height:538rpx">
|
|
|
|
|
|
+ <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" indicator-color="#E0CCAF" indicator-active-color="#C29B61" style="height:538rpx">
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
<swiper-item>
|
|
<swiper-item>
|
|
<image class="top_img" src="{{item}}"></image>
|
|
<image class="top_img" src="{{item}}"></image>
|
|
@@ -11,37 +10,37 @@
|
|
</swiper>
|
|
</swiper>
|
|
</view>
|
|
</view>
|
|
<view class="content-all">
|
|
<view class="content-all">
|
|
-
|
|
|
|
|
|
+
|
|
<view class="person-button" bindtap="gotoPerson">
|
|
<view class="person-button" bindtap="gotoPerson">
|
|
<image class="head-img" src="{{userInfo.headerImg}}"></image>
|
|
<image class="head-img" src="{{userInfo.headerImg}}"></image>
|
|
<view>
|
|
<view>
|
|
- <view style="font-weight:500">Hi, {{userInfo.nickName}}</view>
|
|
|
|
- <view style="font-weight:800;font-style: oblique;margin-top:10rpx;font-size:36rpx">期待您的加入</view>
|
|
|
|
|
|
+ <view style="font-weight:600">HI, {{userInfo.nickName}}</view>
|
|
|
|
+ <view style="font-weight:800;margin-top:10rpx;font-size:36rpx">期待您的加入</view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- <image class="person-center" src="/images/new/person_center.png"></image> -->
|
|
|
|
+ <view class="person-center-text flex-column">
|
|
|
|
+ <view class="text-style">个人中心 ></view>
|
|
</view>
|
|
</view>
|
|
- <image class="person-center" src="/images/new/person_center.png"></image>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="content-bottom">
|
|
<view class="content-bottom">
|
|
- <image class="content-bottom-left" src="/images/new/introduce.png" bindtap="gotoCompanyProfile"></image>
|
|
|
|
- <view class="content-bottom-right">
|
|
|
|
- <image class="culture" src="/images/new/culture.png" bindtap="gotoCorporateCulture"></image>
|
|
|
|
- <view class="content-bottom-right-bottom">
|
|
|
|
- <image class="environment" src="/images/new/environment.png" bindtap="gotoWorkEnvironment"></image>
|
|
|
|
- <image class="treatment" src="/images/new/treatment.png" bindtap="gotoEmployeeBenefits"></image>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ <!-- 公司简介 -->
|
|
|
|
+ <image class="content-bottom-style" src="/images/new/company-profile.png" bindtap="gotoCompanyProfile"></image>
|
|
|
|
+ <!-- 工作环境 -->
|
|
|
|
+ <image class="content-bottom-style" src="/images/new/work-environment.png" bindtap="gotoWorkEnvironment"></image>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="content-top">
|
|
|
|
- <view class="content-top-v" style="margin-left:50px">
|
|
|
|
- <image class="school-position" src="/images/new/school_position.png" bindtap="gotoSchool"></image>
|
|
|
|
- <view class="content-top-text">校招岗位</view>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ <!-- 企业文化 -->
|
|
|
|
+ <image class="content-bottom-style" src="/images/new/corporate-culture.png" bindtap="gotoCorporateCulture"></image>
|
|
|
|
+ <!-- 福利待遇 -->
|
|
|
|
+ <image class="content-bottom-style" src="/images/new/fringe-benefits.png" bindtap="gotoEmployeeBenefits"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="top-line"></view>
|
|
|
|
- <view class="content-top-v" style="margin-right:50px">
|
|
|
|
- <image class="school-position" src="/images/new/school_trip.png" bindtap="gotoSchoolTrip"></image>
|
|
|
|
- <view class="content-top-text">校招行程</view>
|
|
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-lower">
|
|
|
|
+ <image class="school-style" src="/images/new/recruitment-post.png" bindtap="gotoSchool"></image>
|
|
|
|
+ <image class="school-style" src="/images/new/enrollment-schedule.png" bindtap="gotoSchoolTrip"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|