label.js-form-required::before {
    content: '*';
    color: red;
    margin-right: 5px; /* 可选：增加星号与文本之间的间距 */
}
