chaowenguo
commited on
Commit
·
67e48fa
1
Parent(s):
8606fbc
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<div style='display:flex; flex-direction:column; position:fixed; top:0; left:0; width:0; height:100%; overflow-x:hidden; transition:width 0.5s'>
|
10 |
-
<button
|
11 |
</div>
|
12 |
<div style='display:flex; justify-content:space-around'>
|
13 |
<button>播放列表</button>
|
14 |
<h1></h1>
|
15 |
-
<nav style='display:flex; column-gap:1em'></nav>
|
16 |
</div>
|
17 |
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
18 |
<source>
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<div style='display:flex; flex-direction:column; position:fixed; top:0; left:0; width:0; height:100%; overflow-x:hidden; transition:width 0.5s'>
|
10 |
+
<button>关闭列表</button>
|
11 |
</div>
|
12 |
<div style='display:flex; justify-content:space-around'>
|
13 |
<button>播放列表</button>
|
14 |
<h1></h1>
|
15 |
+
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'></nav>
|
16 |
</div>
|
17 |
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
18 |
<source>
|