摘要: A.使用选择器来插入内容 h2:before{ content:"前缀"; } h2:after{ content:"后缀"; } B.指定个别的元素不进行插入 h2.sample:before{ content:none; } 2. 插入图像 A.在标题前插入图像文件 h2:before{ con 阅读全文
posted @ 2021-04-27 11:16 我的五年 阅读(49) 评论(0) 推荐(0)