网站
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

203 lignes
3.4 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. .newList #inviteTendersInformationContent li p:nth-child(1){
  72. width: 25%;
  73. padding-left: 15px;
  74. }
  75. .newList #inviteTendersInformationContent li p:nth-child(2){
  76. width: 35%;
  77. text-align: left;
  78. }
  79. .newList #inviteTendersInformationContent li p:nth-child(3){
  80. width: 20%;
  81. text-align: right;
  82. }
  83. .newList #inviteTendersInformationContent li p:nth-child(4){
  84. width: 20%;
  85. text-align: center;
  86. }
  87. .newList #winTheBiddingInformationContent li p:nth-child(1){
  88. width: 25%;
  89. padding-left: 15px;
  90. }
  91. .newList #winTheBiddingInformationContent li p:nth-child(2){
  92. width: 35%;
  93. text-align: left;
  94. }
  95. .newList #winTheBiddingInformationContent li p:nth-child(3){
  96. width: 20%;
  97. text-align: right;
  98. }
  99. .newList #winTheBiddingInformationContent li p:nth-child(4){
  100. width: 20%;
  101. text-align: center;
  102. }
  103. .newHead,.newHead_attestation{
  104. background: #f1f1f1;
  105. padding: 15px 0;
  106. display: flex;
  107. align-items: center;
  108. justify-content: space-between;
  109. }
  110. .newHead p,.newHead_attestation p{
  111. font-size: 16px;
  112. font-weight: bold;
  113. }
  114. .newHead p:nth-child(1){
  115. width: 25%;
  116. padding-left: 15px;
  117. }
  118. .newHead p:nth-child(2){
  119. width: 35%;
  120. text-align: left;
  121. }
  122. .newHead p:nth-child(3){
  123. width: 20%;
  124. text-align: right;
  125. }
  126. .newHead p:nth-child(4){
  127. width: 20%;
  128. text-align: center;
  129. }
  130. .newHead_attestation p:nth-child(1){
  131. width: 25%;
  132. padding-left: 15px;
  133. }
  134. .newHead_attestation p:nth-child(2){
  135. width: 35%;
  136. text-align: left;
  137. }
  138. .newHead_attestation p:nth-child(3){
  139. width: 20%;
  140. text-align: right;
  141. }
  142. .newHead_attestation p:nth-child(4){
  143. width: 20%;
  144. text-align: center;
  145. }
  146. .breadcrum {
  147. background: #f8f8f8;
  148. height: auto;
  149. padding: 25px;
  150. margin-bottom: 25px;
  151. }
  152. .breadcrum p{
  153. color: #535252;
  154. margin-bottom: 25px;
  155. }
  156. .search_main{
  157. display: flex;
  158. justify-content: space-between;
  159. align-items: center;
  160. }
  161. .titIndex{
  162. padding: 18px 18px 0px 18px;
  163. color: #535252;
  164. }