UNPKG
magix-components
Version:
latest (1.3.1)
1.3.1
1.3.0
1.1.0
1.0.0
magix组件
github.com/magix-components/magix-components
magix-components/magix-components
magix-components
/
tmpl
/
mx-topbar
/
index.less
12 lines
•
240 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
"../mx-style/_vars"
;
.bar
{
position
: fixed;
z-index
:
400
;
height
:
2px
;
left
:
0
;
top
:
0
;
right
:
0
;
background-color
:
@topbar-color
;
transform
:
translate3d
(-
100%
,
0px
,
0px
);
transition
: all
300ms
ease; }