Files
zyt/wx/node_modules/@tencentcloud/trtc-component-wx/miniprogram_dist/trtc-player.wxss
T
2026-03-04 15:32:30 +08:00

17 lines
238 B
Plaintext

.trtc-player-container {
height: 100%;
width: 100%;
position: relative;
}
.trtc-player {
height: 100%;
width: 100%;
}
.trtc-dark-mask {
width: 100%;
height: 100%;
background-color: black;
position: absolute;
top: 0;
}