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