|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- table tr td{
- /*padding: 20px 0px;*/
- text-align: center;
- border-top: 1px solid #e1e1e1;
- border-right: 1px solid #e1e1e1;
- line-height: 36px;
- }
-
- table tr td:first-child{
- border-left: 1px solid #e1e1e1;
- }
-
- table tr td:nth-child(odd){
- color: #777777;
- width: 15%;
- }
-
- table tr:last-child td{
- border-bottom: 1px solid #e1e1e1;
- }
-
- table{
- margin-top: 25px;
- width: 100%;
- }
-
- .titIndex span{
- color: var(--color);
- }
-
- .titIndex i{
- padding: 0px 10px;
- }
-
- .newList{
- padding: 0;
- margin-top: 0;
- }
-
- .newList ul li{
- display: flex;
- align-items: center;
- justify-content: space-between;
- cursor: pointer;
- padding: 15px 0;
- border-top: 1px solid transparent;
- border-left: 1px solid transparent;
- border-right: 1px solid transparent;
- }
-
- .newList ul li:hover{
- border: 1px solid #d0d0d0;
- }
-
- .newList #announcementInformationContent li p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newList #announcementInformationContent li p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newList #announcementInformationContent li p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newList #announcementInformationContent li p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .newList #attestationInformationContent li p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newList #attestationInformationContent li p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newList #attestationInformationContent li p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newList #attestationInformationContent li p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .newList #inviteTendersInformationContent li p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newList #inviteTendersInformationContent li p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newList #inviteTendersInformationContent li p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newList #inviteTendersInformationContent li p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .newList #winTheBiddingInformationContent li p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newList #winTheBiddingInformationContent li p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newList #winTheBiddingInformationContent li p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newList #winTheBiddingInformationContent li p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .newHead,.newHead_attestation{
- background: #f1f1f1;
- padding: 15px 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- .newHead p,.newHead_attestation p{
- font-size: 16px;
- font-weight: bold;
- }
-
- .newHead p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newHead p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newHead p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newHead p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .newHead_attestation p:nth-child(1){
- width: 25%;
- padding-left: 15px;
- }
-
- .newHead_attestation p:nth-child(2){
- width: 35%;
- text-align: left;
- }
-
- .newHead_attestation p:nth-child(3){
- width: 20%;
- text-align: right;
- }
-
- .newHead_attestation p:nth-child(4){
- width: 20%;
- text-align: center;
- }
-
- .breadcrum {
- background: #f8f8f8;
- height: auto;
- padding: 25px;
- margin-bottom: 25px;
- }
-
- .breadcrum p{
- color: #535252;
- margin-bottom: 25px;
- }
-
- .search_main{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
-
- .titIndex{
- padding: 18px 18px 0px 18px;
- color: #535252;
- }
|