每個頁面通用的CSS:global.css 對某些標籤進行初始化樣式設定 加些特定的margin值 等

來源:互聯網
上載者:User

每個頁面通用的CSS:global.css.txt

 

 

@charset "utf-8";<br />/* CSS Document */<br />/* ========= reset ========= */<br />body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p{<br />border: 0;margin: 0;padding: 0;font-size: 100%;font-weight: normal;font-style: normal;text-decoration: none;<br />}<br />table{border-collapse:collapse;border-spacing:0;}<br />li {list-style:none;}<br />img{border:none;}<br />body{font:12px/17px 'MS Pゴシック','MS PGothic','MS Gothic','Verdana',sans-serif;color:#595757;}<br />.clearfix:after {<br /> content: ".";<br /> clear: both;<br /> height: 0;<br /> visibility: hidden;<br /> display: block;<br />} /* 這是對Firefox進行的處理,因為Firefox支援產生元素,而IE所有版本都不支援產生元素 */<br />.clearfix {<br /> display: inline-block;<br />} /* 這是對 Mac 上的IE瀏覽器進行的處理 */<br />/* Hides from IE-mac /*/<br />* html .clearfix {height: 1%;} /* 這是對 win 上的IE瀏覽器進行的處理 */<br />.clearfix {display: block;} /* 這是對display: inline-block;進行的修改,重設為區塊元素*/<br />/* End hide from IE-mac */ </p><p>/* A */<br />a{color:#00a0e9;text-decoration:none;}<br />a:hover{color:#00a0e9;text-decoration:underline;}<br />/* ========= margin ======== */<br />.mt10{margin-top:10px;}<br />.mt20{margin-top:20px;}<br />.mb5{margin-bottom:5px;}<br />.mb10{margin-bottom:10px;}<br />.mb15{margin-bottom:15px;}<br />.mb20{margin-bottom:20px;}<br />.ml20{margin-left:20px;}<br />input[type="text"]{<br />height:18px;<br />}<br />.ac{text-align:center;}<br />hr.cb{<br />visibility:hidden;<br />height:0;<br />border:none;<br />clear:both;<br />font-size:0;<br />line-height:0;<br />overflow:hidden;<br />}

相關文章

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.