54 lines
886 B
Plaintext
54 lines
886 B
Plaintext
.zhst-image__video-view__player-mask {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 99;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: rgb(4 4 4 / 70%);
|
|
|
|
&--bg {
|
|
z-index: 999;
|
|
background-color: rgb(4 4 4 / 100%);
|
|
}
|
|
|
|
i {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&-title {
|
|
margin-top: 12px;
|
|
color: #fff;
|
|
text-align: center;
|
|
|
|
& a {
|
|
color: #09f;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.zhst-image__video-view__icon-wraper {
|
|
display: flex;
|
|
width: 80px;
|
|
height: 80px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: rgb(255 255 255 / 10%);
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
|
|
// &:hover {
|
|
// background: #0099ff;
|
|
// }
|
|
}
|