city-casereport/components/coolui-scroller/parallax/index.scss

5 lines
117 B
SCSS
Raw Normal View History

2023-12-06 14:22:42 +08:00
.wx-coolui-scroller-parallax {
position : absolute;
transform : translate3d(0, 0, 0);
transition: all 0.01s;
}