自定义播放按钮(播放之前隐藏播放按钮,播放后显示):
.xgplayer-skin-default .xgplayer-start{opacity: 0;}
.xgplayer-skin-default .xgplayer-start.act{opacity: 1;}
播放按钮大小修改:
.xgplayer-skin-default .xgplayer-start{ width: 0.933rem !important; height: 0.933rem !important;margin: -0.466rem auto auto -0.466rem !important;}
.xgplayer-skin-default .xgplayer-start div svg{ margin: 0 !important; transform: scale(.6); position: relative; left: -0.233rem; top: -0.233rem;}
加载样式:
.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner{ width:0.666rem !important; height:0.8rem !important;}
以上