<li>位置偏移问题:用<li>设置About的第二个区域,为什么图片和文本框区域不能对齐

<li>位置偏移问题:用<li>设置About的第二个区域,为什么图片和文本框区域不能对齐

用<li>设置About的第二个区域,为什么图片和文本框区域不能对齐

http://img1.sycdn.imooc.com//climg/5e43616309491a2313080643.jpg

然后对图片设置顶部距离,margin-top: 18px;图片与文本框是对齐了,但是却发生了一个li单独一行的现象,这种问题要怎么处理?

http://img1.sycdn.imooc.com//climg/5e4361a209d5612113290599.jpg

另外,中间那个间隔要怎样去除呢?

这个区域的代码如下,html代码

<div class="show_2">

<ul>

<li><img src="images\b1.jpg"></li>

<li>

<div class="domain">

    <h3 class="h3">Library</h3>

    <P class="word_1">

    In my old griefs and with my childhood's faith

    </P>

    <p class="word_2">

    I love thee with a love I seemed to lose.With my lost saints.I love thee with the breath.Smiles tears of all my life.And if God choose.

    </p>

    <input type="button" name="" value="EXPLORE">

</div>

</li>

<li><img src="images\b2.jpg"></li>

<li>

<div class="domain">

    <h3 class="h3">Computer Lab</h3>

    <P class="word_1">

    In my old griefs and with my childhood's faith

    </P>

    <p class="word_2">

    I love thee with a love I seemed to lose.With my lost saints.I love thee with the breath.Smiles tears of all my life.And if God choose.

    </p>

    <input type="button" name="" value="EXPLORE">

</div>

</li>

<li>

<div class="domain">

    <h3 class="h3">Conference Hall</h3>

    <P class="word_1">

    In my old griefs and with my childhood's faith

    </P>

    <p class="word_2">

    I love thee with a love I seemed to lose.With my lost saints.I love thee with the breath.Smiles tears of all my life.And if God choose.

    </p>

    <input type="button" name="" value="EXPLORE">

</div>

</li>

<li><img src="images\b3.jpg"></li>

<li>

<div class="domain">

    <h3 class="h3">Play Ground</h3>

    <P class="word_1">

    In my old griefs and with my childhood's faith

    </P>

    <p class="word_2">

    I love thee with a love I seemed to lose.With my lost saints.I love thee with the breath.Smiles tears of all my life.And if God choose.

    </p>

    <input type="button" name="" value="EXPLORE">

</div>

</li>

<li><img src="images\b4.jpg"></li>

</ul>

<div class="directing_left"></div>

<div class="directing_left"></div>

<div class="directing_right"></div>

<div class="directing_right"></div>

</div>

css代码


.About .show_2{

width: 1700px;

margin:20px auto;

}

.About .show_2 ul{

margin:0px;

padding:0px;

list-style:none;

width: 1700px;

}

.About .show_2 ul li{

float: left;

}

.About .show_2 .domain{

width: 454px;

background-color: #66CCFF;

border:none;

height: 396px;

}

.About .show_2 img{

margin-top: 18px;

}


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
guly 2020-02-12 11:15:42

你好,您贴出的css源码以及html源码不能准确找出问题,建议贴出涉及到的全部代码,祝学习愉快!

  • 提问者 慕少9286963 #1
    这个就是这个区域的所有代码了,包含html和css代码,全部代码贴不出来,有字数限制
    2020-02-12 11:31:27
  • 提问者 慕少9286963 #2
    我自己刚试了一下,就贴我贴出的这段代码到新的文件夹里运行,同样出现同样的问题啊,您那边不会出现吗?
    2020-02-12 11:48:21
  • 提问者 慕少9286963 #3
    还是浏览器兼容性问题??我用Chrome和IE两个浏览器试过了,都是一样的问题
    2020-02-12 11:49:29
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师