zoukankan      html  css  js  c++  java
  • 手机端全局样式表整理(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; }

  • 相关阅读:
    数据切分——Atlas介绍
    HDU 5015 233Matrix (构造矩阵)
    Wincc操作数据库SQLSERVER
    UIWebView 设置背景为透明
    29个你必须知道的Linux命令
    【读书笔记】iOS-UIWindow-WindowLevel
    linux下uart应用编程
    Java Web HelloWorld!
    手把手图文教你eclipse下如何配置tomcat
    Tomcat安装及配置教程
  • 原文地址:https://www.cnblogs.com/ilovexiaoming/p/3202084.html
Copyright © 2011-2022 走看看