css、html如何设置label的字间距

 

.myClass  label{

letter-spacing: 10px;

}

 

如果label需要居中,需加上

text-indent: 10px;

首行缩进;

如果缩进无效,则在label上加上
display: inline-block;

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2021-09-11
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案