Parcourir la source

门墩儿猎寻服务样式更改

lifanagju_citu il y a 9 mois
Parent
commit
6d051e977b
1 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 6 5
      src/views/headhunting/index.vue

+ 6 - 5
src/views/headhunting/index.vue

@@ -1,8 +1,8 @@
 <!-- 门墩儿猎寻服务 -->
 <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">
       <formItem ref="formRef" ></formItem>
       <div class="text-center">
@@ -59,8 +59,9 @@ const handleSubmit = async () => {
   width: 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-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 {
 //   content: ""; /* 必须添加,因为伪元素是空的 */