12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
|
/* components/agora-pusher.wxss */
|
||
|
@import "../../common.wxss";
|
||
|
.pusher-container{
|
||
|
background: black;
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.sud{
|
||
|
background-color: #1B2A38;
|
||
|
opacity:0.65;
|
||
|
}
|