PrintPage.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body {
  2. font-style: normal;
  3. font-family: "ËÎÌå";
  4. font-size: 9pt;
  5. color: #000000
  6. }
  7. .btn {
  8. color: #fff;
  9. width: 90px;
  10. height: 30px;
  11. line-height: 25px;
  12. padding: 0;
  13. background: #583d9c;
  14. border: 1px solid;
  15. }
  16. .btn:hover {
  17. background: #683d9c
  18. }
  19. .hr01 {
  20. position: absolute;
  21. color: gainsboro;
  22. width: 96%;
  23. left: 2%;
  24. top: 30px;
  25. }
  26. .table-body {
  27. width: 800px;
  28. border-collapse: collapse;
  29. font-size: 12px;
  30. border-width: thin;
  31. table-layout: fixed;
  32. WORD-BREAK: break-all;
  33. WORD-WRAP: break-word;
  34. }
  35. .table-body tr {
  36. height: 18px;
  37. border-top: 1px solid #000
  38. }
  39. .table-body tr:last-of-type {
  40. border-bottom: 1px solid #000
  41. }
  42. .table-body tr td {
  43. height: 18px;
  44. padding: 3px 2px;
  45. text-align: center;
  46. border-left: 1px solid #000
  47. }
  48. .table-body tr td:last-of-type {
  49. height: 18px;
  50. border-right: 1px solid #000;
  51. }
  52. /*.table-body tr td {
  53. border: solid 1px gray;
  54. text-align: center;
  55. }*/
  56. .trColor:nth-child(even) {
  57. background: #efe7e7
  58. }
  59. .trColor:nth-child(odd) {
  60. background: #FFF
  61. }