css 添加校验时的必填项前面的红色的*

.star::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}