index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. <template>
  2. <div class="coopetate">
  3. <common-banner
  4. :img="bgImg"
  5. :height="324">
  6. <h2>加盟合作</h2>
  7. </common-banner>
  8. <!-- 项目介绍 -->
  9. <div class="project">
  10. <title-content :title="'项目介绍'" :titleSub="'PROJECT INTRODUCTION'"></title-content>
  11. <div class="p-content w1200">
  12. <div class="left">
  13. <img :src="projectImg" alt="" srcset="">
  14. </div>
  15. <div class="right">
  16. <p>
  17. 中德智慧教育集团旗下北京逻辑狗教育科技有限公司创立培训机构思维教育品牌加盟,开创性提出了
  18. <strong>逻辑狗专柜、逻辑狗探索小镇、逻辑狗思维体验Plus、逻辑狗思维体验Home</strong>项目定位于专注3.4岁-12岁儿童优质思维能力养成的场景式、游戏化体验中心,为3~12岁儿童提供国际品质的全球同频思维训练课程与服务。
  19. </p>
  20. <p style="margin-top: 35px">
  21. 18年品牌深耕、1100万中国家庭的选择标注化、精细化运营,赋能合作伙伴,共同成就具有影响力的儿童思维教育品牌。
  22. </p>
  23. </div>
  24. </div>
  25. </div>
  26. <!-- 合作模式 -->
  27. <div class="model bgF8">
  28. <title-content :title="'合作模式'" :titleSub="'COOPERATION'"></title-content>
  29. <div class="m-content w1200">
  30. <div class="m-tab">
  31. <div
  32. :class="['m-tab-item', `m-tab-item${index}`]"
  33. :style="{ backgroundImage: currentMtab == index ? `url(${item.imgUrlSel})` : `url(${item.imgUrl})` }"
  34. @mouseover="tabMouseover(index)" @mouseleave="tabMouseleave(index)"
  35. v-for="(item, index) in mTabList" :key="index">
  36. </div>
  37. </div>
  38. <div class="tab-centent">
  39. <div class="tab-content-01" v-show="currentMtab == 0">
  40. <div class="tab-content-item left">
  41. <img :src="tabContent01" alt="" srcset="">
  42. <div class="content-info content-info-left">
  43. <div class="title">技术支持</div>
  44. <div class="desc">满足公司合作条件后,支持线上门店设立、线下门店管理和运营等技术输出</div>
  45. </div>
  46. </div>
  47. <div class="tab-content-item right">
  48. <img :src="tabContent02" alt="" srcset="">
  49. <div class="content-info content-info-right">
  50. <div class="title">整体加盟</div>
  51. <div class="desc">满足公司合作条件后,支付相应的整体加盟费用,整体店铺加盟,价格、服务由公司整体输出。</div>
  52. </div>
  53. <!-- <div class="title">技术支持</div>
  54. <div class="desc">满足公司合作条件后,支付相应的整体加盟费用,整体店铺加盟,价格、服务由公司整体输出。</div> -->
  55. </div>
  56. </div>
  57. <div class="tab-content-02" v-show="currentMtab == 1">
  58. <img class="img-content-02-01" :src="tabContent03" alt="" srcset="">
  59. <img class="img-content-02-02" :src="tabContent04" alt="" srcset="">
  60. </div>
  61. <div class="tab-content-03" v-show="currentMtab == 2">
  62. <img class="img-content-03-01" :src="tabContent05" alt="" srcset="">
  63. <img class="img-content-03-02" :src="tabContent06" alt="" srcset="">
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. <!-- 品牌支持 -->
  69. <div class="support">
  70. <title-content :title="'品牌支持'" :titleSub="'BRAND SUPPORT'"></title-content>
  71. <div class="s-content w1200">
  72. <img :src="supportImg" alt="" srcset="">
  73. </div>
  74. </div>
  75. <!-- 合作案例 -->
  76. <div class="case bgF8">
  77. <title-content :title="'合作案例'" :titleSub="'COOPERATION CASE'"></title-content>
  78. <div class="c-content w1200">
  79. <div class="left">
  80. <img :src="caseImg[0].imgUrl" alt="" srcset="">
  81. </div>
  82. <div class="right">
  83. <template v-for="(item, index) in caseImg">
  84. <img v-if="index !==0 " :src="item.imgUrl" alt="" srcset="" :key="index">
  85. </template>
  86. </div>
  87. </div>
  88. </div>
  89. <!-- 加入我们 -->
  90. <div class="join-us">
  91. <div class="mask">
  92. </div>
  93. <div class="join-content">
  94. <div class="title-content">
  95. <div class="title">加入我们</div>
  96. </div>
  97. <div class="join-us-form w1200">
  98. <el-form :model="form" :rules="rules" ref="ruleBottomForm">
  99. <el-form-item prop="name">
  100. <el-input placeholder="姓名:" v-model="form.name"></el-input>
  101. </el-form-item>
  102. <el-form-item prop="phone">
  103. <el-input placeholder="手机号:" v-model="form.phone"></el-input>
  104. </el-form-item>
  105. <el-form-item prop="email">
  106. <el-input placeholder="邮箱地址:" v-model="form.email"></el-input>
  107. </el-form-item>
  108. <el-form-item prop="city">
  109. <el-input placeholder="加盟城市:" v-model="form.city"></el-input>
  110. </el-form-item>
  111. <el-form-item prop="project">
  112. <el-select placeholder="合作项目" v-model="form.project">
  113. <el-option
  114. v-for="(item, index) in projectList"
  115. :key="index"
  116. :label="item.title"
  117. :value="item.title">
  118. </el-option>
  119. </el-select>
  120. </el-form-item>
  121. <div class="submit cp" @click="handleSubmit('ruleBottomForm')">提交申请</div>
  122. </el-form>
  123. <div class="address">地址:北京市朝阳区高碑店乡西店记忆文创小镇E6号楼一层102号</div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </template>
  129. <script>
  130. import axios from "axios";
  131. import CommonBanner from "@/components/common/banner";
  132. import TitleContent from '@/components/common/titleContent';
  133. const advantageImg = Object.freeze([
  134. "http://res.training.luojigou.vip/Fgzcc1GuXoorH_5NX1BmNQ8sCpMo?imageView2/0/q/50|imageslim",
  135. "http://res.training.luojigou.vip/FhtDRiZ4jCYsC2xCyV9uOilQRNqh?imageView2/0/q/50|imageslim",
  136. "http://res.training.luojigou.vip/Ftr-z7dlfG8WhtqYnzu08qlRz8sb?imageView2/0/q/50|imageslim",
  137. "http://res.training.luojigou.vip/FpQyT6VRsHQVGfmXSO1kuWrYx0Jh?imageView2/0/q/50|imageslim",
  138. "http://res.training.luojigou.vip/FrgZIm21VIRX62rYSg-5Osx32Jkx?imageView2/0/q/50|imageslim",
  139. ]);
  140. const exprienceImg = Object.freeze([
  141. {
  142. id: 0,
  143. num: '01',
  144. // imgUrl:
  145. // "http://res.training.luojigou.vip/FoHy9wMCaPPpgzaDmwQvFwRdM1Za?imageView2/0/q/50|imageslim",
  146. imgUrl: require('~/assets/images/cooperate/exprience_01.png'),
  147. label: "招聘驱动",
  148. infoList: ['人员素质模型', '绩效评级体系', '招聘广告模板']
  149. },
  150. {
  151. id: 1,
  152. num: '02',
  153. // imgUrl:
  154. // "http://res.training.luojigou.vip/FiumJtB1GJfyCphjUdlYrLTXYB6J?imageView2/0/q/50|imageslim",
  155. imgUrl: require('~/assets/images/cooperate/exprience_02.png'),
  156. label: "课程驱动",
  157. infoList: ['能力测评体系', '国际课程引进', '独立自主研发']
  158. },
  159. {
  160. id: 2,
  161. num: '03',
  162. // imgUrl:
  163. // "http://res.training.luojigou.vip/FlhyrFbDqh4rUzE39K3O8tJ0RjdP?imageView2/0/q/50|imageslim",
  164. imgUrl: require('~/assets/images/cooperate/exprience_03.png'),
  165. label: "督导驱动",
  166. infoList: ['三维过程把握', '到点指导落地', '专家持续绑定']
  167. },
  168. {
  169. id: 3,
  170. num: '04',
  171. // imgUrl:
  172. // "http://res.training.luojigou.vip/FgDk_mDwKmS97_IIzdGl0fNVTE4k?imageView2/0/q/50|imageslim",
  173. imgUrl: require('~/assets/images/cooperate/exprience_04.png'),
  174. label: "开店驱动",
  175. infoList: ['分析地理位置', '视觉识别系统', '标准装修方案']
  176. },
  177. {
  178. id: 4,
  179. num: '05',
  180. // imgUrl:
  181. // "http://res.training.luojigou.vip/Fm3NVf5OAfxaV3KUwoh25hSC0gim?imageView2/0/q/50|imageslim",
  182. imgUrl: require('~/assets/images/cooperate/exprience_05.png'),
  183. label: "品牌驱动",
  184. infoList: ['品牌认证标识', '市场宣传套装', '制定区域保护', '中华品牌领袖联盟企业']
  185. },
  186. {
  187. id: 5,
  188. num: '06',
  189. // imgUrl:
  190. // "http://res.training.luojigou.vip/Fqhl44i_bmz2fslvMe-UcnhgPMFJ?imageView2/0/q/50|imageslim",
  191. imgUrl: require('~/assets/images/cooperate/exprience_06.png'),
  192. label: "招生驱动",
  193. infoList: ['市场推广方案', '招生方法指导', '节日活动方案'],
  194. },
  195. {
  196. id: 6,
  197. num: '07',
  198. // imgUrl:
  199. // "http://res.training.luojigou.vip/Fg9yIinUo_5yOjaqpRspcotcB92f?imageView2/0/q/50|imageslim",
  200. imgUrl: require('~/assets/images/cooperate/exprience_07.png'),
  201. label: "培训驱动",
  202. infoList: ['管理流程梳理', '教育教学培训', '线上直播培训'],
  203. },
  204. {
  205. id: 7,
  206. num: '08',
  207. // imgUrl:
  208. // "http://res.training.luojigou.vip/Fixkl6HyDOOPy-1ZU1WN7wSTIXTl?imageView2/0/q/50|imageslim",
  209. imgUrl: require('~/assets/images/cooperate/exprience_08.png'),
  210. label: "体系驱动",
  211. infoList: ['能力级别评测体系', '线上运营系统APP', 'CRM客户管理系统'],
  212. },
  213. ]);
  214. const showImg = Object.freeze([
  215. {
  216. id: 0,
  217. imgUrl:
  218. "http://res.training.luojigou.vip/FmWD-hqllLJjHbFlAT9QeoZUjKxd?imageView2/0/q/50|imageslim",
  219. label:
  220. "武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱",
  221. },
  222. {
  223. id: 1,
  224. imgUrl:
  225. "http://res.training.luojigou.vip/FmWD-hqllLJjHbFlAT9QeoZUjKxd?imageView2/0/q/50|imageslim",
  226. label:
  227. "武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱",
  228. },
  229. {
  230. id: 2,
  231. imgUrl:
  232. "http://res.training.luojigou.vip/FmWD-hqllLJjHbFlAT9QeoZUjKxd?imageView2/0/q/50|imageslim",
  233. label:
  234. "武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱武商亚贸广场的小小夏令营来啦,参加小小夏令营的小朋友,从此就爱",
  235. },
  236. ]);
  237. const joinImg = Object.freeze({
  238. hot:
  239. "http://res.training.luojigou.vip/Fv5jDvDdHaVLQThclUJhhoIL9ee8?imageView2/0/q/50|imageslim",
  240. cold:
  241. "http://res.training.luojigou.vip/FisuM3wRDkZawF3sXOCzsyaIGCuA?imageView2/0/q/50|imageslim",
  242. });
  243. const joinData = Object.freeze([
  244. {
  245. id: 0,
  246. label: "总部项目考察",
  247. },
  248. {
  249. id: 1,
  250. label: "签署合作协议",
  251. },
  252. {
  253. id: 2,
  254. label: "门店选址评估",
  255. },
  256. {
  257. id: 3,
  258. label: "人员招募筹备",
  259. },
  260. {
  261. id: 4,
  262. label: "门店正式营业",
  263. },
  264. {
  265. id: 5,
  266. label: "总部运营支持",
  267. },
  268. ]);
  269. const caseImg = Object.freeze([
  270. {
  271. imgUrl: require("~/assets/images/cooperate/case01.png"),
  272. },
  273. {
  274. imgUrl: require("~/assets/images/cooperate/case02.png"),
  275. },
  276. {
  277. imgUrl: require("~/assets/images/cooperate/case03.png"),
  278. },
  279. {
  280. imgUrl: require("~/assets/images/cooperate/case04.png"),
  281. },
  282. {
  283. imgUrl: require("~/assets/images/cooperate/case05.png"),
  284. }
  285. ])
  286. export default {
  287. name: "Coopetate",
  288. mounted() {},
  289. data() {
  290. return {
  291. currentMtab: 0,
  292. bgImg: require("~/assets/images/team/teamBg@2x.png"),
  293. projectImg: require("~/assets/images/cooperate/project_img.png"),
  294. tabContent01: require('~/assets/images/cooperate/tab_content_01@2x.png'),
  295. tabContent02: require('~/assets/images/cooperate/tab_content_02@2x.png'),
  296. tabContent03: require('~/assets/images/cooperate/tab_content_03@2x.png'),
  297. tabContent04: require('~/assets/images/cooperate/tab_content_04@2x.png'),
  298. tabContent05: require('~/assets/images/cooperate/tab_content_05@2x.png'),
  299. tabContent06: require('~/assets/images/cooperate/tab_content_06@2x.png'),
  300. supportImg: require('~/assets/images/cooperate/supportImg@2x.png'),
  301. currentId: 0,
  302. exprienceCurrenId: 0,
  303. form: {},
  304. bottomform: {},
  305. advantageImg,
  306. exprienceImg,
  307. showImg,
  308. joinImg,
  309. joinData,
  310. caseImg,
  311. mTabList: [
  312. {
  313. imgUrl: require("~/assets/images/cooperate/coopreate_01@2x.png"),
  314. imgUrlSel: require("~/assets/images/cooperate/coopreate_01_sel@2x.png")
  315. },
  316. {
  317. imgUrl: require("~/assets/images/cooperate/coopreate_02@2x.png"),
  318. imgUrlSel: require("~/assets/images/cooperate/coopreate_02_sel@2x.png")
  319. },
  320. {
  321. imgUrl: require("~/assets/images/cooperate/coopreate_03@2x.png"),
  322. imgUrlSel: require("~/assets/images/cooperate/coopreate_03_sel@2x.png")
  323. }
  324. ],
  325. projectList: [
  326. {
  327. id: 1,
  328. title: '逻辑狗·探索小镇'
  329. },
  330. {
  331. id: 2,
  332. title: '逻辑狗专柜'
  333. },
  334. {
  335. id: 3,
  336. title: '逻辑狗思维体验Plus'
  337. },
  338. {
  339. id: 4,
  340. title: '逻辑狗思维体验Home'
  341. },
  342. {
  343. id: 5,
  344. title: '逻辑狗体验中心'
  345. }
  346. ],
  347. rules: {
  348. name: [{ required: true, message: "请输入姓名", trigger: "blur" }],
  349. phone: [
  350. { required: true, message: "请输入手机号", trigger: "blur" },
  351. {
  352. pattern: /^1[345789]\d{9}$/,
  353. message: "请输入正确手机号",
  354. trigger: "blur",
  355. },
  356. ],
  357. email: [
  358. { required: true, message: "请输入邮箱地址", trigger: "blur" },
  359. {
  360. type: "email",
  361. message: "请输入正确的邮箱地址",
  362. trigger: ["blur", "change"],
  363. },
  364. ],
  365. city: [{ required: true, message: "请输入加盟城市", trigger: "blur" }],
  366. },
  367. };
  368. },
  369. components: {
  370. CommonBanner,
  371. TitleContent
  372. },
  373. head() {
  374. return {
  375. title: "逻辑狗官网-中德智慧教育",
  376. meta: [
  377. {
  378. name: "keywords",
  379. hid: "keywords",
  380. content: `逻辑狗官网、逻辑狗教材、 幼儿园教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童`,
  381. },
  382. {
  383. name: "description",
  384. hid: "description",
  385. content: `逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台`,
  386. },
  387. ],
  388. };
  389. },
  390. async asyncData({ params, store }) {},
  391. methods: {
  392. async handleSubmit(formName) {
  393. this.$refs[formName].validate(async (valid) => {
  394. if (valid) {
  395. const { data } = await axios.post(`${this.$store.state.wordpressAPI}/official-api/joinIn`,{
  396. ...this.form
  397. });
  398. if(data.status == 200 ) {
  399. this.$notify({
  400. title: '成功',
  401. message: '提交成功',
  402. type: 'success'
  403. });
  404. this.$refs[formName].resetFields();
  405. } else {
  406. this.$notify({
  407. title: '失败',
  408. message: '提交失败',
  409. type: 'info'
  410. });
  411. }
  412. // this.$message.success('提交成功');
  413. } else {
  414. console.log('err');
  415. return false;
  416. }
  417. });
  418. },
  419. campusEnter(item) {
  420. this.currentId = item.id;
  421. },
  422. currentEventInfo(item) {
  423. this.exprienceCurrenId = item.id;
  424. },
  425. tabMouseover(index) {
  426. this.currentMtab = index;
  427. },
  428. tabMouseleave(index) {
  429. }
  430. },
  431. };
  432. </script>
  433. <style lang="scss">
  434. .coopetate {
  435. width: 100%;
  436. .bgF8 {
  437. background: #F8FBFF;
  438. }
  439. .project {
  440. margin-top: 100px;
  441. .p-content {
  442. display: flex;
  443. justify-content: space-between;
  444. margin: 53px auto 95px;
  445. width: 1200px;
  446. height: 667px;
  447. background: url('~assets/images/cooperate/modeBg@2x.png') no-repeat;
  448. background-size: 100% 100%;
  449. .left {
  450. margin-top: 57px;
  451. img {
  452. width: 568px;
  453. height: 528px;
  454. }
  455. }
  456. .right {
  457. width: 505px;
  458. margin-top: 108px;
  459. p {
  460. font-size: 16px;
  461. line-height: 48px;
  462. text-indent: 30px;
  463. strong {
  464. color: #0D5CFA;
  465. font-size: 18px;
  466. }
  467. }
  468. }
  469. }
  470. .left {
  471. }
  472. .right {
  473. }
  474. }
  475. .model {
  476. padding: 100px 0 108px;
  477. .m-content {
  478. margin-top: 65px;
  479. }
  480. .m-tab {
  481. padding: 0 200px;
  482. display: flex;
  483. justify-content: space-between;
  484. .m-tab-item {
  485. width: 123px;
  486. height: 97px;
  487. background-size: 100%;
  488. &.m-tab-item0 {
  489. }
  490. &.m-tab-item1 {
  491. }
  492. &.m-tab-item2 {
  493. }
  494. }
  495. }
  496. .tab-centent {
  497. .tab-content-01 {
  498. margin-top: 85px;
  499. display: flex;
  500. justify-content: space-between;
  501. height: 351px;
  502. color: #ffffff;
  503. opacity: 1;
  504. transition: opacity 1s ease-in-out;
  505. .tab-content-item {
  506. position: relative;
  507. width: 579px;
  508. border-radius: 30px;
  509. text-align: center;
  510. opacity: 0.8;
  511. .content-info {
  512. padding: 0 53px;
  513. position: absolute;
  514. z-index: 1;
  515. top: 0;
  516. opacity: 0.79;
  517. height: 100%;
  518. border-radius: 30px;
  519. &.content-info-left {
  520. background: #0D5CFA;
  521. }
  522. &.content-info-right {
  523. background-color: rgba(246, 84, 25, 1);
  524. }
  525. }
  526. img {
  527. width: 523px;
  528. height: 351px;
  529. }
  530. }
  531. .left {
  532. // background: url('~assets/images/cooperate/tab_content_01@2x.png') no-repeat;
  533. // background-size: 523px 351px;
  534. // background-position: center;
  535. width: 579px;
  536. border-radius: 30px;
  537. }
  538. .right {
  539. background: url('~assets/images/cooperate/tab_content_02@2x.png') no-repeat;
  540. background-size: 523px 351px;
  541. background-position: center;
  542. }
  543. .title {
  544. margin: 53px 61px;
  545. font-size: 30px;
  546. font-family: PingFangSC-Medium, PingFang SC;
  547. font-weight: 500;
  548. line-height: 42px;
  549. }
  550. .desc {
  551. font-size: 16px;
  552. font-family: PingFangSC-Medium, PingFang SC;
  553. font-weight: 500;
  554. line-height: 26px;
  555. }
  556. }
  557. .tab-content-02 {
  558. margin-top: 32px;
  559. position: relative;
  560. text-align: center;
  561. .img-content-02-01 {
  562. width: 478px;
  563. height: 478px;
  564. }
  565. .img-content-02-02 {
  566. position: absolute;
  567. left: 50%;
  568. transform: translateX(-50%);
  569. bottom: 22px;
  570. width: 1064px;
  571. height: 337px;
  572. }
  573. }
  574. .tab-content-03 {
  575. position: relative;
  576. text-align: center;
  577. .img-content-03-01 {
  578. width: 778px;
  579. height: 511px;
  580. }
  581. .img-content-03-02 {
  582. position: absolute;
  583. bottom: 81px;
  584. left: 50%;
  585. transform: translateX(-50%);
  586. width: 1234px;
  587. height: 348px;
  588. }
  589. }
  590. }
  591. }
  592. .support {
  593. padding: 105px 0 170px;
  594. .s-content {
  595. margin-top: 42px;
  596. text-align: center;
  597. img {
  598. width: 1200px;
  599. height: 220px;
  600. }
  601. }
  602. }
  603. .case {
  604. padding: 100px 0 100px;
  605. .c-content {
  606. margin-top: 40px;
  607. display: flex;
  608. justify-content: space-between;
  609. .left {
  610. width: 588px;
  611. height: 392px;
  612. margin-right: 22px;
  613. img {
  614. width: 588px;
  615. }
  616. }
  617. .right {
  618. display: flex;
  619. flex-wrap: wrap;
  620. justify-content: space-between;
  621. img {
  622. width: 284px;
  623. height: 189px;
  624. margin-bottom: 14px;
  625. }
  626. }
  627. }
  628. }
  629. .join-us {
  630. position: relative;
  631. height: 684px;
  632. background: url("~assets/images/cooperate/joinBgImg.png") no-repeat;
  633. // opacity: 0.9;
  634. // background: url("http://res.training.luojigou.vip/FhPOU-rQqK2TdIDILiLM5f17xb2V?imageView2/0/q/50|imageslim")
  635. // no-repeat;
  636. background-size: 100% 100%;
  637. // padding: 95px 0 80px;
  638. .mask {
  639. width: 100%;
  640. height: 100%;
  641. background-color: rgb(13, 92, 250);
  642. opacity: 0.9;
  643. }
  644. .join-content {
  645. position: absolute;
  646. top: 0;
  647. z-index: 1;
  648. padding: 95px 0 80px;
  649. height: 100%;
  650. width: 100%;
  651. }
  652. .title-content {
  653. .title {
  654. font-size: 34px;
  655. font-family: PingFangSC-Medium, PingFang SC;
  656. font-weight: 500;
  657. color: #FFFFFF;
  658. line-height: 48rpx;
  659. }
  660. }
  661. .join-us-form {
  662. margin-top: 60px;
  663. .el-form {
  664. width: 464px;
  665. margin: 0 auto;
  666. text-align: center;
  667. }
  668. .el-form-item {
  669. margin-bottom: 14px;
  670. }
  671. .el-input {
  672. width: 464px;
  673. height: 44px;
  674. .el-input__inner {
  675. height: 44px;
  676. padding: 0 26px;
  677. color: #666666;
  678. font-size: 14px;
  679. border-radius: 10px;
  680. &::-webkit-input-placeholder {
  681. height: 25px;
  682. font-size: 14px;
  683. font-family: PingFangSC-Regular, sans-serif;
  684. font-weight: 400;
  685. color: #788DBA;
  686. line-height: 25px;
  687. }
  688. }
  689. }
  690. .el-form-item__error {
  691. padding-top: 0;
  692. }
  693. .submit {
  694. margin: 37px auto 25px;
  695. width: 150px;
  696. height: 36px;
  697. line-height: 36px;
  698. background: linear-gradient(360deg, #B9D0FF 0%, #FFFFFF 100%);
  699. box-shadow: 0px 8px 16px 0px rgba(0, 76, 228, 0.59);
  700. border-radius: 100px;
  701. color: #0D5CFA;
  702. text-shadow: 0px 8px 16px rgba(0, 76, 228, 0.59);
  703. font-size: 14px;
  704. text-align: center;
  705. }
  706. .address {
  707. font-size: 12px;
  708. font-family: PingFangSC-Regular, sans-serif;
  709. font-weight: 400;
  710. color: rgba(255, 255, 255, 1);
  711. text-align: center;
  712. }
  713. }
  714. }
  715. }
  716. .cp {
  717. cursor: pointer;
  718. }
  719. </style>