lanxin 2 月之前
父节点
当前提交
8a2ca048b7
共有 4 个文件被更改,包括 4 次插入6 次删除
  1. 二进制
      src/assets/img/A6_ffhy_btn1.png
  2. 二进制
      src/assets/img/A6_ffhy_btn2.png
  3. 2 4
      src/components/Skip/index.module.scss
  4. 2 2
      src/pages/A6ybwx/A6_2_zxzgh/index.tsx

二进制
src/assets/img/A6_ffhy_btn1.png


二进制
src/assets/img/A6_ffhy_btn2.png


+ 2 - 4
src/components/Skip/index.module.scss

@@ -14,7 +14,7 @@
   opacity: 0;
   opacity: 0;
   pointer-events: none;
   pointer-events: none;
   transition: all 0.3s;
   transition: all 0.3s;
-  z-index: 99;
+  z-index: 1;
 
 
   :global {
   :global {
     .skipTxt {
     .skipTxt {
@@ -43,11 +43,9 @@
       height: 30px;
       height: 30px;
     }
     }
   }
   }
-
 }
 }
 
 
-
 .SkipShow {
 .SkipShow {
   opacity: 1;
   opacity: 1;
   pointer-events: auto;
   pointer-events: auto;
-}
+}

+ 2 - 2
src/pages/A6ybwx/A6_2_zxzgh/index.tsx

@@ -1,4 +1,4 @@
-import React, { useState, useRef } from 'react'
+import React, { useState, useRef, useEffect } from 'react'
 import styles from './index.module.scss'
 import styles from './index.module.scss'
 import { useSelector } from 'react-redux'
 import { useSelector } from 'react-redux'
 import { RootState } from '@/store'
 import { RootState } from '@/store'
@@ -241,7 +241,7 @@ function Sinicize({ setGotopage }: { setGotopage: (page: number) => void }) {
 
 
                   </div>
                   </div>
 
 
-                  <div className={`${selectedTime === index ? 'detailShow' : 'detailHide'}`}>
+                  <div id='sinicizeDetail' className={`${selectedTime === index ? 'detailShow' : 'detailHide'}`}>
                     {/* {selectedTime === index && ( */}
                     {/* {selectedTime === index && ( */}
                     <>
                     <>
                       <div className='left'>
                       <div className='left'>