|
@@ -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 {
|