span文本自动换行

.span{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
原文地址:https://www.cnblogs.com/loveMis/p/9016845.html