.layui-form-label.required:before {
    content: '*';
    color: red;
    margin-right: 4px;
}

.required:before {
    content: '*';
    color: red;
    margin-right: 4px;
}