Browse Source

不遮挡广告

lifanagju_citu 4 months ago
parent
commit
c7c1339b2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/recruit/personal/home/index.vue

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

@@ -146,14 +146,14 @@ onMounted(async () => {
 .stickyBox {
 .stickyBox {
   position: sticky;
   position: sticky;
   top: 48px;
   top: 48px;
-  z-index: 999;
+  z-index: 998;
   background-color: var(--default-bgc);
   background-color: var(--default-bgc);
 }
 }
 .advertiseBox {
 .advertiseBox {
   position: sticky;
   position: sticky;
   top: 150px;
   top: 150px;
   left: 0;
   left: 0;
-  // z-index: 999;
+  z-index: 998;
   width: 15px;
   width: 15px;
   max-width: 180px;
   max-width: 180px;
   margin-left: -200px;
   margin-left: -200px;