• 手机端全局样式表整理(mobile)


    @charset "utf-8";
    /*
     * filename:          global.css
     * description:       全局样式(包含样式重置,公共常用样式,链接样式等)
     * author:            我爱小明
     * version:           1.0
     * updated:           2013-04-20
     *
    */
     
    *{ margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; }
    input, textarea{margin:0; padding:0; font-size:100%; vertical-align:middle;}
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
    ol, ul, li { list-style:none;}
    /* remember to define focus styles! */
    :focus {outline:0;}
    /* remember to highlight inserts somehow! */
    ins{ text-decoration: none; }
    del{ text-decoration: line-through; }
    /* tables still need 'cellspacing="0"' in the markup */
    table{border-collapse:collapse; border-spacing: 0;}
    body { background:#fff; font:12px/2.0 微软雅黑,arial,sans-serif; color:#333; padding-bottom:20px; -webkit-text-size-adjust: none; text-size-adjust: none;}
    a{text-decoration:none; color:#333;}
    input,select,img{vertical-align:middle;}

    .cf:before, .cf:after { content: "020"; display: block; height: 0; visibility: hidden; }
    .cf:after { clear: both; }
    .cf { zoom: 1; }
    .clear { clear: both; display: block; overflow: hidden; visibility: hidden; 0; height: 0; }

  • 相关阅读:
    IP地址和MAC地址,以及arp攻击
    可爱的老婆
    win7 homebasic下,.net2008 连接oracle,提示错误OCIEnvCreate 失败,返回代码为 1,但错误消息文本不可用
    检讨
    数据库索引
    PB调用C#编写的DLL
    用c#开发可供PB调用的COM组件
    关于excel取消科学计数法的问题
    按键码对照
    JSONP学习资料
  • 原文地址:https://www.cnblogs.com/ilovexiaoming/p/3202084.html
Copyright © 2020-2023  润新知