网站
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.

announcement.css 3.6 KiB

2 years ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. border-top: 1px solid transparent;
  39. border-left: 1px solid transparent;
  40. border-right: 1px solid transparent;
  41. }
  42. .newList ul li:hover{
  43. border: 1px solid #d0d0d0;
  44. }
  45. .newList #announcementInformationContent li p:nth-child(1){
  46. width: 25%;
  47. padding-left: 15px;
  48. }
  49. .newList #announcementInformationContent li p:nth-child(2){
  50. width: 35%;
  51. text-align: left;
  52. }
  53. .newList #announcementInformationContent li p:nth-child(3){
  54. width: 20%;
  55. text-align: right;
  56. }
  57. .newList #announcementInformationContent li p:nth-child(4){
  58. width: 20%;
  59. text-align: center;
  60. }
  61. .newList #attestationInformationContent li p:nth-child(1){
  62. width: 25%;
  63. padding-left: 15px;
  64. }
  65. .newList #attestationInformationContent li p:nth-child(2){
  66. width: 35%;
  67. text-align: left;
  68. }
  69. .newList #attestationInformationContent li p:nth-child(3){
  70. width: 20%;
  71. text-align: right;
  72. }
  73. .newList #attestationInformationContent li p:nth-child(4){
  74. width: 20%;
  75. text-align: center;
  76. }
  77. .newList #inviteTendersInformationContent li p:nth-child(1){
  78. width: 25%;
  79. padding-left: 15px;
  80. }
  81. .newList #inviteTendersInformationContent li p:nth-child(2){
  82. width: 35%;
  83. text-align: left;
  84. }
  85. .newList #inviteTendersInformationContent li p:nth-child(3){
  86. width: 20%;
  87. text-align: right;
  88. }
  89. .newList #inviteTendersInformationContent li p:nth-child(4){
  90. width: 20%;
  91. text-align: center;
  92. }
  93. .newList #winTheBiddingInformationContent li p:nth-child(1){
  94. width: 25%;
  95. padding-left: 15px;
  96. }
  97. .newList #winTheBiddingInformationContent li p:nth-child(2){
  98. width: 35%;
  99. text-align: left;
  100. }
  101. .newList #winTheBiddingInformationContent li p:nth-child(3){
  102. width: 20%;
  103. text-align: right;
  104. }
  105. .newList #winTheBiddingInformationContent li p:nth-child(4){
  106. width: 20%;
  107. text-align: center;
  108. }
  109. .newHead,.newHead_attestation{
  110. background: #f1f1f1;
  111. padding: 15px 0;
  112. display: flex;
  113. align-items: center;
  114. justify-content: space-between;
  115. }
  116. .newHead p,.newHead_attestation p{
  117. font-size: 16px;
  118. font-weight: bold;
  119. }
  120. .newHead p:nth-child(1){
  121. width: 25%;
  122. padding-left: 15px;
  123. }
  124. .newHead p:nth-child(2){
  125. width: 35%;
  126. text-align: left;
  127. }
  128. .newHead p:nth-child(3){
  129. width: 20%;
  130. text-align: right;
  131. }
  132. .newHead p:nth-child(4){
  133. width: 20%;
  134. text-align: center;
  135. }
  136. .newHead_attestation p:nth-child(1){
  137. width: 25%;
  138. padding-left: 15px;
  139. }
  140. .newHead_attestation p:nth-child(2){
  141. width: 35%;
  142. text-align: left;
  143. }
  144. .newHead_attestation p:nth-child(3){
  145. width: 20%;
  146. text-align: right;
  147. }
  148. .newHead_attestation p:nth-child(4){
  149. width: 20%;
  150. text-align: center;
  151. }
  152. .breadcrum {
  153. background: #f8f8f8;
  154. height: auto;
  155. padding: 25px;
  156. margin-bottom: 25px;
  157. }
  158. .breadcrum p{
  159. color: #535252;
  160. margin-bottom: 25px;
  161. }
  162. .search_main{
  163. display: flex;
  164. justify-content: space-between;
  165. align-items: center;
  166. }
  167. .titIndex{
  168. padding: 18px 18px 0px 18px;
  169. color: #535252;
  170. }