12

随笔分类 -  css3

摘要:https://blog.csdn.net/weixin_45112114/article/details/124366223 flex 布局详解 ### flex布局 一般在移动端基本都采用flex的布局方式 display:flex;(此时内部容器、内容会强制一行) display:flex; 阅读全文
posted @ 2019-04-30 10:19 那片海岸 阅读(906) 评论(0) 推荐(0)
摘要:移动端 /* 1px */ .border-1px{ position: relative; } .border-1px:after{ position:absolute; width:100%; display:block; left:0; bottom:0; content:''; border 阅读全文
posted @ 2018-05-21 11:00 那片海岸 阅读(85) 评论(0) 推荐(0)
摘要:1.css实现单,多行文本省略号 阅读全文
posted @ 2017-09-12 16:32 那片海岸 阅读(94) 评论(0) 推荐(0)