摘要: 利用属性选择器来选择空链接 当 <a> 元素没有文本内容,但有 href 属性的时候,显示它的 href 属性: a[href^="http"]:empty::before { content: attr(href); } 创造格子等宽的表格 table-layout: fixed 可以让每个格子保 阅读全文
posted @ 2017-02-08 13:54 chengJun— 阅读(295) 评论(0) 推荐(2)