|
@ -8,8 +8,7 @@
|
|
|
<title>咨询详情页</title>
|
|
|
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
|
|
|
<link href="../../../plugins/toastr/toastr.min.css" rel="stylesheet">
|
|
|
<link href="../../../plugins/fancybox/jquery.fancybox.css" rel="stylesheet">
|
|
|
<link rel="stylesheet" type="text/css" href="js/plugins/layer/skin/layer.css"/>
|
|
|
<link rel="stylesheet" type="text/css" href="../../../plugins/layer/skin/layer.css"/>
|
|
|
<link rel="stylesheet" href="../../../plugins/plyr/plyr.css">
|
|
|
<link href="../css/style.css" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="../css/consulting.css">
|
|
@ -40,15 +39,13 @@
|
|
|
{{/if}}
|
|
|
{{if type == 2}}
|
|
|
<dd class="word-bread wb-img">
|
|
|
<a class="fancybox" href="{{content | getSourceUrl}}" title="图片">
|
|
|
<img width="100" src="{{content | getSourceUrl}}" />
|
|
|
</a>
|
|
|
<img class="showBigPic" width="100" src="{{content | getSourceUrl}}" />
|
|
|
</dd>
|
|
|
{{/if}}
|
|
|
{{if type == 3}}
|
|
|
<dd class="word-bread">
|
|
|
<div class="player" style="width:292px;">
|
|
|
<audio controls>
|
|
|
<audio controls style="position: relative;top: 15px;">
|
|
|
<!-- Audio files -->
|
|
|
<source src="{{content.path | getSourceUrl}}" type="audio/mp3">
|
|
|
<!-- Fallback for browsers that don't support the <audio> element -->
|
|
@ -76,7 +73,7 @@
|
|
|
<div class="player" style="width:292px;">
|
|
|
<video poster="{{content.img | getSourceUrl}}" controls crossorigin>
|
|
|
<source src="{{content.path | getSourceUrl}}" type="video/mp4">
|
|
|
<a href="{{content.path | getSourceUrl}}">Download</a>
|
|
|
<!--<a href="{{content.path | getSourceUrl}}">Download</a>-->
|
|
|
</video>
|
|
|
</div>
|
|
|
</dd>
|
|
@ -139,7 +136,7 @@
|
|
|
</script>
|
|
|
</body>
|
|
|
<script>
|
|
|
(function(d,u){var a=new XMLHttpRequest(),b=d.body;if("withCredentials" in a){a.open("GET",u,true);a.send();a.onload=function(){var c=d.createElement("div");c.setAttribute("hidden","");c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}}})(document, "css/plugins/plyr/sprite.svg");
|
|
|
(function(d,u){var a=new XMLHttpRequest(),b=d.body;if("withCredentials" in a){a.open("GET",u,true);a.send();a.onload=function(){var c=d.createElement("div");c.setAttribute("hidden","");c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}}})(document, "../../../plugins/plyr/sprite.svg");
|
|
|
</script>
|
|
|
<script src="../../../js/jquery-2.2.4.js"></script>
|
|
|
<script src="../../../js/bootstrap.min.js"></script>
|
|
@ -150,7 +147,6 @@
|
|
|
<script src="../../../js/template.js"></script>
|
|
|
<script src="../../../api/http-request.js"></script>
|
|
|
<script src="../../../api/record-api.js"></script>
|
|
|
<script src="../../../plugins/fancybox/jquery.fancybox.js"></script>
|
|
|
<script src="../../../plugins/plyr/plyr.js"></script>
|
|
|
<script src="../js/consult-detail.js"></script>
|
|
|
</html>
|