水平居中、垂直居中,总有一款适合你的
2018-06-24 01:15:43来源:未知 阅读 ()
一、子容器单纯只是内容,实现水平居中、垂直居中、或两者皆可
.parDiv { position: relative; text-align: center; width: 100%; height: 300px; line-height: 300px; background-color: green; } .chiDiv {}
效果图:
二、子容器有固定的宽高,实现水平居中、垂直居中、或两者皆可
.parDiv { position: relative; height: 300px; width: 100%; background-color: green; } .chiDiv { position: absolute; width: 100px; height: 100px; top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; background-color: red; }
效果图:
三、子容器没有固定宽高,实现水平居中、垂直居中、或两者皆可(适合做弹框菜单)
方法一:
.parDiv { position: relative; height: 300px; width: 100%; background-color: green; } .chiDiv { position: absolute; top: 50%; left: 50%; background-color: red; transform: translateX(-50%) translateY(-50%); }
方法二:
.parDiv { width: 100%; height: 300px; display: flex; background-color: green; } .chiDiv { background-color: red; margin: auto; }
效果图:
四、父容器固定高度,子容器inline-block,可实现水平和垂直居中
.parDiv{
width: 400px;
height: 400px;
line-height: 400px;
text-align: center;
background-color: green;
}
.chiDiv{
display: inline-block;
line-height: normal;
background-color: red;
}
HTML代码:
<div class="parDiv"> <div class="chiDiv">子容器内容</div> </div>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- DIV居中的经典方法 2020-06-13
- 自学web前端达到什么水平,才能满足求职的标准? 2020-05-04
- 12.居中总结 2020-04-17
- 11.行盒垂直对齐和图片的底部白边问题 2020-04-17
- div中图片和文字同一行实现垂直居中 2020-03-29
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash