Nessuna descrizione

globle.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /*
  2. 数字滚动 css文件
  3. *
  4. * */
  5. @charset "utf-8";
  6. /* CSS Document */
  7. html,
  8. body,
  9. div,
  10. span,
  11. applet,
  12. object,
  13. iframe,
  14. h1,
  15. h2,
  16. h3,
  17. h4,
  18. h5,
  19. h6,
  20. p,
  21. dd,
  22. dl,
  23. dt,
  24. li,
  25. ol,
  26. ul,
  27. input,
  28. select,
  29. button,
  30. textarea,
  31. tr,
  32. td {
  33. padding: 0;
  34. margin: 0;
  35. border: none;
  36. }
  37. input,
  38. button,
  39. select,
  40. textarea,
  41. a,
  42. img {
  43. outline: none;
  44. }
  45. /*去掉超链接或按钮点击时出现的虚线框黄色边框*/
  46. ::-moz-focus-inner {
  47. border: 0px;
  48. }
  49. /*火狐的私有属性去掉点击时边框*/
  50. body,
  51. html {
  52. width: 100%;
  53. font-family: "Microsoft YaHei", "Arial", "SimSun";
  54. }
  55. ul,
  56. ul li,
  57. ol li,
  58. li {
  59. list-style: none;
  60. }
  61. a,
  62. img,
  63. input,
  64. textarea {
  65. border: none;
  66. }
  67. a {
  68. text-decoration: none;
  69. }
  70. table {
  71. border-collapse: collapse;
  72. border-spacing: 0;
  73. }
  74. .clearfix:after {
  75. visibility: hidden;
  76. display: block;
  77. font-size: 0;
  78. content: ".";
  79. clear: both;
  80. height: 0;
  81. }
  82. * html .clearfix {
  83. zoom: 1;
  84. }
  85. *:first-child+html .clearfix {
  86. zoom: 1;
  87. }
  88. .fl {
  89. float: left;
  90. }
  91. .fr {
  92. float: right;
  93. }
  94. .none {
  95. display: none;
  96. }
  97. .inrow {
  98. font-size: 0;
  99. [;
  100. font-size: 12px;
  101. ];
  102. *font-size: 0;
  103. font-family: arial;
  104. [;
  105. letter-spacing: -3px;
  106. ];
  107. *letter-spacing: normal;
  108. *word-spacing: -1px;
  109. }
  110. .inrow>li,
  111. .inrow span {
  112. display: inline-block;
  113. *display: inline;
  114. *zoom: 1;
  115. font-size: 14px;
  116. letter-spacing: normal;
  117. word-spacing: normal;
  118. }
  119. .dataNums {
  120. /*position: absolute;
  121. top: 50%;
  122. display: block;*/
  123. width: 100%;
  124. height: 44px;
  125. /*margin-top: -37px;*/
  126. text-align: center;
  127. }
  128. .dataNums .dataOne {
  129. /*width: 61px;
  130. height: 75px;*/
  131. width: 23px;
  132. height: 45px;
  133. margin: 0px 3px;
  134. text-align: center;
  135. background: #488ff5;
  136. color: #ecbc16;
  137. }
  138. .dataNums .dataBoc {
  139. position: relative;
  140. width: 100%;
  141. height: 100%;
  142. overflow: hidden;
  143. }
  144. .dataNums .dataBoc .tt {
  145. position: absolute;
  146. top: 0;
  147. left: 0;
  148. width: 100%;
  149. height: 100%;
  150. }
  151. .dataNums .tt span {
  152. width: 100%;
  153. height: 100%;
  154. font: bold 24px/25px "Microsoft YaHei";
  155. color: #ecbc16;
  156. }