摘要: input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizi 阅读全文
posted @ 2020-07-15 21:54 luck3368 阅读(145) 评论(0) 推荐(0)
摘要: CSS 伪元素语法伪元素的语法:selector:pseudo-element {property:value;}CSS类也可以使用伪元素:selector.class:pseudo-element {property:value;}:first-line 伪元素"first-line" 伪元素用于 阅读全文
posted @ 2020-07-15 21:53 luck3368 阅读(128) 评论(0) 推荐(0)