zoukankan      html  css  js  c++  java
  • 我的移动端base文件,以后会完善修改

    *{
        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-320px){html {font-size:62.5%!important;}}
    
    @media screen and (min-320px){html {font-size:62.5%!important;}}
    
    @media screen and (min-360px){html {font-size:70.3%!important;}}
    
    @media screen and (min-400px){html {font-size:78.1%!important;}}
    
    @media screen and (min-440px){html {font-size:85.9%!important;}}
    
    @media screen and (min-460px){html {font-size:89.9%!important;}}
    
    @media screen and (min-480px){html {font-size:93.8%!important;}}
    
    @media screen and (min-540px){html {font-size:105.5%!important;}}
    
    @media screen and (min-560px){html {font-size:109.4%!important;}}
    
    @media screen and (min-640px){html {font-size:125%!important;}}
    2018年,12月开始,我要认真写博客啦
  • 相关阅读:
    Mysql命令大全
    查看LINUX进程内存占用情况
    PHP内存溢出 Allowed memory size of 解决办法
    Selenium--->环境配置
    自定义一个web框架
    django 使用记录
    javascript
    paramiko 及堡垒机初步接触
    python 操作 redis
    python rabbitmq
  • 原文地址:https://www.cnblogs.com/lw1995/p/9038870.html
Copyright © 2011-2022 走看看