From 15cf9c3041e0ee470ccae95bb94f9498d786f50a Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 24 Jul 2025 19:05:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E9=A1=B9=E5=AE=BD=E5=BA=A6=E5=B9=B6=E6=B7=BB=E5=8A=A0Wasm?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整admission-body中swiper-item的宽度从471px改为356px以适配设计需求 添加EasyWasmPlayer的示例HTML文件用于演示播放器功能 --- 1.html | 26 ++++++++++++++++++++++++++ css/index.css | 2 +- css/index.less | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 1.html diff --git a/1.html b/1.html new file mode 100644 index 0000000..a3996d1 --- /dev/null +++ b/1.html @@ -0,0 +1,26 @@ + + + + + + EasyWasmPlayer-Demo + + + + +
+
+
+ + + diff --git a/css/index.css b/css/index.css index 67a9ced..1ea24bf 100644 --- a/css/index.css +++ b/css/index.css @@ -630,7 +630,7 @@ body { overflow: hidden; } .admission-officer .admission-body .interview-more .swiper-box .swiper .swiper-item { - width: 471px; + width: 356px; height: 200px; position: relative; border-radius: 10px; diff --git a/css/index.less b/css/index.less index 93b6279..2bd254e 100644 --- a/css/index.less +++ b/css/index.less @@ -751,7 +751,7 @@ body { overflow: hidden; .swiper-item { - width: 471px; + width: 356px; height: 200px; position: relative; border-radius: 10px;