$(document).ready(function () { if (isFrontEnv()) { // 澶栭儴浠g爜 $('#w_grid-1609564598468 > div > .p_gridbox > .p_gridCell:nth-child(n+1)>div,.reset_style,.about-num .f-cb>li,.w_fline-001,#w_fimg-1609648605671,#w_fimg-1609648623334').each(function (i, ele) { var a = i; $(this).addClass("fadeInUp wow"); $(this).attr('data-wow-delay', 0.05 * a + 's'); }); $('.wow').each(function () { $(this).attr('data-wow-offset', '20'); $(this).attr('data-wow-duration', 1+ 's'); }); new WOW().init(); } });