|
@@ -1,8 +1,8 @@
|
|
<!-- 门墩儿猎寻服务 -->
|
|
<!-- 门墩儿猎寻服务 -->
|
|
<template>
|
|
<template>
|
|
- <div class="headhunting">
|
|
|
|
- <div class="headhunting-title">高端人才猎寻</div>
|
|
|
|
- <div class="headhunting-guidance" @click="showDialog = true">免费咨询</div>
|
|
|
|
|
|
+ <div class="headhunting cursor-pointer" @click="showDialog = true">
|
|
|
|
+ <!-- <div class="headhunting-title">高端人才猎寻</div> -->
|
|
|
|
+ <!-- <div class="headhunting-guidance" @click="showDialog = true">免费咨询</div> -->
|
|
<!-- <div class="headhunting-content pa-8 py-10">
|
|
<!-- <div class="headhunting-content pa-8 py-10">
|
|
<formItem ref="formRef" ></formItem>
|
|
<formItem ref="formRef" ></formItem>
|
|
<div class="text-center">
|
|
<div class="text-center">
|
|
@@ -59,8 +59,9 @@ const handleSubmit = async () => {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
background-image: url('https://minio.citupro.com/dev/menduner/headhunting.png?Content-Disposition=attachment%3B%20filename%3D%22menduner%2Fheadhunting.png%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=root%2F20240813%2F%2Fs3%2Faws4_request&X-Amz-Date=20240813T063137Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=dcb2f72829f8abd76afbd5f9d6fe0c36d93386d0b3dc4cc03e5de4230bc3d3bb');
|
|
background-image: url('https://minio.citupro.com/dev/menduner/headhunting.png?Content-Disposition=attachment%3B%20filename%3D%22menduner%2Fheadhunting.png%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=root%2F20240813%2F%2Fs3%2Faws4_request&X-Amz-Date=20240813T063137Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=dcb2f72829f8abd76afbd5f9d6fe0c36d93386d0b3dc4cc03e5de4230bc3d3bb');
|
|
- background-size: cover; // center // cover
|
|
|
|
- // background-position: center;
|
|
|
|
|
|
+ // background-image: url('https://minio.citupro.com/dev/menduner/headhunting19201080.png?Content-Disposition=attachment%3B%20filename%3D%22menduner%2Fheadhunting19201080.png%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=root%2F20240814%2F%2Fs3%2Faws4_request&X-Amz-Date=20240814T080038Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=212f7653c1d8c1af64df0aaf51b25b330d03b037618f9ef9a2ba7d3572f555e4');
|
|
|
|
+ // background-size: cover;
|
|
|
|
+ background-position: center;
|
|
}
|
|
}
|
|
// .headhunting::before {
|
|
// .headhunting::before {
|
|
// content: ""; /* 必须添加,因为伪元素是空的 */
|
|
// content: ""; /* 必须添加,因为伪元素是空的 */
|