zoukankan      html  css  js  c++  java
  • CSS公共代码

    /*公共style*/
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,code,del,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline}
    /* CSS Document */
    div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
     margin:0;
     padding:0;
     color: #000;
    }
    table{ border-collapse:collapse; border-spacing:0;}
    fieldset,img{ border:0;}
    address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
    ol,ul{ list-style:none;}
    caption,th{ text-align:left;}
    caption,th{ text-align:left;}
    h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
    q:before,q:after{ content:''}
    abbr,acronym{ border:0;}
    body,html{ font-size:12px; font-family:Arial, Helvetica, sans-serif;}
    /*浮动*/
    .f-l{ float:left;}
    .f-r{ float:right;}
    .top {
     background-image: url(../images/top-bg.jpg);
     background-repeat: repeat-x;
     margin: 0px;
     padding: 0px;
     height: 74px;
      auto;
     text-align: center;
    }

    /*清楚浮动*/
    .cb{ clear:both;}
    .cl{ clear:left;}
    .cr{ clear:right;}
    /*定位*/
    .p-r{ position:relative;}
    .p-a{
     position:absolute;
     left: 1px;
      200px;
    }
    .p-f{ position:fixed;}
    .m-t15{ margin-top:15px;}
    .m-l15{ margin-left:15px;}
    .p-t15{ padding-top:15px;}
    /*颜色*/
    .color1{
     background-color: #FFFDDE;
    }
  • 相关阅读:
    开学测试感想
    动手动脑1(00JAVA语言基础)
    9.29 java web注释方式以及servlet映射
    三十道随机算法
    9.30 servlet学习
    C#验证控件的使用方法
    SqlHelper详解
    C#字符串的几种常用方法
    存储过程事务处理
    js url编码
  • 原文地址:https://www.cnblogs.com/bobo41/p/2976020.html
Copyright © 2011-2022 走看看