• 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;
    }
  • 相关阅读:
    通过 phantomjs抓取仁医在线的练习题
    Fork/Join框架
    联表命中索引
    docker容器安装Vim
    docker 配合nginx部署vue项目
    docker安装与简单使用
    delphi IdHTTP 请求抓包分析
    delphi XML 文档注释
    关于Swing设置窗口图标后出现卡顿以及其他问题
    内部类和静态内部类的区别
  • 原文地址:https://www.cnblogs.com/bobo41/p/2976020.html
Copyright © 2020-2023  润新知