图片垂直居中显示-总结
2018-06-24 00:45:40来源:未知 阅读 ()
第1种,居中效果
<div class="box">
<div class="center">居中效果</div>
</div>
/*第1种,垂直居中效果*/ .box{ width: 200px;height: 200px;border: 1px solid #ccc; position: relative; } .center{ width: 100px;height: 100px;background: gray; margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0; }
第2种 图片居中
<div class="box2">
<img class="center2" src="yz_p5.jpeg" alt=""/>
<span class="block"></span>
</div>
/*第2种 图片垂直居中*/
/* span是辅助元素 vertical-align这个属性的特点,它是相对兄弟级行高(line-height)来定位*/
.box2{ width: 350px;height: 350px;border: 1px solid #F22727; text-align: center; } .center2{ vertical-align: middle;} .block{ line-height: 350px;}/*跟父级一样高*/
第3种,居中效果 父元素使用display: table; 子元素display: table-cell;
<div class="box3">
<span class="center3"><img src="yz_p5.jpeg" alt=""/></span>
</div>
/*第3种,居中效果*/ .box3{ width: 350px;height: 350px;border: 1px solid #F22727;display: table;text-align: center; } .center3{ display: table-cell;vertical-align: middle; }
第4种,居中效果
<div class="box4">
<img class="center4" src="yz_p5.jpeg" alt=""/>
</div>
/*第4种,居中效果 根据父元素来计算*/ .box4{ width:300px;height: 300px;border: 1px solid #F22727; } .center4{ width: 200px;height: 200px;position: relative;left: 16%;top: 19%; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- DIV居中的经典方法 2020-06-13
- css:背景(背景颜色、图片、平铺、背景固定、背景颜色半透 2020-06-01
- CSS背景图片的6个有趣的技巧 2020-05-12
- HTML连载84-添加中部的图片 2020-04-21
- 12.居中总结 2020-04-17
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