zoukankan      html  css  js  c++  java
  • global.css

    @charset "utf-8";  /* 2014.7.29 By ILoveXiaoming */
    article,aside,audio,bdi,canvas,command,datalist,details,figcaption,figure,footer,header,hgroup,keygen,mark,meter,nav,output,progress,rp,rt,ruby,section,source,summary,time,track,video,title{ display:block;}
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,figure,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%;}
    body{ color:#333; font-family:arial,'5B8B4F53',sans-serif; font-size:12px;}
    input,select,textarea{ font-size: 100%; vertical-align:middle;}
    ol,ul,li{list-style:none;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
    a:focus{outline:0;}
    ins{text-decoration:none;}
    del{text-decoration:line-through;}
    table{border-collapse:collapse; border-spacing:0;}
    a{ color:#333; text-decoration:none; background-color:transparent;}
    a:hover{ color: #f10180; text-decoration:underline;}

    /* 单独的清除元素*/
    .clear {clear: both;display: block;overflow: hidden;visibility: hidden; 0;height: 0;}

    /* 当一个外部元素内部有浮动元素时,外部元素如需清除浮动,用如下的清除样式 */
    .clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
    .clearfix {display: inline-block;}
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}



  • 相关阅读:
    LibSVM文本分类之工程中调用LibSVM进行文本分类
    交叉验证–Cross validation
    SkySeraph博主的GLCM特征学习
    Libsvm分类步骤
    VC技巧
    转载 libsvm vc 移植 实现多类分类
    FANN学习2之建立简单工程
    开源库FANN学习笔记1
    忙了一上午终于把形状特征搞定了啊
    终于看到结果了
  • 原文地址:https://www.cnblogs.com/ilovejiahuigege/p/3875845.html
Copyright © 2011-2022 走看看