window,getComputedStyle,letter-spacing

   js 拿到element的css样式

  

   window.getComputedStyle(ele,[pseuso)

   比如想拿到一个element的背景色

 window.getComputedStyle(document.body).backgroundColor

  

  css letter-spacing:设置字体间的间距

原文地址:https://www.cnblogs.com/lwwen/p/8431839.html