shaogen1995 2 gadi atpakaļ
vecāks
revīzija
910bc887e0

+ 1 - 1
pc/src/pages/A2_Goods/GoodsInfo/index.module.scss

@@ -7,7 +7,7 @@
   left: 0;
   opacity: 0;
   pointer-events: none;
-  transition: all .3s;
+  // transition: all .3s;
 
   :global {
     .close {

+ 4 - 5
pc/src/pages/A2_Goods/index.module.scss

@@ -53,7 +53,7 @@
           .rowShow {
             opacity: 1;
             pointer-events: auto;
-            transition: all .5s;
+            transition: all 1s;
             position: absolute;
             width: 100%;
             height: 100%;
@@ -100,7 +100,7 @@
           .rowHover {
             opacity: 0;
             pointer-events: none;
-            transition: all .5s;
+            transition: all 1s;
             position: absolute;
             width: 100%;
             height: 100%;
@@ -231,8 +231,7 @@
     }
 
     .curTitBox {
-      border-radius: 0 0 4px 4px;
-      border-top: 3px solid #b6ab97;
+      border-radius: 4px;
       position: absolute;
       top: 50%;
       left: 50%;
@@ -246,7 +245,7 @@
         right: 15px;
         top: 15px;
         cursor: pointer;
-        color: #98856f;
+        color: #fff;
         font-size: 24px;
       }