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

    html
    {
      
    color:#000;
      
    background:#FFF;
    }
    //
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
    {
      
    margin:0;padding:0;
    }
    table  /* 设置table 的样式*/
    {
       
    border-collapse:collapse;
       
    border-spacing:0;
    }
    fieldset, img
    {
       
    border:0;
    }
    em, strong
    {
      
    font-style:normal;
      
    font-weight:normal;
    }
    li
    {
        
    list-style:none;
    }
    h1, h2, h3, h4, h5, h6
    {
      
    font-size:100%;
      
    font-weight:normal;
    }
    body, input, button, textarea
    {
       
    font-size:12px;
       
    font-family:Arial, Helvetica, sans-serif;
    }
    a
    {
      
    text-decoration:none;outline:none;
    }
    a:hover
    {
      
    cursor:pointer;
    }
    th, td{vertical-align:top;}
  • 相关阅读:
    CodeForces 514B
    CodeForces 514A
    UVa 818
    HDU 1003
    UVa百题总结
    UVa 11526
    UVa 12412
    UVa 211
    UVa 1587
    UVa 225 – Golygons [DFS+剪枝]
  • 原文地址:https://www.cnblogs.com/weekend001/p/1558007.html
Copyright © 2011-2022 走看看