global.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /*-------------------------------------------------
  2. * For Common
  3. * -------------------------------------------------
  4. */
  5. .clearfix:after {
  6. content:".";
  7. display:block;
  8. height:0;
  9. clear:both;
  10. visibility:hidden
  11. }
  12. .clearfix{display:inline-block}
  13. /* Hides from IE-mac \*/
  14. * html .clearfix {height:1%}
  15. .clearfix {display:block}
  16. /* End hide from IE-mac */
  17. .fl{float:left;display:inline}
  18. .fr{float:right;display:inline}
  19. .hidden{display:none !important;}
  20. .block{display:block}
  21. .inline{display:inline}
  22. .ti{text-indent:-9999px}
  23. .oh {overflow:hidden}
  24. .oa {overflow:auto}
  25. .cb {clear:both}
  26. .cl {clear:left}
  27. .cr {clear:right}
  28. .tl{text-align:left}
  29. .tr{text-align:right}
  30. .tc{text-align:center}
  31. .vm{vertical-align:middle}
  32. .vb {vertical-align:baseline}
  33. .pr{position:relative;z-index:800}
  34. .pa {
  35. position:absolute;
  36. z-index:1000;
  37. }
  38. .fn {font-weight:normal}
  39. .fb {font-weight:bold}
  40. .zm {*zoom:1}
  41. .ellipsis {
  42. text-overflow:ellipsis;
  43. overflow:hidden;
  44. white-space:nowrap
  45. }
  46. .vt{ vertical-align:bottom;}
  47. .wt1 {width:315px;}
  48. .wt2 {width:300px;}
  49. .plr8{ padding:0 8px}
  50. .mlr10{margin:0 10px}
  51. .pl8{ padding-left:8px}
  52. .pl0{ padding-left:0 !important;}
  53. .pt10{padding-top:10px}
  54. .p1 {padding:1px}
  55. .pl10 {padding-left:10px}
  56. .pl20 {padding-left:20px}
  57. .pl25 {padding-left:25px}
  58. .pt5 {padding-top:5px}
  59. .pb2 {padding-bottom:2px}
  60. .pb5 {padding-bottom:5px}
  61. .pb10 {padding-bottom:10px}
  62. .pb8 {padding-bottom:8px}
  63. .pb12 {padding-bottom:12px}
  64. .ptb2 {padding:2px 0}
  65. .ptb10 {padding:10px 0}
  66. .pr5 {padding-right:5px}
  67. .pr15 {padding-right:15px}
  68. .plr5{ padding:0 5px;}
  69. .pl15 {padding-left:15px}
  70. .ptb10 {padding:10px 0}
  71. .m1 {margin:1px}
  72. .mb5 {margin-bottom:5px}
  73. .mt5 {margin-top:5px}
  74. .mt10{margin-top:10px}
  75. .mlr5{ margin:0 5px;}
  76. .mo {margin:0 auto}
  77. .bn {background:none !important;}
  78. .ht1 {height:1px}
  79. .ht12, .hn12 {height:12px}
  80. .ht1, .ht12, .hn12 {font-size:1px;line-height:1px}
  81. .tu {text-decoration:underline;}
  82. .orange {color:#f6821d !important;}
  83. /*font*/
  84. body {
  85. color:#333;
  86. /*font:normal 12px/1.5 'Tahoma', 'simsun';*/
  87. font:normal 12px/1.5 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti
  88. }
  89. h3, h4 {
  90. font-family:'simsun', Tahoma, sans-serif;
  91. }
  92. /* link */
  93. a {
  94. color: #1d398d
  95. }
  96. a:hover {
  97. color:#f60
  98. }
  99. /*loading*/
  100. .mask {
  101. top:0px;
  102. left:0px;
  103. background:#fff;
  104. width:100%;
  105. height:100%;
  106. filter:alpha(opacity=70);
  107. opacity:0.7
  108. }
  109. .loading {
  110. background:url(../../images/loader.gif) no-repeat scroll 50% 50% #fff
  111. }
  112. .red,.red a,.red a:hover,.red:hover{ color:#F00;}
  113. .green{ color:#090;}
  114. .cp{cursor:pointer;}
  115. #footer {
  116. color:#979b9e;
  117. bottom:0;
  118. width:100%;
  119. background:url(../../images/led/reg-v2-footer-bg.png) repeat-x left bottom
  120. }
  121. .ct{ margin:0 auto;}
  122. .separator{ height:0px; line-height:0px; width:230px; font-size:0px; border:none; border-top:#dbdddb 1px solid; border-bottom: #fdfffd 1px solid;}