<style type="text/css">
.abc {
background-color: #CCC;
width: auto;
overflow:hidden;
text-overflow:ellipsis;/*文字溢出的部分隐藏并用省略号代替*/
white-space:nowrap;/*文本不自动换行*/
border-radius: 5px; #四角圆 </style>

 

相关文章:

  • 2022-12-23
  • 2021-07-18
  • 2021-11-24
  • 2021-05-25
  • 2021-11-06
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2022-01-21
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案