index.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. *{
  2. font-family: Microsoft YaHei;
  3. }
  4. #main{
  5. width: 978px;
  6. height: 650px;
  7. border: 1px solid #EDC56F;
  8. position: relative;
  9. }
  10. .navigation{
  11. width:100%;
  12. height: 30px;
  13. position: relative;
  14. left: 10px;
  15. top:5px;
  16. font-size: 13px;
  17. }
  18. .img_block{
  19. width: 99%;
  20. height: 67px;
  21. }
  22. .img{
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .table{
  27. width:100%;
  28. font-size: 13px;
  29. margin-top: 10px;
  30. }
  31. table tr{
  32. cursor: pointer;
  33. }
  34. table tr:hover{
  35. background-color: #F0F0F0;
  36. }
  37. table td{
  38. height:40px;
  39. text-align: center;
  40. }
  41. #pageControl{
  42. width: 100%;
  43. height: auto;
  44. position: relative;
  45. position:absolute;
  46. bottom:10px;
  47. font-size: 13px;
  48. }
  49. .pageControl_item{
  50. width:120px;
  51. height: 30px;
  52. text-align: center;
  53. line-height: 30px;
  54. float: right;
  55. margin-right: 30px;
  56. cursor: pointer;
  57. }
  58. .pageControl_item_disabled{
  59. color:gray;
  60. }
  61. .hr{
  62. border:none;
  63. border-top:1px solid #DFA40C;
  64. height: 1px;
  65. margin-top: 40px;
  66. width: 96%;
  67. }
  68. #readerBlock{
  69. width:150px;
  70. height: 100%;
  71. float: right;
  72. margin-right: 30px;
  73. text-align: center;
  74. line-height: 30px;
  75. font-size: 13px;
  76. }