123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <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>
- <image class="top_img" src="{{item}}"></image>
- </swiper-item>
- </block>
- </swiper>
- </view>
- <view class="content-all">
-
- <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="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 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="gotoSchoolTrip"></image>
- <view class="content-top-text">校招行程</view>
- </view>
- </view>
- </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>
- <view class="school-view-right">
- <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>
- </view>
- </view> -->
- <!-- <view class="bottom">
- <view class="left">
- <view class="left_1" bindtap="gotoCompanyProfile">
- <view>公司简介</view>
- </view>
- <view class="left_2" bindtap="gotoSociology">社招岗位</view>
- <view class="left_3" bindtap="gotoEmployeeBenefits">员工待遇</view>
- <view class="left_4" bindtap="gotoCorporateCulture">企业文化</view>
- </view>
- <view class="right">
- <view class="right_1" bindtap="gotoSchool">校招岗位</view>
- <view class="right_2" bindtap="gotoWorkEnvironment">工作环境</view>
- <view class="right_3" bindtap="gotoSchoolTrip">校招行程</view>
- <view class="right_4" bindtap="gotoPerson">个人中心</view>
- </view>
- </view> -->
- </view>
|