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