|
@@ -1,6 +1,6 @@
|
|
|
<!-- 门墩儿猎寻服务 -->
|
|
|
<template>
|
|
|
- <div class="headhunting cursor-pointer" @click="showDialog = true">
|
|
|
+ <div class="headhunting">
|
|
|
<!-- <div class="headhunting-title">高端人才猎寻</div> -->
|
|
|
<!-- <div class="headhunting-guidance" @click="showDialog = true">免费咨询</div> -->
|
|
|
<!-- <div class="headhunting-content pa-8 py-10">
|
|
@@ -9,11 +9,13 @@
|
|
|
<v-btn color="#198dff" style="width: 350px;" @click="handleSubmit">提交</v-btn>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
-
|
|
|
+
|
|
|
<div class="logo-box">
|
|
|
<v-img src="../../assets/logo.png" aspect-ratio="16/9" width="150" height="80"></v-img>
|
|
|
</div>
|
|
|
|
|
|
+ <v-btn color="primary" style="width: 200px; position: absolute; right: 37%; bottom: 150px;" @click="showDialog = true">联系门墩儿猎聘</v-btn>
|
|
|
+
|
|
|
<CtDialog
|
|
|
:visible="showDialog"
|
|
|
:widthType="2"
|
|
@@ -63,8 +65,8 @@ const handleSubmit = async () => {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-image: url('https://minio.citupro.com/dev/menduner/headhunting0823.jpg');
|
|
|
- background-size: contain;
|
|
|
+ background-image: url('https://minio.citupro.com/dev/menduner/headhunting0826.jpg');
|
|
|
+ background-size: cover;
|
|
|
background-position: center;
|
|
|
}
|
|
|
// .headhunting::before {
|