a.lucksky 发表于 2015-9-6 13:08:26

关于LP 自动适应手机屏幕 CSS 修改!

一个LP,在手机端打开之后怎么都不能适应屏幕大小
具体CSS代码如下, 请教改如何修改?
body {
        background: #d8d8d8;
        font-family: arial, tahoma, verdana, sans-serif;
        font-size: 14px;
        color: #616161;
        margin: 45px 0 0;
}
img {
        border: 0;
}
.clear {
        clear: both;
}
#wrapper {
        width: 852px;
        margin: 0 auto 0;
}
#header {
        background: url('1.gif') no-repeat;
        height: 113px;
}
#header a{ display:block;height:113px;cursor:hand; }
#content {
        background: url('bg.jpg') repeat-y;
}
#contentbottom {
        background: url('contentbottom.jpg') no-repeat;
        height: 6px;
}
#col1 {
        width: 411px;
        float: left;
        padding: 10px 0 0;
}
.girlspic img {
        margin: 0 0 10px 10px;
        border: 2px solid #111111;
        display: block;
        float: left;
}
#col2 {
        width: 399px;
        float: right;
        padding: 20px;
}
#col2 h1 {
        font-size: 22px;
        font-weight: 100;
        color: #0053cf;
        margin: 0;
}
#col2 p {
        margin: 0 0 10px;
        line-height: 18px;
}
#col2 ul {
        padding: 0 0 0 30px;
}
#col2 li {
        color: #0e0e0e;
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: bold;
}
#cta {
        text-align: center;
}
#footer p {
        text-align: center;
        margin: 0;
        padding: 10px;
        color: #8b8b8b;
        font-size: 12px;
}

crazysnail 发表于 2015-9-6 17:27:42

with 换成100%

maketuwen 发表于 2015-9-7 15:45:58

                      得学css3
页: [1]
查看完整版本: 关于LP 自动适应手机屏幕 CSS 修改!