index.wxml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <view class="container">
  2. <view class="top">
  3. <!-- <image class="top_img" src="https://www.hsayi.com/images/aacc93851bcd1442b1b531a64b88832e.png"></image> -->
  4. <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" indicator-color="#E0CCAF" indicator-active-color="#C29B61" style="height:538rpx">
  5. <block wx:for="{{background}}" wx:key="*this">
  6. <swiper-item>
  7. <image class="top_img" src="{{item}}"></image>
  8. </swiper-item>
  9. </block>
  10. </swiper>
  11. </view>
  12. <view class="content-all">
  13. <view class="person-button" bindtap="gotoPerson">
  14. <image class="head-img" src="{{userInfo.headerImg}}"></image>
  15. <view>
  16. <view style="font-weight:600">HI, {{userInfo.nickName}}</view>
  17. <view style="font-weight:800;margin-top:10rpx;font-size:36rpx">期待您的加入</view>
  18. </view>
  19. <!-- <image class="person-center" src="/images/new/person_center.png"></image> -->
  20. <view class="person-center-text flex-column">
  21. <view class="text-style">个人中心 ></view>
  22. </view>
  23. </view>
  24. <view class="content-bottom flex-column">
  25. <view class="info-style">
  26. <!-- 公司简介 -->
  27. <image class="content-bottom-style" src="/images/new/company-profile.png" bindtap="gotoCompanyProfile"></image>
  28. <!-- 工作环境 -->
  29. <image class="content-bottom-style" src="/images/new/work-environment.png" bindtap="gotoWorkEnvironment"></image>
  30. </view>
  31. <view class="info-style">
  32. <!-- 企业文化 -->
  33. <image class="content-bottom-style" src="/images/new/corporate-culture.png" bindtap="gotoCorporateCulture"></image>
  34. <!-- 福利待遇 -->
  35. <image class="content-bottom-style" src="/images/new/fringe-benefits.png" bindtap="gotoEmployeeBenefits"></image>
  36. </view>
  37. </view>
  38. <view class="content-lower flex-row">
  39. <image class="school-style" src="/images/new/recruitment-post.png" bindtap="gotoSchool"></image>
  40. <image class="school-style" src="/images/new/enrollment-schedule.png" bindtap="gotoSchoolTrip"></image>
  41. </view>
  42. </view>
  43. <!-- <view class="content-button">
  44. <view class="content-view profile" bindtap="gotoCompanyProfile">
  45. <view class="content-view-left">
  46. <view class="content-view-title">公司简介</view>
  47. <view class="content-view-english">COMPANY PROFILE ></view>
  48. </view>
  49. <image src="/images/new/introduce.png"></image>
  50. </view>
  51. <view class="content-view environment" bindtap="gotoWorkEnvironment">
  52. <view>
  53. <view class="content-view-title">工作环境</view>
  54. <view class="content-view-english">WORK ENVIRONMENT ></view>
  55. </view>
  56. <image src="/images/new/environment.png"></image>
  57. </view>
  58. <view class="content-view culture" bindtap="gotoCorporateCulture">
  59. <view>
  60. <view class="content-view-title">企业文化</view>
  61. <view class="content-view-english">CORPORATE CULTURE ></view>
  62. </view>
  63. <image src="/images/new/culture.png"></image>
  64. </view>
  65. <view class="content-view benefits" bindtap="gotoEmployeeBenefits">
  66. <view>
  67. <view class="content-view-title">福利待遇</view>
  68. <view class="content-view-english">EMPLOYEE BENEFITS ></view>
  69. </view>
  70. <image src="/images/new/treatment.png"></image>
  71. </view>
  72. </view> -->
  73. <!-- <view class="school-view">
  74. <image class ="school-img" src="/images/new/school.png"></image>
  75. <view class="school-view-right">
  76. <image class ="school-position" src="/images/new/school_position.png" bindtap="gotoSchool"></image>
  77. <image class ="school-trip" src="/images/new/school_trip.png" bindtap="gotoSchoolTrip"></image>
  78. </view>
  79. </view> -->
  80. <!-- <view class="bottom">
  81. <view class="left">
  82. <view class="left_1" bindtap="gotoCompanyProfile">
  83. <view>公司简介</view>
  84. </view>
  85. <view class="left_2" bindtap="gotoSociology">社招岗位</view>
  86. <view class="left_3" bindtap="gotoEmployeeBenefits">员工待遇</view>
  87. <view class="left_4" bindtap="gotoCorporateCulture">企业文化</view>
  88. </view>
  89. <view class="right">
  90. <view class="right_1" bindtap="gotoSchool">校招岗位</view>
  91. <view class="right_2" bindtap="gotoWorkEnvironment">工作环境</view>
  92. <view class="right_3" bindtap="gotoSchoolTrip">校招行程</view>
  93. <view class="right_4" bindtap="gotoPerson">个人中心</view>
  94. </view>
  95. </view> -->
  96. </view>