C#制作手机网站

<meta name="viewport" content="width=device-width, initial-scale=1.0"> //在HTML页面里面加入这个就可以了

 高宽都需要百分比

.div1 {
    background-color: red;
    width: 48%;
    height: 0;
    padding-bottom: 40%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

 

posted @ 2018-02-27 11:58  氏张  阅读(1389)  评论(0编辑  收藏  举报