fix template

parent 8eb3332d
This diff is collapsed.
...@@ -5,6 +5,20 @@ $(document).ready(function() { ...@@ -5,6 +5,20 @@ $(document).ready(function() {
$("a.scrollto").mPageScroll2id(); $("a.scrollto").mPageScroll2id();
$('.audit_img').magnificPopup({
type: 'image',
closeOnContentClick: true,
closeBtnInside: false,
fixedContentPos: true,
image: {
verticalFit: true
},
zoom: {
enabled: true,
duration: 300 // don't foget to change the duration also in CSS
}
});
$(".tab_item").not(":first").hide(); $(".tab_item").not(":first").hide();
$(".sect_map .tab_map").click(function() { $(".sect_map .tab_map").click(function() {
$(".sect_map .tab_map").removeClass("active").eq($(this).index()).addClass("active"); $(".sect_map .tab_map").removeClass("active").eq($(this).index()).addClass("active");
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment