随笔分类 -  CSS

摘要:img{ } 阅读全文
posted @ 2016-08-16 15:56 cench 阅读(1729) 评论(0) 推荐(0)
摘要:不知道哪天看到的一个朋友圈里面有发的什么什么免费教签名之类的,就看了下SVG,做这功能还不错。 主要用到的几个属性,需要自行百度一下,不详说 stroke-dashoffset , stroke-dasharray 主要这两个。 <svg xmlns="http://www.w3.org/2000/ 阅读全文
posted @ 2016-07-01 18:07 cench 阅读(875) 评论(0) 推荐(0)
摘要:http://qianduanblog.com/post/css-learning-18-css3-flex-responsive-design-example.html 阅读全文
posted @ 2016-06-20 13:21 cench 阅读(357) 评论(0) 推荐(0)
摘要:刚看到的一个问题但是之前有碰到过记录一下 CSS: HTML: 阅读全文
posted @ 2016-04-23 20:31 cench 阅读(182) 评论(0) 推荐(0)
摘要:http://520ued.com/tools/rem mark 一下 貌似还挺好用 阅读全文
posted @ 2016-04-19 10:49 cench 阅读(559) 评论(0) 推荐(0)
摘要:单行溢出: 单行文本中文字超过固定宽高后显示... CSS{ width:500px;height:30px;overflow:hide;text-overflow:ellipsis;white-space:nowrap;} 宽度和高度必须固定多行溢出: 处理多行溢出,考虑兼容性问题,个人... 阅读全文
posted @ 2016-01-15 11:13 cench 阅读(667) 评论(0) 推荐(0)