CSS 绝对定位时,水平居中而不影响原文档中其它元素
2021-04-18 19:28
阅读:313
标签:nsf style pos 元素 class tran 实现 居中 bsp CSS 绝对定位时,水平居中而不影响原文档中其它元素 标签:nsf style pos 元素 class tran 实现 居中 bsp 原文地址:https://www.cnblogs.com/qinlongqiang/p/12275338.html
div.absolutemiddle {
position: absolute;
left: 50%;
transform: translate(-50%); /* 平移50%为自身尺寸的一半,实现水平居中 */
}
上一篇:k8s之web界面(Dashboard)从安装到应用
下一篇:Assets file project.assets.json not found. Run a NuGet package restore
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:CSS 绝对定位时,水平居中而不影响原文档中其它元素
文章链接:http://soscw.com/index.php/essay/76351.html
文章标题:CSS 绝对定位时,水平居中而不影响原文档中其它元素
文章链接:http://soscw.com/index.php/essay/76351.html
评论
亲,登录后才可以留言!