码迷,mamicode.com
首页 > 移动开发 > 详细

我的移动端base文件,以后会完善修改

时间:2018-05-15 01:42:30      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:import   block   line   height   order   bsp   ext   移动   img   

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #333333;
}
a:hover{
    color:#bd2b58;
}
.clear{
    clear: both;
    overflow: hidden;
    zoom: 1;
}
html{
    font-size: 16px;
}
 ul li{
    list-style: none;
}
img{
    display: block;
    border:0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.max{
    width:100%
}
.wrap{
    max-width: 640px !important;
    min-width: 320px !important;
    margin: 0 auto!important;
    line-height: 1.6;
    color: #333;
    font-family: ‘PingFang SC‘,Helvetica,‘Microsoft YaHei‘,simsun,arial,sans-serif;
}


@media screen and (max-width:320px){html {font-size:62.5%!important;}}

@media screen and (min-width:320px){html {font-size:62.5%!important;}}

@media screen and (min-width:360px){html {font-size:70.3%!important;}}

@media screen and (min-width:400px){html {font-size:78.1%!important;}}

@media screen and (min-width:440px){html {font-size:85.9%!important;}}

@media screen and (min-width:460px){html {font-size:89.9%!important;}}

@media screen and (min-width:480px){html {font-size:93.8%!important;}}

@media screen and (min-width:540px){html {font-size:105.5%!important;}}

@media screen and (min-width:560px){html {font-size:109.4%!important;}}

@media screen and (min-width:640px){html {font-size:125%!important;}}

 

我的移动端base文件,以后会完善修改

标签:import   block   line   height   order   bsp   ext   移动   img   

原文地址:https://www.cnblogs.com/lw1995/p/9038870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!