topjui.timeaxis.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. body {
  2. margin:0;
  3. font:12px ΢���ź�,����,Arial,sans-serif;
  4. }
  5. html,body {
  6. -webkit-text-size-adjust:none;
  7. background:#f7f7f7;
  8. }
  9. div,form,input,textarea,p,ul,li,dl,dt,dd,h1,table,h2 {
  10. padding:0;
  11. margin:0;
  12. }
  13. li {
  14. list-style-type:none;
  15. }
  16. ol,ul {
  17. list-style:none;
  18. }
  19. input {
  20. vertical-align:middle;
  21. font-size:100%;
  22. }
  23. img {
  24. vertical-align:top;
  25. border:0;
  26. }
  27. em,i {
  28. font-style:normal;
  29. }
  30. .l {
  31. float:left;
  32. }
  33. .r {
  34. float:right;
  35. }
  36. .c {
  37. clear:both;
  38. }
  39. .o {
  40. overflow:hidden;
  41. }
  42. .left {
  43. float:left;
  44. }
  45. .right {
  46. float:right;
  47. }
  48. a {
  49. color:#666;
  50. text-decoration:none;
  51. }
  52. a:hover {
  53. color:#F60;
  54. text-decoration:underline;
  55. }
  56. .clearfix {
  57. *zoom:1;
  58. }
  59. .clearfix:before,.clearfix:after {
  60. display:table;
  61. content:"";
  62. }
  63. .clearfix:after {
  64. clear:both;
  65. }
  66. .topjui-timeaxis-container {
  67. position:relative;
  68. width:1000px;
  69. margin:0 auto;
  70. }
  71. ul, li {
  72. list-style: none;
  73. }
  74. a {
  75. text-decoration: none;
  76. }
  77. a:hover{
  78. text-decoration: none;
  79. cursor: point;
  80. }
  81. hr {
  82. height: 0;
  83. border-left: none;
  84. border-right: 0;
  85. border-top: 1px dashed #2d2f34;
  86. border-bottom: 1px dashed #474954;
  87. }
  88. .top{
  89. margin-top: 60px;
  90. }
  91. .top img{
  92. width: 100%;
  93. margin-top: -10px;
  94. }
  95. .topjui-timeaxis-container {
  96. padding: 50px 0;
  97. min-height: 720px;
  98. background: #3a3c48 url("../image/timeaxis/log/content-bg.png");
  99. width: 100%;
  100. }
  101. .topjui-timeaxis-container .wrapper {
  102. position: relative;
  103. background: url("../image/timeaxis/log/release-bg.png") no-repeat right top;
  104. width: 100%;
  105. margin: 0 auto;
  106. }
  107. .topjui-timeaxis-container .light {
  108. position: absolute;
  109. left: 55px;
  110. top: -50px;
  111. width: 152px;
  112. height: 191px;
  113. background: url("../image/timeaxis/log/light-top.png") no-repeat top center;
  114. }
  115. .topjui-timeaxis-container .light i {
  116. position: absolute;
  117. width: 100%;
  118. height: 100%;
  119. top: 0;
  120. background: url("../image/timeaxis/log/light.png") no-repeat top center;
  121. }
  122. .topjui-timeaxis-container .line-left {
  123. position: absolute;
  124. left: 0;
  125. top: 15px;
  126. width: 70px;
  127. }
  128. .topjui-timeaxis-container .line-right {
  129. position: absolute;
  130. right: 0;
  131. top: 15px;
  132. width: 460px;
  133. }
  134. .topjui-timeaxis-container .topjui-timeaxis-main {
  135. background: url("../image/timeaxis/log/line-bg.png") repeat-y 249px 0;
  136. }
  137. .topjui-timeaxis-container .topjui-timeaxis-main .title {
  138. position: absolute;
  139. line-height: 40px;
  140. padding-left: 67px;
  141. left: 230px;
  142. top: 0;
  143. color: #58a6fb;
  144. font-size: 24px;
  145. background: url("../image/timeaxis/log/clock.png") no-repeat left top;
  146. }
  147. .topjui-timeaxis-container .topjui-timeaxis-main .year {
  148. position: relative;
  149. z-index: 100;
  150. }
  151. .topjui-timeaxis-container .topjui-timeaxis-main .year h2 {
  152. height: 40px;
  153. width: 170px;
  154. /*padding-right: 30px;*/
  155. font-size: 24px;
  156. line-height: 40px;
  157. text-align: right;
  158. }
  159. .topjui-timeaxis-container .topjui-timeaxis-main .year h2 a {
  160. color: #58a6fb;
  161. }
  162. .topjui-timeaxis-container .topjui-timeaxis-main .year h2 i{
  163. display:block;
  164. position:relative;
  165. height:0;
  166. width:0;
  167. left:190px;
  168. top:-20px;
  169. border-width:6px;
  170. border-style:solid;
  171. border-color:#59a7fb transparent transparent transparent;
  172. -webkit-transition:.5s;
  173. -moz-transition:.5s;
  174. -ms-transition:.5s;
  175. -o-transition:.5s;
  176. transition:.5s;
  177. -webkit-transform-origin:6px 3px;
  178. -moz-transform-origin:6px 3px;
  179. -ms-transform-origin:6px 3px;
  180. -o-transform-origin:6px 3px;
  181. transform-origin:6px 3px
  182. }
  183. .topjui-timeaxis-container .topjui-timeaxis-main .year .list{
  184. margin:10px 0;
  185. position:relative;
  186. overflow:hidden;
  187. -webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
  188. -moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
  189. -ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
  190. -o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
  191. transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
  192. }
  193. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul {
  194. bottom: 0;
  195. }
  196. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li {
  197. background: url("../image/timeaxis/log/circle.png") no-repeat 235px 31px;
  198. padding: 30px 0;
  199. color: #a1a4b8;
  200. }
  201. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li.highlight {
  202. background-image: url("../image/timeaxis/log/circle-h.png");
  203. }
  204. .cls {
  205. zoom: 1;
  206. }
  207. .cls:after {
  208. content: ".";
  209. display: block;
  210. height: 0;
  211. clear: both;
  212. visibility: hidden;
  213. }
  214. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li.highlight .date, .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li.highlight .intro {
  215. color: #ec6a13;
  216. }
  217. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .date,.topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .version{
  218. float:left;
  219. display:block;
  220. clear:left;
  221. width:200px;
  222. line-height:24px;
  223. text-align:right
  224. }
  225. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .date{
  226. font-size:18px;
  227. line-height:32px;
  228. color:#bec1d5
  229. }
  230. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .intro, .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .more {
  231. float: left;
  232. display: block;
  233. width: 400px;
  234. margin-left: 100px;
  235. line-height: 24px;
  236. }
  237. .topjui-timeaxis-container .topjui-timeaxis-main .year .list ul li .intro {
  238. font-size: 18px;
  239. line-height: 32px;
  240. color: #63d029;
  241. }
  242. .topjui-timeaxis-container .wrapper:first-child .topjui-timeaxis-main .year.close-year h2 i{
  243. transform:rotate(-90deg);
  244. -webkit-transform:rotate(-90deg);
  245. -moz-transform:rotate(-90deg);
  246. -ms-transform:rotate(-90deg);
  247. -o-transform:rotate(-90deg)
  248. }
  249. .topjui-timeaxis-container .wrapper:first-child .topjui-timeaxis-main .year.close-year .list{
  250. opacity:0;
  251. height:0!important;
  252. }
  253. .ie7 .topjui-timeaxis-container .topjui-timeaxis-main .year h2 i{
  254. left:40px
  255. }