myBorrow.css 472 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #main{
  2. width:978px;
  3. height: 650px;
  4. }
  5. .table{
  6. width:100%;
  7. font-size: 13px;
  8. margin-top: 10px;
  9. }
  10. table tr{
  11. cursor: pointer;
  12. }
  13. table tr:hover{
  14. background-color: #F0F0F0;
  15. }
  16. table td{
  17. height:40px;
  18. text-align: center;
  19. }
  20. .navigation{
  21. width:100%;
  22. height: 30px;
  23. position: relative;
  24. left: 10px;
  25. top:5px;
  26. font-size: 13px;
  27. }
  28. #readerBlock{
  29. width:200px;
  30. height: 100%;
  31. float: right;
  32. margin-right: 30px;
  33. text-align: center;
  34. line-height: 30px;
  35. font-size: 13px;
  36. }