html显示缩略小图 无失真图片


<html>
<head>
    <title>我的图片处理</title>
    <style type="text/css">
        html {
            height: 100%;
        }

        div {
            background-image: url([3~YBZF0_Q4B`IXK47}AOU6.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
    </style>

</head>
<body>
    <img style="height: 100px; width: 100px; background-image: url([3~YBZF0_Q4B`IXK47}AOU6.png); background-repeat: no-repeat; background-position: center center; background-size: cover; "/>

</body>
</html>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM