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

.star::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}  
posted @ 2019-08-18 23:19  叶子玉  阅读(1625)  评论(0)    收藏  举报