<i id='rxf2F'><tr id='rxf2F'><dt id='rxf2F'><q id='rxf2F'><span id='rxf2F'><b id='rxf2F'><form id='rxf2F'><ins id='rxf2F'></ins><ul id='rxf2F'></ul><sub id='rxf2F'></sub></form><legend id='rxf2F'></legend><bdo id='rxf2F'><pre id='rxf2F'><center id='rxf2F'></center></pre></bdo></b><th id='rxf2F'></th></span></q></dt></tr></i><div id='rxf2F'><tfoot id='rxf2F'></tfoot><dl id='rxf2F'><fieldset id='rxf2F'></fieldset></dl></div>
      <legend id='rxf2F'><style id='rxf2F'><dir id='rxf2F'><q id='rxf2F'></q></dir></style></legend>

        <bdo id='rxf2F'></bdo><ul id='rxf2F'></ul>
    1. <tfoot id='rxf2F'></tfoot>

    2. <small id='rxf2F'></small><noframes id='rxf2F'>

      对齐复选框输入和 &lt;p&gt;标记在同一行

      时间:2023-09-05
      • <bdo id='1WblH'></bdo><ul id='1WblH'></ul>
          <tbody id='1WblH'></tbody>
        <tfoot id='1WblH'></tfoot>

              <legend id='1WblH'><style id='1WblH'><dir id='1WblH'><q id='1WblH'></q></dir></style></legend>
              <i id='1WblH'><tr id='1WblH'><dt id='1WblH'><q id='1WblH'><span id='1WblH'><b id='1WblH'><form id='1WblH'><ins id='1WblH'></ins><ul id='1WblH'></ul><sub id='1WblH'></sub></form><legend id='1WblH'></legend><bdo id='1WblH'><pre id='1WblH'><center id='1WblH'></center></pre></bdo></b><th id='1WblH'></th></span></q></dt></tr></i><div id='1WblH'><tfoot id='1WblH'></tfoot><dl id='1WblH'><fieldset id='1WblH'></fieldset></dl></div>
            1. <small id='1WblH'></small><noframes id='1WblH'>

              1. 本文介绍了对齐复选框输入和 &lt;p&gt;标记在同一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我见过大多数使用标签来解决此问题的其他解决方案.不幸的是,我不能在这种特殊情况下使用标签,因为那样会搞砸.我有以下内容:

                I've seen most of the other solutions to this problem using a label. Unfortunately, I can't use label on this particular case, because that will mess things up. What I have is the following:

                <div className="terms-checkbox">
                  <input type="checkbox" required />
                  <p>I accept the Terms and Conditions</p>
                </div>
                

                我将显示设置为 terms-checkbox 的内联块,如下所示:

                And I'm setting display to be inline-block for terms-checkbox like so:

                    .terms-checkbox {
                      display: inline-block;
                    }
                

                但是,这不会将项目水平对齐/在同一行中.如果不使用 label 包装 input 标签,如何使复选框和 p 标签水平对齐?

                However, this does not align the items horizontally/in the same line. Without wrapping the input tag with label, how can I make the checkbox and p tag align horizontally?

                这里是小提琴链接:https://jsfiddle.net/eu5rso2a/1/

                固定缩进.

                推荐答案

                您必须将 terms-checkbox 类设置为 input 或 p 标签.不是他们的父母.意味着你的 inputp 标签必须是 inline-block

                You must set the terms-checkbox class to input or p tag. Not their parent. Means your input and p tag must be inline-block

                这篇关于对齐复选框输入和 &lt;p&gt;标记在同一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:嵌套弹性盒子 下一篇:在浏览器中显示的html页面中找到一个句子并突出显示

                相关文章

                1. <legend id='pzHCs'><style id='pzHCs'><dir id='pzHCs'><q id='pzHCs'></q></dir></style></legend>

                    <small id='pzHCs'></small><noframes id='pzHCs'>

                  1. <i id='pzHCs'><tr id='pzHCs'><dt id='pzHCs'><q id='pzHCs'><span id='pzHCs'><b id='pzHCs'><form id='pzHCs'><ins id='pzHCs'></ins><ul id='pzHCs'></ul><sub id='pzHCs'></sub></form><legend id='pzHCs'></legend><bdo id='pzHCs'><pre id='pzHCs'><center id='pzHCs'></center></pre></bdo></b><th id='pzHCs'></th></span></q></dt></tr></i><div id='pzHCs'><tfoot id='pzHCs'></tfoot><dl id='pzHCs'><fieldset id='pzHCs'></fieldset></dl></div>

                    <tfoot id='pzHCs'></tfoot>

                    • <bdo id='pzHCs'></bdo><ul id='pzHCs'></ul>