zoukankan      html  css  js  c++  java
  • 样式重置

    @charset "utf-8";

    html{
    -webkit-text-size-adjust:none;word-wrap: break-word;
    100%;
    height: 100%;
    -ms-overflow-style: scrollbar;
    }
    body,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,input,textarea,th,td,img,button{
    margin:0;
    padding:0;
    }
    h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    }
    table{
    border-collapse:collapse;
    }
    img{
    border:none;
    }
    li{
    list-style:none
    }
    a{
    text-decoration:none;
    color: #333333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
    }
    a:hover{
    text-decoration: none;
    }
    textarea{
    resize:none;
    overflow:auto;
    }
    input,textarea,select,label{
    outline:none;
    }
    body,input,textarea,select{
    font-family: "Microsoft YaHei";
    }
    body{
    100%;
    height: 100%;
    position: relative;
    -ms-overflow-style: scrollbar;
    }
    ::-webkit-input-placeholder,:-ms-input-placeholder,::-moz-placeholder,:-moz-placeholder {color: #777;}
    * {
    box-sizing: border-box;
    }
    *::after, *::before {
    box-sizing: border-box;
    }

    .clearfix{
    zoom:1;
    *zoom:1;
    }
    .clearfix:after{
      content:"";
    display:block;
    clear:both;
      visibility:hidden;
      height:0;  
    }
  • 相关阅读:
    (8)Normalization
    (7)Drop out/Drop block
    (6)data augmentation——遮挡
    (5)label smooth
    (4)Focal loss
    (3)data augmentation——pixel-wise
    ostringstream 性能测试
    CPU & 多线程
    PC 常备软件(windows)
    编译器前端简介
  • 原文地址:https://www.cnblogs.com/lyk562564104/p/6270887.html
Copyright © 2011-2022 走看看