diff --git a/videos/25/02/04/4bWST-birthday/index.html b/videos/25/02/04/4bWST-birthday/index.html new file mode 100644 index 0000000..5679c74 --- /dev/null +++ b/videos/25/02/04/4bWST-birthday/index.html @@ -0,0 +1,54 @@ + + diff --git a/videos/25/02/4bWST-birthday/index.html b/videos/25/02/4bWST-birthday/index.html new file mode 100644 index 0000000..0d3f8c9 --- /dev/null +++ b/videos/25/02/4bWST-birthday/index.html @@ -0,0 +1,80 @@ + + + + 视频播放 + + + + + +
+

+
+
+ + +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4 b/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4 new file mode 100644 index 0000000..f7bf11b Binary files /dev/null and b/videos/25/02/knzB8-MC/2025-02-14-11-09-11_Notepad3_D0VfI8Cj2L.mp4 differ diff --git a/videos/25/02/knzB8-MC/index.html b/videos/25/02/knzB8-MC/index.html new file mode 100644 index 0000000..6b53316 --- /dev/null +++ b/videos/25/02/knzB8-MC/index.html @@ -0,0 +1,79 @@ + + + + 视频播放 + + + + + + + + + + +
+

+
+
+ + +
+
+
+ + + + + \ No newline at end of file diff --git a/videos/25/02/knzB8-MC/txt.txt b/videos/25/02/knzB8-MC/txt.txt new file mode 100644 index 0000000..083d911 --- /dev/null +++ b/videos/25/02/knzB8-MC/txt.txt @@ -0,0 +1,2 @@ +ID484a5570ea7c11ef9215e04acd26563f +ע᣺https://login.mc-user.com:233/484a5570ea7c11ef9215e04acd26563f/loginreg \ No newline at end of file diff --git a/videos/Big Buck Bunny_1080P_60fps.mp4 b/videos/Big Buck Bunny_1080P_60fps.mp4 new file mode 100644 index 0000000..c6ff8b1 Binary files /dev/null and b/videos/Big Buck Bunny_1080P_60fps.mp4 differ diff --git a/videos/template-video.html b/videos/template-video.html new file mode 100644 index 0000000..0221678 --- /dev/null +++ b/videos/template-video.html @@ -0,0 +1,80 @@ + + + + 视频播放 + + + + + +
+

+
+
+ + +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/videos/video.css b/videos/video.css new file mode 100644 index 0000000..8c58972 --- /dev/null +++ b/videos/video.css @@ -0,0 +1,72 @@ +.artplayer-app { + width: 100%; + height: calc(100vh - 50px); + /* 调整高度以适应标题栏 */ + margin: 0; + border: 1px solid #ccc; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); +} + +body { + font-family: Arial, sans-serif; + background-color: #f4f4f9; + margin: 0; + display: flex; + flex-direction: column; + height: 100vh; + /* 设置body高度为视口高度 */ + overflow: hidden; + /* 隐藏滚动条 */ +} + +.header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px 20px; + background-color: #fff; + border-bottom: 1px solid #ccc; +} + +h1 { + color: #333; + margin: 0; +} + +button { + padding: 10px 20px; + background-color: #007bff; + color: white; + border: none; + border-radius: 5px; + cursor: button; + transition: background-color 0.3s; +} + +button:hover { + background-color: #0056b3; +} + +.back-button { + padding: 10px 20px; + background-color: #6c757d; + color: white; + border: none; + border-radius: 5px; + cursor: button; + transition: background-color 0.3s; +} + +.back-button:hover { + background-color: #545b62; +} + +.description { + font-size: 14px; + color: #666; + margin-left: 10px; + /* 减少左边距,使说明紧挨标题 */ + max-width: 400px; + white-space: normal; + word-wrap: break-word; +} \ No newline at end of file