浏览器调整大小时出现宽度问题
I have li elements with position:absolute and i position them using transform:translate() by javascript.
I need to reposition them when the browser window is resized , it works fine but when li width changes between 50% and 25% in
media query , the element...