Explorar o código

Merge branch 'master' of http://192.168.0.115:3000/lanxin/Chengzhebei into master

shaogen1995 hai 1 semana
pai
achega
7a59066e0e

BIN=BIN
public/myData/img/0.png


BIN=BIN
public/myData/img/1.png


BIN=BIN
public/myData/img/10.png


BIN=BIN
public/myData/img/2.png


BIN=BIN
public/myData/img/20.png


BIN=BIN
public/myData/img/21.png


BIN=BIN
public/myData/img/22.png


BIN=BIN
public/myData/img/23.png


BIN=BIN
public/myData/img/24.png


BIN=BIN
public/myData/img/26.png


BIN=BIN
public/myData/img/27.png


BIN=BIN
public/myData/img/28.png


BIN=BIN
public/myData/img/3.png


BIN=BIN
public/myData/img/30.png


BIN=BIN
public/myData/img/4.png


BIN=BIN
public/myData/img/5.png


BIN=BIN
public/myData/img/6.png


BIN=BIN
public/myData/img/8.png


+ 2 - 2
src/pages/A6ybwx/A6_2_zxzgh/components/Bq/index.module.scss

@@ -103,7 +103,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: top right;
             background-size: contain;
@@ -199,7 +199,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: right;
             background-size: contain;

+ 2 - 2
src/pages/A6ybwx/A6_2_zxzgh/components/Bwwq/index.module.scss

@@ -120,7 +120,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: top right;
             background-size: contain;
@@ -214,7 +214,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: center center;
             background-size: contain;

+ 2 - 2
src/pages/A6ybwx/A6_2_zxzgh/components/Bwzwq/index.module.scss

@@ -102,7 +102,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: top right;
             background-size: contain;
@@ -198,7 +198,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: left;
             background-size: contain;

+ 1 - 1
src/pages/A6ybwx/A6_2_zxzgh/components/Bwzzq/index.module.scss

@@ -223,7 +223,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: left;
             background-size: contain;

+ 2 - 2
src/pages/A6ybwx/A6_2_zxzgh/components/Bz/index.module.scss

@@ -98,7 +98,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: top right;
             background-size: contain;
@@ -194,7 +194,7 @@
           .pic {
             width: 100%;
             height: 100%;
-            transition: all 0.3s ease-in-out;
+            transition: all 0.6s ease-in-out;
             background-repeat: no-repeat;
             background-position: left;
             background-size: contain;

+ 1 - 1
src/pages/A6ybwx/Sangzang/components/Policy/index.module.scss

@@ -92,7 +92,7 @@
             position: relative;
             display: inline-block;
             vertical-align: top;
-            padding: 35px 20px 45px;
+            padding: 55px 20px 20px;
             width: 340px;
             height: 100%;
             overflow: auto;

+ 3 - 2
src/pages/A6ybwx/Sangzang/components/Policy/index.tsx

@@ -160,7 +160,8 @@ function Policy({ setShowTab }: { setShowTab: (tab: number) => void }) {
           </div> */}
         </div>
       </div>
-      <div className='timeLine'>
+      {/* 时间条 */}
+      {/* <div className='timeLine'>
         <div className='lineContainner' />
         {myData.policy.map((item, index) => (
           <div className='dot' key={item.title} onClick={() => setCurrentItem(index + 1)}>
@@ -174,7 +175,7 @@ function Policy({ setShowTab }: { setShowTab: (tab: number) => void }) {
             />
           </div>
         ))}
-      </div>
+      </div> */}
     </div>
   )
 }