海报|总书记的这些话,很暖心
学习奋斗|时间:2023-11-12 09:53 来源:新华社 评论:0 点击:77
10日,习近平总书记在北京、河北考察灾后恢复重建工作,一句句深情话语,一次次真切关怀,让人倍感温暖、深受鼓舞。








$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "87497", "client": "53s3wrajzpfl1wrkf4dy10ft", "timespan": "638918252389355676", "signature": "bb09db2bf46b53dffe0dec63d75f9897" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});