feat(H5): 调整样式尺寸并添加视频播放功能

- 修改了H5页面的CSS和LESS文件中的尺寸样式
- 添加了新的HTML文件实现视频播放器功能
- 新增WASM文件支持视频解码
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-08-12 18:49:42 +08:00
parent 0e5f3f32cf
commit 09f25f3649
5 changed files with 868 additions and 9 deletions

View File

@@ -405,8 +405,8 @@ body {
position: absolute;
top: -0.0133rem;
left: -0.0133rem;
width: 3.48rem;
height: 1.24rem;
width: 3.72rem;
height: 1.48rem;
z-index: 1;
}
.admission-officer .interview-box .ok {
@@ -473,7 +473,21 @@ body {
.admission-officer .interview-list .item:last-of-type {
margin-right: 0.5rem;
}
.admission-officer .interview-list .item .img {
.admission-officer .interview-list .item .img-box {
position: relative;
width: 3.92rem;
height: 2.2rem;
margin-bottom: 0.2rem;
}
.admission-officer .interview-list .item .img-box .play {
width: 0.6667rem;
height: 0.6667rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.admission-officer .interview-list .item .img-box .img {
width: 3.92rem;
height: 2.2rem;
border-radius: 0.2rem;

View File

@@ -475,8 +475,8 @@ body {
position: absolute;
top: -0.0133rem;
left: -0.0133rem;
width: 3.48rem;
height: 1.24rem;
width: 3.72rem;
height: 1.48rem;
z-index: 1;
}
}
@@ -554,11 +554,27 @@ body {
margin-right: 0.5rem;
}
.img {
.img-box {
position: relative;
width: 3.92rem;
height: 2.2rem;
border-radius: 0.2rem;
margin-bottom: 0.2rem;
.play {
width: 0.6667rem;
height: 0.6667rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.img {
width: 3.92rem;
height: 2.2rem;
border-radius: 0.2rem;
margin-bottom: 0.2rem;
}
}
.title {
@@ -663,7 +679,7 @@ body {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: .3467rem;
font-size: 0.3467rem;
color: #000000;
margin-bottom: 0.06rem;
position: relative;
@@ -699,7 +715,7 @@ body {
font-weight: 400;
font-style: normal;
color: #555555;
font-size: .2933rem;
font-size: 0.2933rem;
}
}
}