chaowenguo commited on
Commit
d3bf214
1 Parent(s): 8dadeac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -6,7 +6,11 @@
6
  <title></title>
7
  </head>
8
  <body>
 
 
 
9
  <div style='display:flex; justify-content:space-around'>
 
10
  <h1></h1>
11
  <nav style='display:flex; column-gap:1em'></nav>
12
  </div>
 
6
  <title></title>
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'></nav>
16
  </div>