摘要: /* Document : base.css Created on : 2013-02-22 Author : Kojya Description : Style sheet for base.*//* * bootstrap预设样式 * 测试使用*//*------------------------------------------------ bootstrap预设样式 ------------------------------------------------*/body { margin: 0; font-family: Ver... 阅读全文
posted @ 2013-02-25 15:39 KOJYA 阅读(352) 评论(0) 推荐(0)
摘要: /* Document : reset.css Created on : 2013-02-25 Author : Kojya Description : Style sheet for reset.*//* * 重置样式 * 附加重置样式*//*------------------------------------------------ 重置样式(已压缩) ------------------------------------------------*/* {margin: 0;padding: 0;}.clear {clear: both;... 阅读全文
posted @ 2013-02-25 15:30 KOJYA 阅读(635) 评论(0) 推荐(0)
摘要: .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }or说明:IE6 和 IE7 都不支持 :after 这个伪类... 阅读全文
posted @ 2013-02-25 13:31 KOJYA 阅读(145) 评论(0) 推荐(0)