盒子集成weith,不继承height

来源:互联网 发布:js的ajaxsubmit 编辑:程序博客网 时间:2024/05/02 04:23

<!DOCTYPE html><!--h5写法 --><html>  <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css">.fa{background-color:pink;width:300px;height:200px;}.son{background-color:blue;}</style>  </head>    <body><div class="fa"><div class="son">111</div></div>  </body></html>


0 0