css.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /* ------------------------ 通用 ---------------------------- */
  4. *{ margin:0px; padding:0px;}
  5. body { font-family:"微软雅黑",Arial; color:#000; font-size:12px; line-height:24px; background:#fff;}
  6. body,html{ width:100%; height:100%;}
  7. ol, ul ,li{list-style: none; margin:0px; padding:0px}
  8. img,ol, ul ,li{ border:none;}
  9. div{ margin:0 0; padding:0 0}
  10. a{text-decoration:none; color:#000; outline:none; star:expression_r(this.onFocus=this.blur());}
  11. a:hover {text-decoration: none; color:#3388ff ;cursor:pointer;}
  12. img{ border:none;}
  13. .cl{ clear:both; width:100%; overflow:hidden; height:0px}
  14. .clins{ clear:both; width:100%; margin:0; height:50px;}
  15. .conten{ margin:auto;}
  16. .pointer { cursor:pointer; }
  17. .NoBorder { border:0 none; }
  18. .NoPadding { padding:0; }
  19. .t_l { text-align:left; }
  20. .t_c { text-align:center; }
  21. .t_r { text-align:right; }
  22. .Break { word-break:break-all; word-wrap:break-word; }
  23. .Nobreak { word-break:keep-all; word-wrap:normal; }
  24. .FL { float:left; }
  25. .FR { float:right; }
  26. .UnLine { text-decoration:underline; }
  27. .DisunLine { text-decoration:none; }
  28. .absolute { position:absolute; }
  29. .relative { position:relative; }
  30. .wrapper { clear:both; overflow:hidden; }
  31. .o-hidden { overflow:hidden; }
  32. .invisible { visibility:hidden; }
  33. .hidden { display:none; }
  34. .block { display:block; }
  35. .clear { clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden; }
  36. .FB { font-weight:bold; }
  37. .FN { font-weight:normal; }
  38. .FI { font-style:italic; }
  39. .F10 { font-size:10px; }
  40. .F11 { font-size:11px; }
  41. .F12 { font-size:12px; }
  42. .F13 { font-size:13px; }
  43. .F14 { font-size:14px; }
  44. .F16 { font-size:16px; }
  45. .F18 { font-size:18px; }
  46. .DivH5, .DivH10, .DivH15, .DivH20, .DivH25, .DivH30, DivH1, .DivH40 { width:100%; overflow:hidden; }
  47. .DivH1 { height:1px; }
  48. .DivH5 { height:5px; }
  49. .DivH8 { height:8px; }
  50. .DivH10 { height:10px; }
  51. .DivH15 { height:15px; }
  52. .DivH20 { height:20px; }
  53. .DivH25 { height:25px; }
  54. .DivH30 { height:30px; }
  55. .DivH40 { height:40px; }
  56. .DivH60 { height:60px; }
  57. .DivH80 { height:80px; }
  58. .LH1 { line-height:1px; }
  59. .LH10 { line-height:10px; }
  60. .LH15 { line-height:15px; }
  61. .LH18 { line-height:18px; }
  62. .LH20 { line-height:20px; }
  63. .LH25 { line-height:25px; }
  64. .LH30 { line-height:30px; }
  65. .LH35 { line-height:35px; }
  66. .color_green { color:#85c226; }
  67. .color_red { color:#e8470a; }
  68. .color_red1 { color:#F00; }
  69. .color_yellow { color:#bf0000; }