css 强制 中文、英文 换行

.livechat-text a {
	display: block;
	word-break:break-all;	/* 英文换行 */
	white-space:normal;		/* 中文换行 */
}

表格单元格换行:

th, td{word-break: break-all;}
posted @ 2016-11-03 23:38  52php  阅读(938)  评论(0编辑  收藏  举报