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>

 

posted @ 2017-01-04 19:16  方金  阅读(2402)  评论(0编辑  收藏  举报