摘要: /*表格 溢出隐藏*/ table{ width:100%; border-collapse: collapse; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } /*文字处理*/ .word_break{ white-space:nowrap; text-ov... 阅读全文
posted @ 2017-08-04 14:48 技术宅home 阅读(506) 评论(0) 推荐(0)