xgplayer
Version:
video player
33 lines (32 loc) • 638 B
CSS
.xgplayer-replay {
display: none;
}
.xgplayer .xgplayer-replay {
display: none;
position: absolute;
left: 50%;
top: 50%;
width: 100px;
height: 100px;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 5;
transform: translate(-50%, -50%);
cursor: pointer;
}
.xgplayer .xgplayer-replay .xgplayer-replay-txt {
display: inline-block;
font-size: 14px;
color: #fff;
line-height: 34px;
text-align: center;
}
.xgplayer.xgplayer-mobile .xgplayer-replay-svg {
width: 50px;
height: 50px;
}
.xgplayer.xgplayer-mobile .xgplayer-replay-txt {
line-height: 24px;
font-size: 12px;
}