This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -0,0 +1,31 @@
map {
width: 750rpx;
width: 100%;
height: 600px;
}
.video {
width: 100%;
}
.cover-content {
position: relative;
}
.cover-view {
position: absolute;
left: 5px;
top: 5px;
width: 375rpx;
text-align: center;
background-color: #dddddd;
}
.cover-image {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 96px;
height: 96px;
}