关闭并播放
.video-gg-url {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.gg-close {
background-color: #e21725;
border: none;
color: white;
text-align: center;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
position: absolute;
bottom: 0px;
width: 100%;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.video-ads img {
max-height: 100%;
max-width: 100%;
border-radius: 8px;
}
.video-ads {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.video-counttimedown {
position: absolute;
top: 0;
right: 0;
padding: 15px;
background: #0c0b0b;
opacity: .7;
}
.video-counttimedown .text {
color: #ffffff;
}
.video-ads svg,
.plyr__control svg {
display: block;
fill: currentColor;
height: 18px;
pointer-events: none;
width: 18px
}
@media (max-width: 640px) {
.video-ads img {
width: 100%;
height: 100%;
}
}