QuadraV commited on
Commit
5968383
·
verified ·
1 Parent(s): 81e5a4e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -23,7 +23,7 @@
23
  display: flex;
24
  flex-direction: column;
25
  width: 80%;
26
- max-width: 2000px; /* 添加最大宽度以避免过宽 */
27
  min-width: 300px; /* 确保最小宽度以保持可读性 */
28
  height: auto; /* 高度自适应内容 */
29
  border: 1px solid #444;
@@ -83,7 +83,7 @@
83
 
84
  video {
85
  width: 100%;
86
- height: auto; /* 自适应视频高度 */
87
  background-color: #000;
88
  border-radius: 8px;
89
  margin-bottom: 15px;
 
23
  display: flex;
24
  flex-direction: column;
25
  width: 80%;
26
+ max-width: 1800px; /* 添加最大宽度以避免过宽 */
27
  min-width: 300px; /* 确保最小宽度以保持可读性 */
28
  height: auto; /* 高度自适应内容 */
29
  border: 1px solid #444;
 
83
 
84
  video {
85
  width: 100%;
86
+ height: 40%; /* 自适应视频高度 */
87
  background-color: #000;
88
  border-radius: 8px;
89
  margin-bottom: 15px;