city-casereport/components/coolui-scroller/parallax/index.scss
2023-12-06 14:22:42 +08:00

5 lines
117 B
SCSS

.wx-coolui-scroller-parallax {
position : absolute;
transform : translate3d(0, 0, 0);
transition: all 0.01s;
}