mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 19:19:43 +08:00
资源视频预览组件优化
This commit is contained in:
parent
a4924e52f8
commit
0b239a136c
@ -9,19 +9,19 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
z-index: 200;
|
||||
.play-dialog {
|
||||
width: 800px;
|
||||
height: 450px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.close-button {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
right: 24px;
|
||||
top: -30px;
|
||||
right: -30px;
|
||||
cursor: pointer;
|
||||
z-index: 1000;
|
||||
&:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user