|
@@ -642,7 +642,9 @@ const isMoveFu = (index, num) => {
|
|
|
letter-spacing: 0.2em;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ /deep/.inner-wrap > p > span{
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
/deep/.title-wrap > h1 > img {
|
|
|
width: calc(
|
|
|
30 / v-bind("windowSizeWhenDesignForRef") *
|
|
@@ -840,7 +842,8 @@ const isMoveFu = (index, num) => {
|
|
|
);
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
- z-index: 2;
|
|
|
+ z-index: 20;
|
|
|
+ pointer-events: none;
|
|
|
}
|
|
|
}
|
|
|
</style>
|