UNPKG
react-app-shell
Version:
latest (1.0.0)
1.0.0
react打包脚本和example, 这里的版本请忽略
react-app-shell
/
activity
/
src
/
views
/
component
/
share-modal
/
style.less
17 lines
(16 loc)
•
264 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.share-container
{
position
: fixed;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
opacity
:
0.6
;
background-color
:
#000000
;
z-index
:
99
;
img
{
position
: absolute;
top
:
0
;
right
:
0
;
width
:
500px
; } }