码迷,mamicode.com
首页 > Web开发 > 详细

css九宫格

时间:2017-08-24 14:59:22      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:css   child   text   ext   bsp   last   width   oat   idt   

 <style type="text/css">
   li {
    width: 100%;
    float: left;
   }
   li:first-child:nth-last-child(2),
   li:first-child:nth-last-child(2)~li,li:first-child:nth-last-child(4),
   li:first-child:nth-last-child(4)~li {
    width: 50%;
   }
   li:first-child:nth-last-child(3),
   li:first-child:nth-last-child(3)~li,li:first-child:nth-last-child(5),
   li:first-child:nth-last-child(5)~li,li:first-child:nth-last-child(6),
   li:first-child:nth-last-child(6)~li,li:first-child:nth-last-child(7),
   li:first-child:nth-last-child(7)~li,li:first-child:nth-last-child(8),
   li:first-child:nth-last-child(8)~li,li:first-child:nth-last-child(9),
   li:first-child:nth-last-child(9)~li {
    width: 33%;
   }
  </style>

  <ul>
   <li>1</li>
  </ul>

css九宫格

标签:css   child   text   ext   bsp   last   width   oat   idt   

原文地址:http://www.cnblogs.com/mrt-yyy/p/7422825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!