zoukankan      html  css  js  c++  java
  • recent.css常用的页面初始化样式

    <style>
        @charset "utf-8";
    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;}
    h1,h2,h3,h4,h5,h6{ font-weight: normal;}
    li { list-style: none; }
    img { border: none; }
    input,
    select,
    textarea { outline: none; border: none; background: none; border-radius: 0;
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      background-image: -webkit-linear-gradient(transparent, transparent);
      background-image: linear-gradient(transparent, transparent);
      font-family:"Helvetica", "Arial";
    }
    textarea { resize: none; }
    html { -webkit-text-size-adjust:none;overflow-x:hidden;}
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    img { display: block; max- 100%; height:auto;  auto9; /* ie8 */ vertical-align:top; }
    .video embed, .video object, .video iframe {  100%; height: auto; }
    a { border:0; text-decoration: none; outline: none;}
    a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
    em{ font-style: normal;}
    
    .clearfix:after,
    .clearfix:before { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }
    body {min-300px; /*font-family:"Helvetica", "Arial";*/ background-color: #f8f8f8; color:#030000;overflow-x:hidden;}
    body{font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial,
    "Microsoft YaHei", FreeSans, Arimo, "Droid Sans",
    "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3",
    FontAwesome, sans-serif;}
    
    
    
    
    
    
    </style>
    

      页面常用的初始化样式,估计就这么全了

  • 相关阅读:
    求最低价格
    A*算法入门
    hdu 4715
    手动扩大栈内存,让AC无忧
    hdu 4710
    hdu 1698
    poj3468区间延迟更新模板题
    hdu 1059二进制优化背包问题
    2059龟兔赛跑
    水1276
  • 原文地址:https://www.cnblogs.com/shixingwen/p/6002120.html
Copyright © 2011-2022 走看看