UNPKG
react-app-shell
Version:
latest (1.0.0)
1.0.0
react打包脚本和example, 这里的版本请忽略
react-app-shell
/
activity
/
src
/
views
/
lottery
/
components
/
shareLayer
/
index.less
17 lines
(16 loc)
•
245 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.layer
{
position
: fixed;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
z-index
:
99
;
img
{
width
:
687px
;
height
:
325px
;
position
: absolute;
top
:
0
;
right
:
32px
; } }