10 lines
107 B
CSS
10 lines
107 B
CSS
5 years ago
|
.right-open{
|
||
|
position:fixed;
|
||
|
top:0;
|
||
|
right:0;
|
||
|
z-index:999;
|
||
|
width:30%;
|
||
|
}
|
||
|
.right-open-img{
|
||
|
width:100%;
|
||
|
}
|