摘要:
table{ table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */}.applist_table th{ text-overflow:ellipsis;word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */}背景透明:.mk-mask{position: fixed;top:0;left:0;width: 100%;height:100%;_position:absolute;_height:e 阅读全文
posted @ 2014-03-19 18:17
kaixinkaixin0
阅读(182)
评论(0)
推荐(0)