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

20 lines
252 B
Plaintext

.trtc-pusher-container {
height: 100%;
width: 100%;
position: relative;
}
.trtc-pusher {
height: 100%;
width: 100%;
}
.trtc-camera {
height: 100%;
position: absolute;
top: 0;
}
.trtc-player {
width: 0;
height: 0;
display: flex;
}