💄 完善视频截图处理 #44

This commit is contained in:
BTMuli
2023-10-18 22:38:35 +08:00
parent cc475a5c50
commit 839891448c
2 changed files with 43 additions and 6 deletions

View File

@@ -95,15 +95,23 @@
left: calc(50% - 40px);
width: 80px;
height: 80px;
border-radius: 50%;
backdrop-filter: blur(5px);
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 50px;
line-height: 80px;
text-align: center;
}
:deep(.mys-post-vod-time) {
position: absolute;
right: 10px;
bottom: 10px;
padding: 5px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
font-family: var(--font-title);
font-size: 12px;
}
:deep(.mys-post-iframe) {
overflow: hidden;
width: 800px;