为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我这父元素和子元素单独在两行

<!DOCTYPE HTML>

<html>

<head>

    <meta charset="utf-8">

    <title>aa</title>

    <style>

        *{padding: 0;

        margin: 0;}

        .per{

            width: 300px;

            height: 300px;

            background: red;


        }

        .son{

            width: 100px;

            height: 100px;

            background: blue; 

            position: inherit;

            left: 100px;

            top: 100px;

        }

    

    </style>

    </head>

    <body>

    <div class="per"></div>

        <div class="son"></div>

    </body>

</html>


正在回答

2 回答

因为你外层得DIV并没有包裹内层得DIV,DIV是块级元素,自然会显示出两行

0 回复 有任何疑惑可以回复我~
#1

老头儿_ 提问者

非常感谢!
2018-07-25 回复 有任何疑惑可以回复我~

  <div class="per">

            <div class="son"></div>

    </div>

这么写


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我这父元素和子元素单独在两行

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信