图片居中

Posted 且听风吟V

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片居中相关的知识,希望对你有一定的参考价值。

       position: absolute;
        bottom: .3rem;
        left: 50%;
        margin-left: unit(-5.2/2,rem);
        width: 5.2rem;
        height: 3.6rem;
        background: url("../img/zf_phoneListen.png") no-repeat;
        background-size: 100% 100%;

 

以上是关于图片居中的主要内容,如果未能解决你的问题,请参考以下文章

CSS代码片段

居中对齐(V & H)一个div和一个img在父div内?

css常用代码片段 (更新中)

怎么使用CSS让图片水平垂直都居中?

网页制作图片怎么居中

css如何设置图片居中偏下