-
index.css 代码如下: *{ padding: 0; margin: 0; box-sizing:border-box; } html, body{ height:100%; } body { font: 14px "Lucida Grande",Helvetica,Arial,sans-serif; background: 000; color: #fff; text-align: center; } header, .left, .right{ position: absolute; } header{ left: 10px; top: 10px; right: 10px; height: 150px; border: solid #fff 1px; } header h1{ font-size: 40px; height: 60px; line-height: 60px; } .left{ left: 10px; top: 170px; bottom: 10px; width: 200px; border: solid #fff 1px; } .left ul{ overflow: auto; } .left ul li{ height: 30px; line-height: 30px; cursor: pointer; } .left ul li.selected{ color: green; } .right{ right: 10px; top: 170px; bottom: 10px; left: 220px; border: solid #fff 1px; }查看全部
-
需要先了解nodejs express和ejs查看全部
-
AudioContext查看全部
-
Buffersource有个buffer属性,里面有个子属性duration音频总时长查看全部
-
Audiocontext 全局上下文对象查看全部
-
Li标签加title属性的好处是,鼠标放上去能显示出名字,是不是所有标签都是这样?查看全部
-
做一个例子,一个列表,然后选择一个对象,其他对象是未选中状态,被选择对象是选中状态查看全部
-
Ajax对象ajaxhttp.onload=function(){...}查看全部
-
Document.queryselectorall查看全部
-
*{border-sizing:border-box}边框盒模型,所有元素高度包括了边框查看全部
-
Node+Express+ejs查看全部
-
请教老师,如何获取音频总时间和当前播放时间?查看全部
-
webAudio API关系图查看全部
-
AudioBufferSourceNode的方法查看全部
-
AudioBufferSourceNode的三个属性查看全部
举报
0/150
提交
取消