function.css 1.4 KB

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