返回

使用:placeholder-shown伪类实现输入框浮动文字效果

前端

浮动标签输入框

使用纯CSS实现

  <label for="password">密码</label>
  <input type="password" id="password" placeholder="请输入密码">

  <button type="submit">登录</button>
</form>