1. div::before {
    2. content: ""; /* 必须有 */
    3. width: 100px;
    4. height: 100px;
    5. background: red;
    6. }
    选择符 描述
    ::before 在元素内部的前面插入内容
    ::after 在元素内部的后面插入内容