js不能修改样式表 但是可以修改元素:
比如

<div id="test" class="star-rating"></div>

对于上面的层的样式,可以这样修改:

var test_div=docuemnt.getElementById("test");
test_div.style.width="80px";

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-02-04
猜你喜欢
  • 2022-12-23
  • 2021-09-09
  • 2021-11-03
  • 2021-06-18
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案