以下是一个简单的音频网站模板,你可以根据自己的需要进行修改和定制:
```html
t
音频网站模板t
t
t
t
ttttt

tt
tt音频网站模板
tt
t
tt
ttt
tt
tt
tt
```
CSS:
```css
body {
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.logo {
twidth: 200px;
theight: 50px;
tmargin: 0 auto;
ttext-align: center;
tdisplay: inline-block;
}
.title {
tfont-size: 24px;
tfont-weight: bold;
tmargin-top: 40px;
}
nav ul {
tlist-style: none;
tmargin: 0;
tpadding: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
nav a {
tcolor: #fff;
ttext-decoration: none;
}
main {
twidth: 80%;
tmargin: 0 auto;
}
section {
tdisplay: flex;
tflex-direction: column;
}
audio {
tflex: 1;
}
.prev-next-container {
tpadding: 10px 20px;
}
.prev-next-container a {
tpadding: 5px 10px;
tcolor: #fff;
ttext-decoration: none;
tmargin-right: 10px;
}
```
这个音频网站模板包括一个头部导航栏、一个音频容器、以及多个分类和热门音频页面。你可以根据自己的需要添加更多的内容,例如视频、图片、文本等内容。