function load(){ var list = document.querySelector('.list') var box = document.querySelector('.box'); let left = list.style.left; let timer; function move(){ clearInterval(timer); timer=setInterval((env) => { left = left - 2; console.log(list.clientLeft); if(left ==- (6 * 200 + 2 * 24)){ left = 0; } list.style.left = left + 'px'; },20); } move(); box.onmouseover = function(){ clearInterval(timer); }; box.onmouseleave = function(){ move(); }; }; document.addEventListener('DOMContentLoaded',load);

2023 芙中全校校园邮票设计比赛

为庆祝芙蓉中华中小学110週年校庆,展现芙中人的创意思维,以2023年校庆主题作为邮票设计绘画题材。