伪类选择器
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .box1::after{/*在后面添加内容*/ conte 阅读全文
posted @ 2021-06-26 15:21 什么都不会的程序员 阅读(51) 评论(0) 推荐(0) 编辑