xgplayer
Version:
video player
29 lines • 530 B
CSS
.xgplayer-error {
background: #000;
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 6;
color: #fff;
text-align: center;
line-height: 100%;
justify-content: center;
align-items: center;
}
.xgplayer-error .xgplayer-error-refresh {
color: #FA1F41;
padding: 0 3px;
cursor: pointer;
}
.xgplayer-error .xgplayer-error-text {
line-height: 18px;
margin: auto 6px;
display: block;
margin-bottom: 20px;
}
.xgplayer-is-error .xgplayer-error {
display: flex;
}