|
- 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;
- }
|