avatar
CSS3 对长文本进行自动换行

admin 93 2019-03-09 21:56:36

                                           
                         a {
  -ms-word-break: break-all;
  word-break: break-all;
 
  // Non standard for webkit
  word-break: break-word;
 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
                      
                                       
To share this paste please copy this url and send to your friends
预览

评论

需要身份验证

您必须登录才能发表评论.

登录
    还没有评论.