zoukankan      html  css  js  c++  java
  • 通用全局CSS样式

    PC全局样式

    *{padding:0;margin:0;}
    div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}
    img,input{border:none;vertical-align:middle;}
    body{font-family:Tahoma,Arial,Helvetica,"宋体";font-size:12px;text-align:center;background:#FFF;color:#000;}
    html{overflow-y:scroll;}
    ul,ol{list-style-type:none;}
    th,td,input{font-size:12px;}
    h3{font-size:14px;}
    button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
    select{border-1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
    .clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;}
    .clearfix:after{content:"";display:block;clear:both;}
    .clearfix{zoom:1;}
    a:link,a:visited{text-decoration:none;color:#333;}
    a:hover,a:active{text-decoration:underline;color:#f60;}
    

      参考链接http://www.cnblogs.com/freespider/archive/2011/11/02/2232848.html

    手机端h5全局样式

    html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.6;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}body,h1,h2,h3,h4,p,ul,ol,dl,dd,fieldset,textarea{margin:0}fieldset,legend,textarea,input,button{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}ul,ol{padding-left:0;list-style-type:none}a img,fieldset{border:0}a{text-decoration:none}
    

      参考微信

  • 相关阅读:
    221. Add Two Numbers II【medium】
    167. Add Two Numbers【easy】
    544. Top k Largest Numbers【medium】
    413. Reverse Integer【easy】
    219. Insert Node in Sorted Linked List【Naive】
    java发展史与java的语言特性
    MySQL级联删除的问题
    mac上创建MySQL的基本步骤
    MySQL中的约束简单使用
    MySQL的中文编码问题
  • 原文地址:https://www.cnblogs.com/wms01/p/7337493.html
Copyright © 2011-2022 走看看