Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
display: flex;
|
24 |
flex-direction: column;
|
25 |
width: 80%;
|
26 |
-
max-width:
|
27 |
min-width: 300px; /* 确保最小宽度以保持可读性 */
|
28 |
height: auto; /* 高度自适应内容 */
|
29 |
border: 1px solid #444;
|
@@ -83,7 +83,7 @@
|
|
83 |
|
84 |
video {
|
85 |
width: 100%;
|
86 |
-
height:
|
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;
|