gpt4 book ai didi

html - 如何内联显示两个

转载 作者:行者123 更新时间:2023-11-28 14:44:08 24 4
gpt4 key购买 nike

<div class="wrap-input100 validate-input  mr-3">
<input type="text" name="title" class="input100 text1" autocomplete="off" required>

<span class="focus-input100" data-placeholder="Title"></span>
<span class="count1 text-secondary"></span>

</div>

我需要同时显示 span排队。 display-inline: flex;似乎不起作用。

我有一个 CSS我从一个网站下载的,以风格化我的输入,CSS真的很大,所以我不能把这里剪下来。

代码笔链接:https://codepen.io/user236945896/pen/yRBLPM

最佳答案

我希望这是你想要的,因为你的问题不是很清楚。

<div class="wrap-input100 validate-input  mr-3">
<input type="text" name="title" style="display:inline-block;width:auto;" class="input100 text1" autocomplete="off" required>

<span class="focus-input100" style="width:auto" data-placeholder="Title"></span>
<span class="count1 text-secondary"></span>

</div>

代码笔链接:https://codepen.io/anon/pen/NOKWmb

关于html - 如何内联显示两个 <span>?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52525997/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com