zoukankan      html  css  js  c++  java
  • css全局样式基础代码

    body{
    font-size:12px; font-family:"宋体",Arial, Helvetica, sans-serif;color:#363636;background:#e5e5e5 url(../images/bpbg.jpg) center top no-repeat;}
    html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0; padding: 0;  }
    .cbody{ margin:0 auto;982px; position:relative;background:#FFF;}
    input,select,textarea{ vertical-align:middle;}
    img{ border:0;}
    ul,li{ list-style-type:none;}
    a:link,a:visited{
    text-decoration:none;color:#010101;}
    a:hover{text-decoration:underline;color:#ED0909;}
    .overhide{overflow:hidden;text-indent:-100em; }
    .clear {clear: both;}
    .clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden; 0;height: 0;}
    .clearfix{zoom:1} 

  • 相关阅读:
    C++命名法则
    腾讯附加题---递归
    决策树
    ubuntu16.04安装后干的事
    node
    iview datetime日期时间限制
    GitLab CI/CD
    本地项目上传到github
    npm--配置私服
    gitlab添加yml文件.gitlab-ci.yml
  • 原文地址:https://www.cnblogs.com/hukai46/p/5162379.html
Copyright © 2011-2022 走看看