网站
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

158 linhas
2.5 KiB

  1. table tr td{
  2. /*padding: 20px 0px;*/
  3. text-align: center;
  4. border-top: 1px solid #e1e1e1;
  5. border-right: 1px solid #e1e1e1;
  6. line-height: 36px;
  7. }
  8. table tr td:first-child{
  9. border-left: 1px solid #e1e1e1;
  10. }
  11. table tr td:nth-child(odd){
  12. color: #777777;
  13. width: 15%;
  14. }
  15. table tr:last-child td{
  16. border-bottom: 1px solid #e1e1e1;
  17. }
  18. table{
  19. margin-top: 25px;
  20. width: 100%;
  21. }
  22. .titIndex span{
  23. color: var(--color);
  24. }
  25. .titIndex i{
  26. padding: 0px 10px;
  27. }
  28. .newList{
  29. padding: 0;
  30. margin-top: 0;
  31. }
  32. .newList ul li{
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-between;
  36. cursor: pointer;
  37. padding: 15px 0;
  38. }
  39. .newList #announcementInformationContent li p:nth-child(1){
  40. width: 25%;
  41. padding-left: 15px;
  42. }
  43. .newList #announcementInformationContent li p:nth-child(2){
  44. width: 35%;
  45. text-align: left;
  46. }
  47. .newList #announcementInformationContent li p:nth-child(3){
  48. width: 20%;
  49. text-align: right;
  50. }
  51. .newList #announcementInformationContent li p:nth-child(4){
  52. width: 20%;
  53. text-align: center;
  54. }
  55. .newList #attestationInformationContent li p:nth-child(1){
  56. width: 25%;
  57. padding-left: 15px;
  58. }
  59. .newList #attestationInformationContent li p:nth-child(2){
  60. width: 35%;
  61. text-align: left;
  62. }
  63. .newList #attestationInformationContent li p:nth-child(3){
  64. width: 20%;
  65. text-align: right;
  66. }
  67. .newList #attestationInformationContent li p:nth-child(4){
  68. width: 20%;
  69. text-align: center;
  70. }
  71. .newHead,.newHead_attestation{
  72. background: #f1f1f1;
  73. padding: 15px 0;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. }
  78. .newHead p,.newHead_attestation p{
  79. font-size: 16px;
  80. font-weight: bold;
  81. }
  82. .newHead p:nth-child(1){
  83. width: 25%;
  84. padding-left: 15px;
  85. }
  86. .newHead p:nth-child(2){
  87. width: 35%;
  88. text-align: left;
  89. }
  90. .newHead p:nth-child(3){
  91. width: 20%;
  92. text-align: right;
  93. }
  94. .newHead p:nth-child(4){
  95. width: 20%;
  96. text-align: center;
  97. }
  98. .newHead_attestation p:nth-child(1){
  99. width: 25%;
  100. padding-left: 15px;
  101. }
  102. .newHead_attestation p:nth-child(2){
  103. width: 35%;
  104. text-align: left;
  105. }
  106. .newHead_attestation p:nth-child(3){
  107. width: 20%;
  108. text-align: right;
  109. }
  110. .newHead_attestation p:nth-child(4){
  111. width: 20%;
  112. text-align: center;
  113. }
  114. .breadcrum {
  115. background: #f8f8f8;
  116. height: auto;
  117. padding: 25px;
  118. margin-bottom: 25px;
  119. }
  120. .breadcrum p{
  121. color: #535252;
  122. margin-bottom: 25px;
  123. }
  124. .search_main{
  125. display: flex;
  126. justify-content: space-between;
  127. align-items: center;
  128. }