フォームに必要なテキストを入力すると、赤い*スタイルが表示されます.
248 ワード
css
.formItem-required::after {
content: '*';
position: absolute;
font-size: 28px;
color: red;
}
{{ }}
css
.formItem-required::after {
content: '*';
position: absolute;
font-size: 28px;
color: red;
}
{{ }}