zoukankan      html  css  js  c++  java
  • css 的清0

    body, ul, ol, h1, h2, h3, h4, h5, h6, p, form, fieldset, table, td, img, div, dl, dt, dd, input, textarea, select { margin: 0; padding: 0;}
    body {font-size: 12px;font-family: "SimSun","宋体"; background: #000; -webkit-text-size-adjust: 100%;}
    h1, h2, h3, h4, h5, h6 { font-style: 1em;}
    ul, ol {list-style: none;}
    img { border: none;vertical-align:bottom; display:block}
    em, i {font-style: normal;}
    input, select, textarea {outline: none; border: none;background: none;}
    textarea {resize: none;}
    a { text-decoration: none;}
    /*去掉虚线框*/
    a, label { blr: expression(this.onFocus=this.blur());}
    a, label {outline: none;}
    /*清浮动*/
    .clearfix:after, .clearfix:before {content: "";display: table;}
    .clearfix:after {clear: both;}
    .clearfix {*zoom: 1;}
    /*全局浮动*/
    .fl {float: left;}
    .fr {float: right;}
    

      

    如果问题,欢迎大家及时指点,一同交流,共同提高
  • 相关阅读:
    大端小端
    浅谈协程
    boost总结之any
    boost总结之variant
    STL总结之functor
    zabbix设置多个收件人
    zabbix设置发送消息的时间
    zabbix利用微信报警
    Windos无法验证文件数组签名
    zabbix基础安装
  • 原文地址:https://www.cnblogs.com/wujidns/p/4158302.html
Copyright © 2011-2022 走看看