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-loading
/
mask.less
16 lines
(14 loc)
•
277 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import
"../mx-style/_vars"
;
.loading-overwite
{
padding
:
10px
; }
.mask-loading
{
position
: fixed;
width
:
150px
;
height
:
@input-height
+
2
;
background-color
:
#000
;
opacity
:
0.3
;
border-radius
:
@border-radius
;
z-index
:
999999
;
display
:none; }