经常使用前端样式调节

1.让一个div在另外一个div里面水平居中显示使用 ios margin:0 auto; 2.让超出div的部分文字以省略号显示使用  web overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 3.清除select原始样式使用app appearance:none; -moz-appearance:none; -webk
相关文章
相关标签/搜索