Full text · 原文
660 字
class="article-content cont">
<br>
begin-->关于优先权恢复、优先权要求的增加或者改正的指引 .pdf<br>
end-->
<br>
$(function() {
<br>
$($("img").get().reverse()).each(function() {
<br>
if($(this).attr("src").indexOf("http://172.16.21.2") !== -1){
<br>
$(this).attr("src",$(this).attr("src").replace("http://172.16.21.2", ''));
<br>
}
<br>
});
<br>
});
<br>
$("#政策解读").addClass("on");
<br>
.article-content{font-size:16px!important;} p>img{display:block;margin:0 auto!important;}.article-content>img{display:block;margin:0 auto!important;}
<br>
window.onload= function(){
<br>
$("img").each(
<br>
function(){
<br>
var str;
<br>
str = $(this).attr("src").replace("/transfer/pub/gzjqy/images//", "/");
<br>
$(this).attr("src",str);
<br>
}
<br>
);
<br>
}