文章分类 -  CSS基础样式

摘要:总结 font-size:10px; -ms-transform:scale(1);/* IE */ -webkit-transform:scale(0.83);/* chrome */ -moz-transform:scale(1);/* firefox */ -o-transform:scale 阅读全文
posted @ 2022-05-11 15:02 胡姐姐 阅读(258) 评论(0) 推荐(0)
摘要:单行: width:300px;/** 长度自定义 */ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 多行:(webkit与移动端) width:300px;/** 长度自定义 */ overflow : hidden 阅读全文
posted @ 2020-08-17 23:23 胡姐姐 阅读(1379) 评论(0) 推荐(0)