制作传统美食 尽享独特风味
1号首屏|时间:2024-04-13 08:52 来源:本站原创 评论:0 点击:23
每年的“广西三月三”都是一场美食文化盛宴,男女老少欢聚一堂,在开展各类庆祝活动的同时,用舌尖感受传统民族美食的独特风味。
学生们分享民俗美食。
美味的糯米饭与油茶。

精美的簸箕宴。

竹筒饭与各类小吃。
$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "90551", "client": "leotfhtcmpseu5oq5c2k2nvv", "timespan": "638917788210515707", "signature": "59e2b14414a21ce241fb991b0db85e00" }, 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();
});