The effect of missing a corner of the form border

If you want this effect, instead of using div, you can use the label directly

<fieldset>
    <legend>姓名</legend>
    <input type="text" placeholder="请输入..." />
</fieldset>

Guess you like

Origin blog.csdn.net/qq_42660374/article/details/129589366