功能样式,从常用样式方法中抽离,按需使用,使用前请先阅读 CSS规范 中相关条列。

/* function */

.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}

最新文章

  1. SAP 订单状态跟踪
  2. [Android Pro] Android开发实践:为什么要继承onMeasure()
  3. python利用dict模拟switch
  4. MVC+MQ+WinServices+Lucene.Net Demo
  5. php包含(include/require)文件时的作用域
  6. 分享十个JavaScript在线调试工具
  7. 利用CGLib实现动态代理实现Spring的AOP
  8. Lantern免费使用教程【转】
  9. Google maps API开发(一)(转)
  10. Android蓝牙操作笔记(转)
  11. fieldset效果
  12. CUDA版本的OpenCL在windows 7的下编程初步
  13. cpu选型
  14. windows基于vs2017的opencv安装
  15. uva-10905-贪心
  16. C# DbHelperSQL 类,从东软生成器提取而来
  17. 用ndp部署storm应用
  18. Spring-boot简单的理解
  19. 深踩 AndroidStudio 缓存的坑
  20. 关于Cocos2d-x中两个场景之间参数的传递

热门文章

  1. Objective C中nil/Nil/NULL的区别
  2. iOS-KVC和KVO精炼讲解(干货)
  3. php面向对象的多态
  4. 8款最受欢迎的HTML5/CSS3应用及源码
  5. JS函数式编程【译】2.3 函数式程序员的工具集
  6. Integer类型值相等或不等分析
  7. struts2中访问servlet API
  8. nyoj71--独木舟上的旅行
  9. C++封装常用对象和对头文件以及预编译机制的探索
  10. UML类图新手入门级介绍