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月开始,我要认真写博客啦
  • 相关阅读:
    Linux笔记 三剑客之sed
    Linux笔记 用户组管理
    Linux实验之软件管理
    Linux实验之系统安装
    gd_t , bd_t 结构分析
    编辑linux内核与bosybox 时,make menuconfig 出现错误
    4412裸板开发 (1点灯)
    tiny4412SDK 1312B 启动ubuntuDsektop
    tiny4412 启动方式
    linux minitools+minicom 安装及使用
  • 原文地址:https://www.cnblogs.com/lw1995/p/9038870.html
Copyright © 2011-2022 走看看