index.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <template>
  2. <view class="main">
  3. <Nav></Nav>
  4. <view class="main-header">
  5. <!-- <uni-title type="h1" align="center" title="门墩儿猎头"></uni-title> -->
  6. <view>我们深知卓越的领导力是企业业绩增长的关键。我们专注于为企业提供精准的人才洞见,助力企业在人才招聘、培养和晋升方面做出明智选择,从而优化高管团队的整体表现,推动企业持续发展。</view>
  7. </view>
  8. <view class="main-panel">
  9. <view class="box" v-for="item in list" :key="item.title">
  10. <text class="top">{{ item.title }}</text>
  11. {{ item.desc }}
  12. </view>
  13. </view>
  14. <view class="main-nav">
  15. <view class="main-nav-item" v-for="item in service" :key="item.id" @tap="handleToDetails('service', item.id)">{{ item.title }}</view>
  16. </view>
  17. <view class="main-body">
  18. <view>
  19. <view class="title">依托在高管寻聘和领导力咨询方面的深厚专业知识,我们的顾问可进行跨行业、跨部门和跨地区的合作,以便更好地服务我们的客户。 我们帮助组织寻找和培养优秀的领导者,提高团队效力,支持战略或文化转型。</view>
  20. <uni-title type="h1" title="我们的顾问" align="center"></uni-title>
  21. <swiper
  22. class="swiper"
  23. circular
  24. :indicator-dots="true"
  25. :autoplay="true"
  26. :interval="2000"
  27. :duration="500"
  28. >
  29. <swiper-item v-for="item in consultant" :key="item.id">
  30. <view class="swiper-item">
  31. <image
  32. :src="item.avatar"
  33. mode="heightFix"
  34. />
  35. <text>{{ item.enName }}</text>
  36. </view>
  37. </swiper-item>
  38. </swiper>
  39. </view>
  40. <view>
  41. <uni-title type="h1" title="我们的办公地点" align="center"></uni-title>
  42. <view class="main-body-office">
  43. <view v-for="item in countryOffice" :key="item.name" class="main-body-office-item">
  44. <image
  45. :src="item.url"
  46. mode="widthFix"
  47. />
  48. <view class="text">{{ item.name }}</view>
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <uni-title type="h1" title="联系我们" align="center"></uni-title>
  54. <view class="main-footer">
  55. <uni-title type="h3" title="欢迎关注,了解门墩儿的新动态。"></uni-title>
  56. <view class="subTitle">门墩儿在所有主流社交媒体都有账号。欢迎关注我们,以便了解关于发展趋势和领导力问题的最新见解。</view>
  57. <view class="main-footer-contact">
  58. <view class="main-footer-contact-item"><text>猎头顾问</text>:姚嘉庆 Julia Yao</view>
  59. <view class="main-footer-contact-item"><text>邮箱</text>:Julia.yao@menduner.com</view>
  60. <view class="main-footer-contact-item"><text>手机</text>:18501626969</view>
  61. <view class="qr">
  62. <image
  63. src="https://minio.citupro.com/dev/menduner/official-account-code4.jpg"
  64. mode="scaleToFill"
  65. />
  66. <view class="subTitle">关注menduner公众号</view>
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. </template>
  72. <!-- 猎头 -->
  73. <script setup>
  74. import Nav from './components/nav'
  75. // import { ref } from 'vue'
  76. const consultant = [
  77. { country: '苏州', enName: '田森博士(Simon Tian)', id: 'simon', avatar: 'https://minio.citupro.com/dev/menduner/consultant/simon.png' },
  78. { country: '北京', enName: '潘青海先生(Peter Pan)', id: 'peter', avatar: 'https://minio.citupro.com/dev/menduner/consultant/peter.png' },
  79. { country: '北京', enName: '姚嘉庆女士(Julia Yao)', id: 'julia', avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png' }
  80. ]
  81. // 数值示例
  82. const list = [
  83. { title: '1500家+', desc: '服务企业' },
  84. { title: '70%', desc: '拥有本科及以上学历人群' },
  85. { title: '12种', desc: '涉及行业' }
  86. ]
  87. // 服务
  88. const service = [
  89. { title: '高级管理精英甄选', id: 'selection-senior-management-elite' },
  90. { title: '人才发展储备策略', id: 'talent-development-reserve-strategy' },
  91. { title: '管理者能力提升方案', id: 'manager-capability-enhancement-plan' },
  92. { title: '卓越成长轨迹', id: 'excellent-growth-trajectory' },
  93. { title: '高管信誉与资质验证', id: 'senior-management-elite-verification' },
  94. { title: '多样化的人才网络', id: 'diversified-talent-network' }
  95. ]
  96. // 办公地点
  97. const countryOffice = [
  98. { name: '苏州', desc: '苏州识喜识谊信息科技有限公司', url: 'https://minio.menduner.com/dev/menduner/suzhou.png' },
  99. { name: '北京', desc: '苏州识喜识谊信息科技有限公司', url: 'https://minio.menduner.com/dev/menduner/beijin.png' },
  100. { name: '广州', desc: '苏州识喜识谊信息科技有限公司', url: 'https://minio.menduner.com/dev/menduner/guangzhou.png' }
  101. ]
  102. const handleToDetails = (type, id) => {
  103. uni.navigateTo({
  104. url: `/pagesB/headhunting/pages/details?type=${type}&key=${id}`
  105. })
  106. }
  107. </script>
  108. <style lang="scss" scoped>
  109. $rootColor: #00695c;
  110. .main {
  111. &-header {
  112. width: 100%;
  113. height: 300rpx;
  114. background: url('https://minio.menduner.com/dev/menduner/banner.png') no-repeat;
  115. background-position: center;
  116. background-size: 100% 100%;
  117. font-weight: 600;
  118. font-size: 24rpx;
  119. color: #FFF;
  120. text-align: center;
  121. padding: 0 40rpx;
  122. line-height: 46rpx;
  123. box-sizing: border-box;
  124. position: relative;
  125. display: flex;
  126. align-items: center;
  127. }
  128. &-panel {
  129. margin: 20px 0;
  130. height: 80rpx;
  131. width: 100%;
  132. // background: rgba(255, 255, 255, 0.5);
  133. color: $rootColor;
  134. // position: absolute;
  135. // bottom: 0;
  136. // left: 0;
  137. display: flex;
  138. justify-content: space-between;
  139. align-items: center;
  140. font-size: 20rpx;
  141. margin: 20rpx 0;
  142. .box {
  143. flex: 1;
  144. display: flex;
  145. justify-content: center;
  146. flex-direction: column;
  147. font-weight: 600;
  148. align-items: center;
  149. .top {
  150. font-size: 40rpx;
  151. }
  152. }
  153. }
  154. &-nav {
  155. display: flex;
  156. flex-wrap: wrap;
  157. justify-content: space-around;
  158. padding-top: 20rpx;
  159. margin: 20px 0;
  160. &-item {
  161. width: 30%;
  162. font-size: 20rpx;
  163. color: $rootColor;
  164. border: 1px solid $rootColor;
  165. padding: 20rpx 0;
  166. margin-bottom: 20rpx;
  167. display: flex;
  168. align-items: center;
  169. justify-content: center;
  170. }
  171. }
  172. &-body {
  173. margin: 20px 0;
  174. .title {
  175. padding: 40rpx 30rpx;
  176. text-align: center;
  177. font-size: 24rpx;
  178. background: rgba(0,0,0,.1);
  179. color: $rootColor;
  180. }
  181. .swiper {
  182. height: 600rpx;
  183. &-item {
  184. display: flex;
  185. flex-direction: column;
  186. // justify-content: center;
  187. align-items: center;
  188. }
  189. }
  190. &-office {
  191. display: flex;
  192. justify-content: space-around;
  193. &-item {
  194. width: 30%;
  195. position: relative;
  196. image {
  197. width: 100%;
  198. }
  199. .text {
  200. position: absolute;
  201. top: 0;
  202. left: 0;
  203. width: 100%;
  204. height: 100%;
  205. display: flex;
  206. align-items: center;
  207. justify-content: center;
  208. background: rgba(76, 76, 78, 0.6);
  209. font-size: 36rpx;
  210. font-weight: 600;
  211. color: #FFF;
  212. }
  213. }
  214. }
  215. }
  216. &-footer {
  217. width: 100%;
  218. padding: 20rpx;
  219. box-sizing: border-box;
  220. background: #e8f0f7;
  221. .subTitle {
  222. font-size: 24rpx;
  223. margin-bottom: 20rpx;
  224. line-height: 40rpx;
  225. color: #666;
  226. }
  227. &-contact {
  228. &-item {
  229. margin-bottom: 20rpx;
  230. text {
  231. display: inline-block;
  232. width: 140rpx;
  233. text-align-last: justify;
  234. }
  235. }
  236. }
  237. .qr {
  238. image {
  239. width: 240rpx;
  240. height: 240rpx;
  241. margin-bottom: 10rpx;
  242. }
  243. width: 100%;
  244. display: flex;
  245. justify-content: center;
  246. flex-direction: column;
  247. align-items: center;
  248. margin-top: 20rpx;
  249. }
  250. }
  251. }
  252. </style>