index.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. body{margin:0;font-size:12px;text-align:center;color:#333;word-wrap:break-word;}
  2. p{margin:2pt 0 0 0;}
  3. *{margin:0 auto;padding:0;}
  4. ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;text-align:center;}
  5. ul li{float:left;width:100%;}
  6. ul .l1{font-size:20px;font-weight:700;padding:20px 0 20px 0;}
  7. ul .l3{padding:20px 0 0 0;border-top:#C5C5C5 solid 1px;}
  8. /*ͼƬչʾ*/
  9. #imageFlow {
  10. position: absolute;
  11. width: 100%;
  12. height: 80%;
  13. left: 0%;
  14. top: 10%;
  15. background: #000;
  16. }
  17. #imageFlow .diapo {
  18. position: absolute;
  19. left: -1000px;
  20. cursor: pointer;
  21. -ms-interpolation-mode: nearest-neighbor;
  22. }
  23. #imageFlow .link {
  24. border: dotted #fff 1px;
  25. margin-left: -1px;
  26. margin-bottom: -1px;
  27. }
  28. #imageFlow .bank {
  29. visibility: hidden;
  30. }
  31. #imageFlow .top {
  32. position: absolute;
  33. width: 100%;
  34. height: 40%;
  35. }
  36. #imageFlow .text {
  37. position: absolute;
  38. left: 0px;
  39. width: 100%;
  40. bottom: 16%;
  41. text-align: center;
  42. color: #FFF;
  43. font-family: verdana, arial, Helvetica, sans-serif;
  44. z-index: 1000;
  45. }
  46. #imageFlow .title {
  47. font-size: 0.9em;
  48. font-weight: bold;
  49. }
  50. #imageFlow .legend {
  51. font-size: 0.8em;
  52. }
  53. #imageFlow .scrollbar {
  54. position: absolute;
  55. left: 10%;
  56. bottom: 10%;
  57. width: 80%;
  58. height: 16px;
  59. z-index: 1000;
  60. }
  61. #imageFlow .track {
  62. position: absolute;
  63. left: 1%;
  64. width: 98%;
  65. height: 16px;
  66. filter: alpha(opacity=30);
  67. opacity: 0.3;
  68. }
  69. #imageFlow .arrow-left {
  70. position: absolute;
  71. }
  72. #imageFlow .arrow-right {
  73. position: absolute;
  74. right: 0px;
  75. }
  76. #imageFlow .bar {
  77. position: absolute;
  78. height: 16px;
  79. left: 25px;
  80. }