lifanagju_citu 5 месяцев назад
Родитель
Сommit
090c049d58
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/recruit/personal/home/index.vue

+ 3 - 3
src/views/recruit/personal/home/index.vue

@@ -17,7 +17,7 @@
         </div>
         <div v-else class="advertise-box cursor-pointer" @mouseenter="showFullAdvertise = true"></div>
       </div>
-      <div class="advertise mt-3" :style="{'width': showFullAdvertise1 ? '180px' : '20px'}">
+      <div class="advertise" :style="{'width': showFullAdvertise1 ? '180px' : '20px'}">
         <div v-if="showFullAdvertise1">
           <div class="advertise-title d-inline-block">
             <span>广告</span>
@@ -141,7 +141,7 @@ const adClick = () => {
   // position: sticky;
   // top: 128px;
   // z-index: 999;
-  height: 360px;
+  height: 372px;
   &-box {
     position: relative;
     width: 15px;
@@ -175,7 +175,7 @@ const adClick = () => {
   }
 }
 .content-box {
-  margin-top: -720px;
+  margin-top: -372px - 372px;
 }
 .banner {
   width: 100%;