css 背景图自适应

<style type="text/css">
#weixinMain{
width: 320px;
height: 200px;
background-image: url('../res/login/loginFrame.png');
background-repeat:no-repeat;
background-size:100% 100%;
-moz-background-size:100% 100%;
}
</style>
posted @ 2018-01-03 09:58  卿祛病  阅读(121)  评论(0)    收藏  举报