|
@@ -79,7 +79,7 @@ function getInfomation() {
|
|
|
$(".anchors").css("display","none");
|
|
|
// $(".anchors ul").append(anchors);
|
|
|
str = `<div class="downBox">
|
|
|
- <p class="txtBox"><img style="top:${param.type == '82' ? '11px':'8px'}" class="downImg" src="${param.type == '82' ? TxtICon:VedioIcon}">${item.title}</p>
|
|
|
+ <p class="txtBox"><img style="top:${param.type == '82' ? '11px':'7px'}" class="downImg" src="${param.type == '82' ? TxtICon:VedioIcon}">${item.title}</p>
|
|
|
<p class="sizeBox">文件大小${contentObj.size}</p>
|
|
|
<div class="BtnBox"><span class="download" data-url="${contentObj.url}" data-title="${contentObj.name}">下载</span></div>
|
|
|
</div>`
|