zoukankan      html  css  js  c++  java
  • 我的css reset

    @charset "utf-8";
    /*reset*/
    body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}body,button,input,select,textarea{font:12px/1.5 "Microsoft YaHei", "微软雅黑", "SimSun", "宋体","tahoma","arial",5b8b4f53,sans-serif;vertical-align:middle}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}address,cite,dfn,em,var,i{font-style:normal}code,kbd,pre,samp{font-family:courier new,courier,monospace}small{font-size:12px}ul,ol,li{list-style:none}a{text-decoration:none}a:hover{text-decoration:underline}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}fieldset,img{border:0}button,input,select,textarea{font-size:100%}.left{float:left}.right{float:right}.clear{clear:both;height:0;line-height:0;overflow:hidden;font-size:0;min-height:0}img{border:0}input,img{vertical-align:middle}.linkman{display:none}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}.clearfix{display:block}/*html5*/article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block; padding: 0; margin: 0; list-style: none;}
    ::selection { color:#fff; background-color:#76c3a2;}
    ::-moz-selection { color:#fff; background-color:#76c3a2;}
    ::-webkit-selection { color:#fff; background-color:#76c3a2;}
    /*重置pre*/ pre { white
    -space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } /*all*/

    @charset "utf-8";
    /*reset*/
    body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}body,button,input,select,textarea{font:12px/1.5 "Microsoft YaHei", "微软雅黑", "SimSun", "宋体","tahoma","arial",5b8b4f53,sans-serif;vertical-align:middle}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}address,cite,dfn,em,var,i{font-style:normal}code,kbd,pre,samp{font-family:courier new,courier,monospace}small{font-size:12px}ul,ol,li{list-style:none}a{text-decoration:none}a:hover{text-decoration:underline}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}fieldset,img{border:0}button,input,select,textarea{font-size:100%}.left{float:left}.right{float:right}.clear{clear:both;height:0;line-height:0;overflow:hidden;font-size:0;min-height:0}img{border:0}input,img{vertical-align:middle}.linkman{display:none}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}.clearfix{display:block}/*html5*/article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block; padding: 0; margin: 0; list-style: none;}
    ::selection { color:#fff; background-color:#76c3a2;}
    ::-moz-selection { color:#fff; background-color:#76c3a2;}
    ::-webkit-selection { color:#fff; background-color:#76c3a2;}
    pre {
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }
    /*all*/

  • 相关阅读:
    神器Tampermonkey的安装使用
    记一些不错的知识博客
    redis入门到精通系列(九):redis哨兵模式详解
    redis入门到精通系列(八):redis的高可用--主从复制详解
    redis入门到精通系列(七):redis高级数据类型详解(BitMaps,HyperLogLog,GEO)
    redis入门到精通系列(六):redis的事务详解
    redis入门到精通系列(五):redis的持久化操作(RDB、AOF)
    redis入门到精通系列(四):Jedis--使用java操作redis详解
    jsp乱码
    Tomcat 9遇到错误开着怎么关闭
  • 原文地址:https://www.cnblogs.com/hupan508/p/5016939.html
Copyright © 2011-2022 走看看