|
|
@@ -38,11 +38,11 @@
|
|
38
|
38
|
}
|
|
39
|
39
|
|
|
40
|
40
|
.sc_btn {
|
|
41
|
|
- color: rgb(255, 255, 255);
|
|
|
41
|
+ color: #fff;
|
|
42
|
42
|
font-size: 12px;
|
|
43
|
43
|
margin-left: 15px;
|
|
44
|
44
|
box-sizing: border-box;
|
|
45
|
|
- background: rgb(26, 179, 148);
|
|
|
45
|
+ background: #00a1cb;
|
|
46
|
46
|
padding: 6px 10px;
|
|
47
|
47
|
outline: none;
|
|
48
|
48
|
border-width: 0px;
|
|
|
@@ -194,7 +194,9 @@
|
|
194
|
194
|
<div class="shade_content">
|
|
195
|
195
|
<div class="Ly_box audiojs">
|
|
196
|
196
|
</div>
|
|
197
|
|
-
|
|
|
197
|
+ <div class="boxCon LY_box">
|
|
|
198
|
+
|
|
|
199
|
+ </div>
|
|
198
|
200
|
</div>
|
|
199
|
201
|
</div>
|
|
200
|
202
|
</div>
|
|
|
@@ -203,7 +205,7 @@
|
|
203
|
205
|
var seatlist = [];
|
|
204
|
206
|
|
|
205
|
207
|
$(document).ready(function () {
|
|
206
|
|
- laydate.skin('molv');
|
|
|
208
|
+ laydate.skin('blue');
|
|
207
|
209
|
laydate({
|
|
208
|
210
|
elem: '#start',
|
|
209
|
211
|
event: 'focus'
|
|
|
@@ -402,7 +404,9 @@
|
|
402
|
404
|
var path = $(val).attr("item");
|
|
403
|
405
|
$(".t-shade").addClass("cx");
|
|
404
|
406
|
$(".Ly_box").empty();
|
|
405
|
|
- $('<audio style="width:100%;"class=" " src="' + path + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
|
|
|
407
|
+ $(".LY_box").empty();
|
|
|
408
|
+ $('<audio style="width:100%;"class=" " src="' + path + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
|
|
|
409
|
+ $('<a href="'+ path +'" class="sc_btn LY "download="'+ path +'">下载录音</a>').appendTo(".LY_box");
|
|
406
|
410
|
}
|
|
407
|
411
|
function ftime(val) {
|
|
408
|
412
|
if (val) {
|