gpt4 book ai didi

html - 响应形式,如何在响应时保持一个 div 紧挨着另一个

转载 作者:行者123 更新时间:2023-11-28 12:42:25 26 4
gpt4 key购买 nike

trying to get the red "X" to the right of the input

    <div class="formRow" style="">
<div class="labeldiv">
<label class="desc" id="title1" for="full_name" style="">How much cover would you like?<br>(Between £20,000 and £3,000,000.)</label>
</div>
<div class="answerSet" style="">
<div class="answer"><input type="text" class="mediumInput ">" ></div>

<div class="validation-icon"></div>
<div class="message-container">
<div class="validation-message">This is a required field.</div>
</div>
<div class="help-messages"></div>
</div>
</div>




@media (min-width: 600px){
div.answerSet{
width: 53%;
float: right;
}
div.labeldiv{
float:left;
height:100%;
width: 47%;
}

#lifeInsuranceFormHolder div.answer {
padding-top: 20px;
width: auto;
float:left;

}

#lifeInsuranceFormHolder div.answer p {
clear: both;
font-size: 12px;
height: 55px;
text-align: center;
width: 64px;
}

}

大家好

如图所示,当窗口尺寸较小时,十字(“div class='validation'”中的背景图片)落下一条线,而不是保持在输入的一侧。

如何将 div.answer 和 div.validation 保留为内联 block ?

谢谢。

最佳答案

您可以简单地将容器设置为停止换行文本,如下所示:

.answerSet {white-space: nowrap;}

关于html - 响应形式,如何在响应时保持一个 div 紧挨着另一个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17610781/

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