You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

140 regels
1.8 KiB

  1. html,
  2. body {
  3. background-color: #F7F7F7;
  4. }
  5. .clearfix{
  6. *zoom:1;
  7. }
  8. .clearfix:after{
  9. content: '';
  10. display: block;
  11. clear: both;
  12. }
  13. ul {
  14. margin: 0px;
  15. padding: 0px;
  16. list-style: none;
  17. }
  18. li {
  19. list-style: none;
  20. }
  21. ul li a {
  22. display: block;
  23. }
  24. table {
  25. cellspacing: 0px;
  26. cellpadding: 0px;
  27. }
  28. .header {
  29. height: .86rem;
  30. background-color: #0088FE;
  31. text-align: center;
  32. line-height: .86rem;
  33. font-size: 18px;
  34. color: #fff;
  35. }
  36. .indec_sec1 {
  37. background-color: #0088FE;
  38. padding: .5rem .5rem 1rem;
  39. text-align: center;
  40. font-size: 16px;
  41. }
  42. .inSec1Txt {
  43. color: #60B5FF;
  44. }
  45. .inSec1Num {
  46. font-size: 18px;
  47. font-weight: bold;
  48. color: #fff;
  49. margin-top: .18rem;
  50. }
  51. .indec_sec {
  52. margin: .3rem .4rem;
  53. background-color: #fff;
  54. border-radius: .12rem;
  55. padding: .35rem 0;
  56. }
  57. .indec_sec2 {
  58. margin-top: -1.2rem;
  59. }
  60. .inSecT {
  61. font-size: 16px;
  62. color: #414141;
  63. font-weight: bold;
  64. padding: 0 .35rem;
  65. }
  66. .inSec2Table {
  67. margin: .3rem 0 .2rem;
  68. width: 100%;
  69. }
  70. .inSec2Table td,
  71. .inSec2Table th {
  72. text-align: center;
  73. height: .8rem;
  74. line-height: .4rem;
  75. color: #333333;
  76. padding: .2rem 5px;
  77. }
  78. .inSec2Table th{
  79. font-size: 13px;
  80. }
  81. .inSec2Table td{
  82. font-size: 12px;
  83. }
  84. .inSec2Table tr:first-child {
  85. background-color: #E7F4FF !important;
  86. }
  87. .inSec2Table tr:nth-child(2n-1) {
  88. background-color: #F4F4F4;
  89. }
  90. /* .inSec2Table tr:nth-child(2n){
  91. background-color: #E7F4FF;
  92. } */
  93. .paging{
  94. line-height: .54rem;
  95. font-size: 12px;
  96. color: #333333;
  97. padding: 0 .35rem;
  98. margin-top: .4rem;
  99. /* height: .4rem; */
  100. }
  101. .pagTxt{
  102. float: left;
  103. }
  104. .pagBtn{
  105. float: right;
  106. margin-top: -.06rem;
  107. }
  108. .pagBtn span{
  109. cursor: pointer;
  110. display: inline-block;
  111. vertical-align: middle;
  112. padding: 0 15px;
  113. font-size: 13px;
  114. line-height: .52rem;
  115. height: .54rem;
  116. border: 1px solid #CDCDCD;
  117. border-radius: .27rem;
  118. }