|
@@ -1,68 +1,90 @@
|
|
-
|
|
|
|
<view class="container">
|
|
<view class="container">
|
|
-<view class="top" >
|
|
|
|
- <!-- <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"
|
|
|
|
- >
|
|
|
|
- <block wx:for="{{background}}" wx:key="*this">
|
|
|
|
- <swiper-item>
|
|
|
|
|
|
+ <view class="top">
|
|
|
|
+ <!-- <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">
|
|
|
|
+ <block wx:for="{{background}}" wx:key="*this">
|
|
|
|
+ <swiper-item>
|
|
<image class="top_img" src="{{item}}"></image>
|
|
<image class="top_img" src="{{item}}"></image>
|
|
- </swiper-item>
|
|
|
|
- </block>
|
|
|
|
- </swiper>
|
|
|
|
-</view>
|
|
|
|
-<view class="content-button">
|
|
|
|
- <view class="content-view profile" bindtap="gotoCompanyProfile">
|
|
|
|
- <view class="content-view-left">
|
|
|
|
- <view class="content-view-title">公司简介</view>
|
|
|
|
- <view class="content-view-english">COMPANY PROFILE ></view>
|
|
|
|
- </view>
|
|
|
|
- <image src="/images/new/introduce.png"></image>
|
|
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </block>
|
|
|
|
+ </swiper>
|
|
</view>
|
|
</view>
|
|
- <view class="content-view environment" bindtap="gotoWorkEnvironment">
|
|
|
|
- <view>
|
|
|
|
- <view class="content-view-title">工作环境</view>
|
|
|
|
- <view class="content-view-english">WORK ENVIRONMENT ></view>
|
|
|
|
|
|
+ <view class="content-all">
|
|
|
|
+ <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>
|
|
|
|
+
|
|
|
|
+ <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="gotoSchool"></image>
|
|
|
|
+ <view class="content-top-text">校招行程</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <image src="/images/new/environment.png"></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="content-view culture" bindtap="gotoCorporateCulture">
|
|
|
|
- <view>
|
|
|
|
- <view class="content-view-title">企业文化</view>
|
|
|
|
- <view class="content-view-english">CORPORATE CULTURE ></view>
|
|
|
|
|
|
+ <view class="person-button" bindtap="gotoPerson">
|
|
|
|
+ <image class="head-img" src="{{userInfo.headerImg}}"></image>
|
|
|
|
+ <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>
|
|
|
|
+ <image class="person-center" src="/images/new/person_center.png"></image>
|
|
</view>
|
|
</view>
|
|
- <image src="/images/new/culture.png"></image>
|
|
|
|
- </view>
|
|
|
|
- <view class="content-view benefits" bindtap="gotoEmployeeBenefits">
|
|
|
|
- <view>
|
|
|
|
- <view class="content-view-title" >福利待遇</view>
|
|
|
|
- <view class="content-view-english">EMPLOYEE BENEFITS ></view>
|
|
|
|
|
|
+
|
|
|
|
+ <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>
|
|
</view>
|
|
</view>
|
|
- <image src="/images/new/treatment.png"></image>
|
|
|
|
</view>
|
|
</view>
|
|
-</view>
|
|
|
|
-<view class="person-button" bindtap="gotoPerson">
|
|
|
|
-<image class="head-img" src="{{userInfo.headerImg}}"></image>
|
|
|
|
-<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>
|
|
|
|
-<image class="person-center" src="/images/new/person_center.png"></image>
|
|
|
|
-</view>
|
|
|
|
|
|
|
|
-<view class="school-view">
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- <view class="content-button">
|
|
|
|
+ <view class="content-view profile" bindtap="gotoCompanyProfile">
|
|
|
|
+ <view class="content-view-left">
|
|
|
|
+ <view class="content-view-title">公司简介</view>
|
|
|
|
+ <view class="content-view-english">COMPANY PROFILE ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/introduce.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view environment" bindtap="gotoWorkEnvironment">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title">工作环境</view>
|
|
|
|
+ <view class="content-view-english">WORK ENVIRONMENT ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/environment.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view culture" bindtap="gotoCorporateCulture">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title">企业文化</view>
|
|
|
|
+ <view class="content-view-english">CORPORATE CULTURE ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/culture.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view benefits" bindtap="gotoEmployeeBenefits">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title">福利待遇</view>
|
|
|
|
+ <view class="content-view-english">EMPLOYEE BENEFITS ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/treatment.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ </view> -->
|
|
|
|
+ <!-- <view class="school-view">
|
|
<image class ="school-img" src="/images/new/school.png"></image>
|
|
<image class ="school-img" src="/images/new/school.png"></image>
|
|
|
|
|
|
<view class="school-view-right">
|
|
<view class="school-view-right">
|
|
<image class ="school-position" src="/images/new/school_position.png" bindtap="gotoSchool"></image>
|
|
<image class ="school-position" src="/images/new/school_position.png" bindtap="gotoSchool"></image>
|
|
<image class ="school-trip" src="/images/new/school_trip.png" bindtap="gotoSchoolTrip"></image>
|
|
<image class ="school-trip" src="/images/new/school_trip.png" bindtap="gotoSchoolTrip"></image>
|
|
</view>
|
|
</view>
|
|
-</view>
|
|
|
|
-<!-- <view class="bottom">
|
|
|
|
|
|
+</view> -->
|
|
|
|
+ <!-- <view class="bottom">
|
|
<view class="left">
|
|
<view class="left">
|
|
<view class="left_1" bindtap="gotoCompanyProfile">
|
|
<view class="left_1" bindtap="gotoCompanyProfile">
|
|
<view>公司简介</view>
|
|
<view>公司简介</view>
|