JS部分無效果
<script?src="js/jquery-2.1.1.min.js"></script> <script?type="text/javascript"> ????$(()=>{ ????????console.log('頁面元素加載完執(zhí)行'); ????????var?outerWidth?=?600, ????????????outerHeight?=?400; ????????var?$marquee?=?$('.marquee'); ????????var?$content?=?$marquee.find('.content'); ????????var?$ig?=?$content.find('.ig'); ????????var?igLength?=?$ig.length; ????????var?contentWidth?=?outerWidth*igLength; ????????$marquee.css({ ????????????"width":'${outerWidth}px', ????????????"height":'${outerHeight}px' ????????}); ????????$ig.css({ ???????????"width":'${outerWidth}px', ???????????"height":'${outerHeight}px' ????????}); ????????$content.css({ ???????????"width":'${contentWidth}px', ???????????"height":'${outerHeight}px' ????????}); ????}) </script>
求大佬指點,謝謝
2020-01-02
https://github.com/linrufeng/animation.git
2019-12-21
代碼不放全,叫人怎么幫你看?
估計是你的模板字符串用錯了