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

6 lines
115 B
Plaintext

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