zoukankan      html  css  js  c++  java
  • 理解标签重置reset

    /*样式表文件来自 懒人css http://lrcss.lrjz100.com */
    /*---------重置---------*/
    html{font-size: 100%;-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;    *overflow:auto;_overflow-x:hidden;}
    body{margin:0;}
    p,ul,ol,form,dl,h1,h2,h3,h4,h5,h6{ margin-top:0; margin-bottom:0;}
    dl,dd{ margin-left:0;}
    ul,ol{padding-left:0;*margin-left:0;list-style-type: none;}
    ul li{*zoom:1;*vertical-align:bottom;}
    em,var,cite,i{font-style:normal;}
    small{font-size:inherit;}
    s,a{text-decoration:none;}
    :focus{outline:none;}
    blockquote,q{quotes:none; margin:0;}
    table{border-collapse:collapse;border-spacing:0;empty-cells:show;/*table-layout:fixed;*/}
    img,iframe{border:none;}
    img{vertical-align: top;-ms-interpolation-mode: bicubic;/*ie7防止图片缩小失真的*/}

  • 相关阅读:
    SVM
    决策树
    神经网络
    机器学习之降维方法
    机器学习之特征选择
    浏览器状态码大全
    哈希表
    社区发现算法总结(二)
    社区发现算法总结(一)
    聚类篇-------度量
  • 原文地址:https://www.cnblogs.com/wuyinghong/p/4016352.html
Copyright © 2011-2022 走看看