UNPKG
saven
Version:
latest (1.0.1)
1.0.1
1.0.0
no
github.com/saven/superjs
saven/superjs
saven
/
packages
/
saven-router
/
src
/
router.css
22 lines
(19 loc)
•
279 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.taro_router
{
position
: absolute;
width
:
100%
;
height
:
100%
; }
.taro_page
{
position
: absolute;
width
:
100%
;
top
:
0
;
left
:
0
;
background
:
#fff
;
display
: block; }
.taro_page_show
{
display
: block; }
.taro_page_hide
{
display
: none; }