Browse Source

高端人才猎寻需求优化

lifanagju_citu 9 months ago
parent
commit
9be9561cc0
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/headhunting/index.vue

+ 4 - 3
src/views/headhunting/index.vue

@@ -59,9 +59,9 @@ const handleSubmit = async () => {
   position: relative;
   width: 100%;
   height: 100%;
-  background-image: url('https://minio.citupro.com/dev/menduner/%E9%97%A8%E5%A2%A9%E7%8C%8E%E5%AF%BB%E6%9C%8D%E5%8A%A1%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg');
+  background-image: url('https://minio.citupro.com/dev/menduner/%E9%97%A8%E5%A2%A9%E7%8C%8E%E5%AF%BB%E6%9C%8D%E5%8A%A1%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.png?Content-Disposition=attachment%3B%20filename%3D%22menduner%2F%E9%97%A8%E5%A2%A9%E7%8C%8E%E5%AF%BB%E6%9C%8D%E5%8A%A1%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.png%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=root%2F20240807%2F%2Fs3%2Faws4_request&X-Amz-Date=20240807T073428Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=307df5b45d5c213484e24848de149d7d2eff36b044845ed7abd7fdb5444b700b');
   background-size: cover; // center // cover
-  background-position: center;
+  // background-position: center;
 }
 .headhunting-title {
   position: absolute;
@@ -75,7 +75,8 @@ const handleSubmit = async () => {
   top: 45px;
   right: 200px;
   font-size: 18px;
-  color: var(--v-error-base);
+  // color: var(--v-error-base);
+  color: #000;
   cursor: pointer;
   text-decoration: underline;
 }