mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update voice.html
This commit is contained in:
parent
772b8ba956
commit
10593a8603
@ -7,7 +7,9 @@
|
|||||||
<div class="content arrow">
|
<div class="content arrow">
|
||||||
<a class="icon icon-volume left-text"></a>
|
<a class="icon icon-volume left-text"></a>
|
||||||
<a href="javascript:void(0)" id="audio_btn" class="icon icon-pause"></a>
|
<a href="javascript:void(0)" id="audio_btn" class="icon icon-pause"></a>
|
||||||
<audio id="audio"><source src="{$url|default=''}"></audio>
|
<audio id="audio">
|
||||||
|
<source src="{$url|default=''}">
|
||||||
|
</audio>
|
||||||
<script>
|
<script>
|
||||||
var audio = document.getElementById('audio');
|
var audio = document.getElementById('audio');
|
||||||
var button = document.getElementById('audio_btn');
|
var button = document.getElementById('audio_btn');
|
||||||
@ -24,7 +26,16 @@
|
|||||||
|
|
||||||
{block name='style'}
|
{block name='style'}
|
||||||
<style>
|
<style>
|
||||||
.left-text{margin:0!important;color:#ccc!important}
|
.left-text {
|
||||||
.icon{color:#666;font-size:1.5rem;margin-left:2.5rem;line-height:1.5rem}
|
margin: 0 !important;
|
||||||
|
color: #ccc !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
color: #666;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-left: 2.5rem;
|
||||||
|
line-height: 1.5rem
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{/block}
|
{/block}
|
Loading…
x
Reference in New Issue
Block a user