jq22.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. @charset "utf-8";
  2. * {
  3. margin:0;
  4. padding:0;
  5. list-style-type:none;
  6. }
  7. a, img {
  8. border:0;
  9. }
  10. body {
  11. font:12px/180% Arial, Helvetica, sans-serif, "新宋体";
  12. }
  13. .demo {
  14. width:100%;
  15. margin-left:0px;
  16. margin-top:20px;
  17. overflow:scroll;
  18. }
  19. /*history*/
  20. .history {
  21. background:url(../images/line04.gif) repeat-y 90px 0;
  22. overflow:hidden;
  23. position:relative;
  24. }
  25. .history-date {
  26. overflow:scroll;
  27. position:relative;
  28. }
  29. .history-date h2 {
  30. background:#fff url(../images/icon06.gif) no-repeat 120px 0;
  31. height:59px;
  32. font-size:25px;
  33. font-family:微软雅黑;
  34. font-weight:normal;
  35. padding-left:45px;
  36. margin-bottom:74px;
  37. }
  38. .history-date h2.first {
  39. position:absolute;
  40. left:0;
  41. top:0;
  42. width:935px;
  43. z-index:99;
  44. }
  45. .history-date h2 a {
  46. color:#00bbff;
  47. display:inline-block;
  48. *display:inline;
  49. zoom:1;
  50. background:url(../images/icon08.gif) no-repeat right 50%;
  51. padding-right:17px;
  52. margin:21px 97px 0 0;
  53. }
  54. .history-date h2 a:hover {
  55. text-decoration:none;
  56. }
  57. .history-date h2 img {
  58. vertical-align:-5px;
  59. }
  60. .history-date h2.date02 {
  61. background:none;
  62. }
  63. /*
  64. .history-date ul li {
  65. background:url(../images/icon07.gif) no-repeat 83px 0;
  66. padding-bottom:30px;
  67. zoom:1;
  68. }
  69. */
  70. .history-date ul li.last {
  71. padding-bottom:0;
  72. }
  73. .history-date ul li:after {
  74. content:" ";
  75. display:block;
  76. height:0;
  77. clear:both;
  78. visibility:hidden;
  79. }
  80. .history-date ul li h3 {
  81. float:left;
  82. width:100px;
  83. text-align:right;
  84. padding-right:19px;
  85. color:#c3c3c3;
  86. font:normal 15px/12px Arial;
  87. }
  88. .history-date ul li h3 span {
  89. display:block;
  90. color:#d0d0d0;
  91. font-size:12px;
  92. }
  93. .history-date ul li dl {
  94. float:left;
  95. padding-left:0px;
  96. margin-left:5px;
  97. margin-top:0px;
  98. font-family:微软雅黑;
  99. }
  100. .history-date ul li dl dt {
  101. font:15px/12px 微软雅黑;
  102. color:#737373;
  103. }
  104. .history-date ul li dl dt span {
  105. color:#787878;
  106. font-size:12px;
  107. font-weight:normal;
  108. line-height:20px;
  109. }
  110. .history-date ul li.green h3 {
  111. color:#1db702;
  112. }
  113. .history-date ul li.green h3 span {
  114. color:#a8dda3;
  115. }
  116. .history-date ul li.green dl {
  117. margin-top:0px;
  118. }
  119. .history-date ul li.green dl dt {
  120. font-size:15px;
  121. line-height:15px;
  122. font-weight: bold;
  123. }
  124. .history-date ul li.green dl dt a {
  125. /* display:inline-block;
  126. *display:inline;
  127. zoom:1;
  128. overflow:scroll;
  129. vertical-align:middle;
  130. margin-left:12px; */
  131. }
  132. .history-date ul li.green dl dd {
  133. padding-top:20px;
  134. display:none;
  135. }
  136. .history-date ul li.green dl dd img {
  137. float:left;
  138. }
  139. .history-date ul li.green dl dd p {
  140. overflow:scroll;
  141. zoom:1;
  142. line-height:21px;
  143. color:#787878;
  144. }
  145. .history-date h2.first .more-history {
  146. font-size:16px;
  147. background:transparent;
  148. margin-left:30px;
  149. }
  150. .history-date h2.first .more-history:hover {
  151. text-decoration:underline;
  152. }
  153. *body .history-date ul li dl dt {
  154. _font-size:12px!important;
  155. _font-weight:bold;
  156. }
  157. *body .history-date ul li dl dt span {
  158. _font-weight:normal!important;
  159. }
  160. *body .history-date ul li.green dl dt a {
  161. _background:transparent!important;
  162. *background:transparent!important;
  163. *font-size:12px!important;
  164. _font-weight:normal!important;
  165. }
  166. .hide{
  167. display:none;
  168. }
  169. .bounceInDown{
  170. margin-top: 0px;
  171. animation-duration: 1s;
  172. animation-timing-function: ease;
  173. animation-fill-mode: both;
  174. }
  175. .history-date ul li.red h3 {
  176. color:#ff0000;
  177. }
  178. .history-date ul li.red h3 span {
  179. color:#ff0000;
  180. }
  181. a.nodeName{
  182. padding: 2px 6px;
  183. border: 1px solid #ccc;
  184. color: #fff;
  185. background-color: #ccc;
  186. font-size:13px;
  187. }