UNPKG
@zhangmmm/ming-ui
Version:
latest (0.0.2)
0.0.2
0.0.1
基于 react 的组件库
github.com/zhangminggeek/ming-ui
zhangminggeek/ming-ui
@zhangmmm/ming-ui
/
src
/
components
/
style
/
mixins.less
20 lines
(17 loc)
•
269 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.flex-center-both
() {
display
: flex;
justify-content
: center;
align-items
: center; }
.mask-style
() {
.absolute-fill
;
background-color
:
#000000
;
opacity
:
0.5
; }
.absolute-fill
() {
position
: absolute;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
; }