浏览代码

更新动画时间

黄琪勇 1 年之前
父节点
当前提交
9677458e15
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/page-instrument/view-figner/index.module.less

+ 3 - 2
src/page-instrument/view-figner/index.module.less

@@ -118,7 +118,7 @@
         animation: bgIn 0.2s 0.2s forwards;
     }
     &.fingerRight .tipsPcBg.tips{
-        animation: bgIn 0.2s 0.2s forwards;
+        animation: bgIn 0.15s 0.25s forwards;
         border-radius:0;
         background-image: url('./image/icon_shuo_v.png') !important;
     }
@@ -127,7 +127,7 @@
             background-color: initial;
         }
         100%{
-            background-color: var(--van-overlay-background);
+            background-color: rgba(0,0,0,0.5);
         }
     }
 }
@@ -1422,6 +1422,7 @@
     background: url('./image/subject-bg1.png') no-repeat center;
     border-radius: 12px;
     background-size: contain;
+    overflow: hidden;
 }
 
 .linkSourceClass {