mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
14 lines
329 B
CSS
14 lines
329 B
CSS
.position-absolute { position: absolute; }
|
|
.position-fixed { position: fixed; }
|
|
.position-relative { position: relative; }
|
|
|
|
.top-0 { top: 0; }
|
|
.right-0 { right: 0; }
|
|
.left-0 { left: 0; }
|
|
.bottom-0 { bottom: 0; }
|
|
|
|
.top-100\% { top: 100%; }
|
|
.right-100\% { right: 100%; }
|
|
.left-100\% { left: 100%; }
|
|
.bottom-100\% { bottom: 100%; }
|