# cssFrame **Repository Path**: javaSwing/cssFrame ## Basic Information - **Project Name**: cssFrame - **Description**: No description available - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-02 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cssFrame 这是一个在工作中用到布局框架,由boostrap sass源码改变而来。其中的栅格化布局实现兼容到了IE7+。 `index.html` 这个文件是展示,同时也加入了对底版本浏览器的分级兼容。这仅仅是一个模版! ```shell ├── index.html ├── js ├── sass # sass 源码目录 | ├── components # 对项目常用组件封装 | ├── path # 低版本浏览器兼容补丁 ``` # 兼容性 IE7+ # 鸣谢 [box-sizing-polyfill](https://github.com/Schepp/box-sizing-polyfill) [IE7百分比bug解决方案](http://www.99css.com/43/)