audio css
This commit is contained in:
parent
98006bd1ba
commit
61c3684ad5
|
@ -67,6 +67,25 @@ a img {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.audiosWrapper {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.audioWrapper {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.audioFail {
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #393939;
|
||||
}
|
||||
|
||||
.audioTitle {
|
||||
text-align: center;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
.videoWrapper img {
|
||||
width: 140px;
|
||||
}
|
||||
|
|
|
@ -61,8 +61,9 @@
|
|||
<audio src="<%= audio.info.url %>" controls="controls">
|
||||
<a href="<%= audio.info.url %>" target="_blank" title="<%= audio.info.title %>" class="audioFail">Right-click and Save-As to download</a>
|
||||
</audio>
|
||||
<%= audio.info.title %>
|
||||
</a>
|
||||
<div class="audioTotle">
|
||||
<%= audio.info.title %>
|
||||
</div>
|
||||
<div>
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user