zoukankan      html  css  js  c++  java
  • 初始CSS模板

    /*开始   初始CSS模板   开始*/
            body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea
            {
                margin: 0;
                padding: 0;
                font-weight: normal;
                font-style: normal;
                font-size: 100%;
                font-family: inherit;
            }
            ol, ul, li
            {
                list-style: none;
            }
            img
            {
                border: 0;
            }
            body
            {
                color: #000;
                background: #FFF;
                text-align: left;
                font: 12px/1.5 Arial, Helvetica, sans-serif;
            }
            .clearfix:after
            {
                clear: both;
                content: ".";
                display: block;
                height: 0pt;
                visibility: hidden;
                overflow: hidden;
            }
            .clear
            {
                clear: both;
                height: 1px;
                margin-top: -1px;
                 100%;
            }
            .dis
            {
                display: block;
            }
            .undis
            {
                display: none;
            }
            /*结束  初始CSS模板  结束*/
    

      

  • 相关阅读:
    PMO的重要性
    idea CPU过高问题
    近期面试心得
    Spring-Eureka
    BIO/NIO
    redis redlock
    nmon 安装及使用 【linux环境】
    一致性hash 算法
    gossip协议了解
    00008
  • 原文地址:https://www.cnblogs.com/hangwq/p/3831836.html
Copyright © 2011-2022 走看看