找回密码
 免费注册

[HTML] DIV垂直居中的用法

[复制链接]
admin 发表于 2023-9-12 15:41:01 | 显示全部楼层 |阅读模式
CSS
  1. body{background:#000;overflow-x:hidden;overflow-y:hidden;text-align:center;}
  2. .embed-responsive-item{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0; line-height:100%}
  3. .ico{width:100px;height:100px;position: relative;top: 50%;margin-top:-50px;}
复制代码


HTML
  1. <a class="embed-responsive-item" href="https://www.xxgxw.com/?phone" target="_blank">
  2.   <img class="ico" src="https://cdn.daicuo.cc/images/ico.player/btn_play.png" alt="play"/>
  3. </a>
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

QQ|Archiver|手机版|小黑屋|信息共享网

GMT+8, 2024-5-14 12:51 , Processed in 0.075488 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表