print.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. body {
  2. width: 1080px;
  3. margin: 0 auto;
  4. }
  5. table {
  6. margin-bottom: 10px;
  7. }
  8. thead tr th,tbody tr th {
  9. height: 42px;
  10. background-color: #e3e8f4;
  11. text-align: left;
  12. padding: 0 10px;
  13. font: 16px/42px "simsun";
  14. color: #445a92;
  15. }
  16. tbody tr:nth-child(2n+1) td{
  17. background-color: #f6f7f8;
  18. }
  19. tbody tr td {
  20. padding: 10px;
  21. font: 14px/18px "simsun";
  22. color: #666;
  23. background-color: #fdfdfd;
  24. }
  25. tbody tr td input {
  26. display: block;
  27. width: 24px;
  28. height: 24px;
  29. margin: 0;
  30. }
  31. h2 {
  32. font: 16px/24px "simsun";
  33. color: #445a92;
  34. }
  35. h2 i {
  36. float: left;
  37. width: 24px;
  38. height: 24px;
  39. text-align: center;
  40. background-color: #445a92;
  41. color: #fff;
  42. font: 14px/24px "Arial";
  43. border-radius: 100%;
  44. margin-right: 10px;
  45. }
  46. h7 {
  47. font: 16px/24px "simsun";
  48. margin: 8px 0;
  49. color: #5e73b2;
  50. }
  51. p {
  52. font: 12px/20px "simsun";
  53. color: #999;
  54. margin: 0;
  55. }
  56. dl {
  57. float: left;
  58. width: 50%;
  59. height: 36px;
  60. margin: 0;
  61. font: 16px/36px "simsun";
  62. }
  63. dl dt {
  64. float: left;
  65. width: 150px;
  66. text-align: right;
  67. color: #445a92;
  68. }
  69. dl dd {
  70. margin-left: 160px;
  71. }
  72. dl dd p {
  73. float: left;
  74. margin-right: 20px;
  75. font: 16px/36px "simsun";
  76. color: #333;
  77. }
  78. dl dd p input {
  79. width: 24px;
  80. height: 24px;
  81. float: left;
  82. margin: 6px 0;
  83. }
  84. dl dd p label {
  85. font: 16px/36px "simsun";
  86. padding-left: 10px;
  87. color: #666;
  88. }
  89. dl dd i {
  90. font: 16px/36px "simsun";
  91. color: #666;
  92. }
  93. .know dl {
  94. width: 100%;
  95. }
  96. .know dl dt {
  97. width: 200px;
  98. }
  99. .know dl dd {
  100. margin-left: 210px;
  101. }
  102. .remark {
  103. padding:10px 15px;
  104. font: 14px/24px "simsun";
  105. color: #333;
  106. border: solid 1px #ccc;
  107. border-radius: 6px;
  108. }
  109. .signature {
  110. padding: 50px;
  111. font: 16px/24px "simsun";
  112. margin-right: 20%;
  113. text-align: right;
  114. }