We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rain css代码库
使用copyCss来进行过滤
使用 CSS3 Media Queries来对专门的class进行重写,并新增移动端专用class
1.无需对单独模块增加专门样式文件 2.html模块中的class可以方便快速的修改而不影响其他功能模块
The text was updated successfully, but these errors were encountered:
深思熟虑,值得点赞。
Sorry, something went wrong.
学习中,收获很大!
No branches or pull requests
一些问题
样式重设,IE bug处理,缺点是没有进行对象结构扩展,实现最大程度的复用。
不断重复类似功能的代码,并且面向结构,复用度太低,应该在功能上进行完全的分离。
90%以上css代码的重用,面向对象结构,加入细粒度对象和布局对象,加入CSS交互控制模块和css插件模块。
多浏览器兼容,遵循web标准,代码量少,结构清晰,快速开发,高度复用,维护简便,易于理解使用。
Html页面过多的class元素,因为放弃多级选择器,导致原本不使用class的元素使用class。
加入大量的原子对象,以进行自由的重用。
增加页面常用对象,以便在项目代码中进行重写。
在元素的命名等方面进行约束,避免后期维护困难。
一个前端库诞生
rain css代码库
Rain css代码结构
css代码库过大如何处理
使用copyCss来进行过滤
兼容移动端
使用 CSS3 Media Queries来对专门的class进行重写,并新增移动端专用class
进行hybrid开发的优势
1.无需对单独模块增加专门样式文件
2.html模块中的class可以方便快速的修改而不影响其他功能模块
The text was updated successfully, but these errors were encountered: