CSS公用樣式模版

來源:互聯網
上載者:User

CSS檔案命名為global.css,一般此CSS檔案是用於裝全站主要架構CSS樣式代碼和初始化的CSS樣式。

通常會放初始化CSS代碼如下:

 body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4 {margin:0;padding:0;font-style:normal;font:12px/22px "\5B8B\4F53",Arial, Helvetica,sans-serif}    ol, ul ,li{list-style: none;}  img {border: 0; vertical-align:middle;}  body{color:#000000;background:#FFF; text-align:center;}  .clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;}  a{color:#000000;text-decoration:none; }   a:hover{color:#BA2636;text-decoration:underline;}  

以上代碼是初始化HTML常用的標籤預設CSS樣式,避免不同瀏覽器對相同標籤已不同預設樣式,造成相容問題,這樣初始化一次可以避免這些問題。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.