调整"正在直播"样式

This commit is contained in:
buvta
2020-11-12 23:52:47 +08:00
parent fe75edd738
commit 35adae51cc

View File

@@ -1265,6 +1265,14 @@ export default {
}
</script>
<style>
.xgplayer-skin-default .xgplayer-live {
width: 100px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
font-size: 18px !important;
}
.xgplayer-skin-default .xg-btn-playPrev,
.xgplayer-skin-default .xg-btn-playNextOne,
.xgplayer-skin-default .xg-btn-showList,