2020-07-23
16 浏览
CSS 溢出文本显示省略号
HTML 复制代码 < style type = "text/css" > ul { width : 300 px ; margin : 50 px auto ;} li { width : 300 px ; line-height : 25 px ; text-overflow : ellipsis ; white-space : nowrap ; ove…
HTML 复制代码 < style type = "text/css" > ul { width : 300 px ; margin : 50 px auto ;} li { width : 300 px ; line-height : 25 px ; text-overflow : ellipsis ; white-space : nowrap ; ove…