!!!常用CSS代碼

來源:互聯網
上載者:User

標籤:style   blog   class   code   java   ext   

.box{overflow:auto;zoom:1;}

.box-in{display:inline-block;vertical-align:top;}

.border-box{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}/*ie8+*/

body,div,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

(待補充)

 

 

 

 

清除浮動

<style type="text/css">div{background:#ddd;border:1px solid #000;width:400px;}.box{overflow:auto;zoom:1;}/*zoom:IE 6,7*/ img{float:right;} </style><h1>清除浮動</h1><div class="box"><img src="http://zh.learnlayout.com/images/ilta.png"></div><br><br><div><img src="http://zh.learnlayout.com/images/ilta.png"></div>

 

 

box-sizing:IE8及IE8+

<style type="text/css">div{background:#999;width: 500px;height:100px;margin: 20px;}.simple {  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;          box-sizing: border-box;}.fancy {  padding: 50px;  border: solid #000 20px;  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;          box-sizing: border-box;}.ccc{  border: solid #000 20px;}</style><h1>box-sizing : IE8及IE8+</h1><div class="simple">aaaaaaaa</div><div class="fancy">aaaaaaaaa</div><div class="ccc">aaaaaaaaa</div>

 

 

媒體查詢  http://zh.learnlayout.com/media-queries.html  下次閱讀

Flexbox  http://zh.learnlayout.com/flexbox.html  (擴充閱讀)

css架構  http://zh.learnlayout.com/frameworks.html (擴充閱讀)

 

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.