|
|
@ -2039,7 +2039,7 @@ footer a{ |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
.report_content{ |
|
|
|
width: 600px; |
|
|
|
width: 956px; |
|
|
|
text-align: center; |
|
|
|
/* display: flex; |
|
|
|
flex-direction: column; |
|
|
@ -2243,7 +2243,7 @@ footer a{ |
|
|
|
position: absolute; |
|
|
|
border-radius: 4px; |
|
|
|
top: 35px; |
|
|
|
left: -81px; |
|
|
|
left: 90px; |
|
|
|
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); |
|
|
|
} |
|
|
|
.report_content .findtid-wrap::before{ |
|
|
@ -2259,8 +2259,8 @@ footer a{ |
|
|
|
border-bottom: 15px solid white; |
|
|
|
} |
|
|
|
.report_content .report_detail{ |
|
|
|
width: 600px; |
|
|
|
height: 360px; |
|
|
|
width: 956px; |
|
|
|
min-height: 360px; |
|
|
|
border-radius: 6px; |
|
|
|
opacity: 1; |
|
|
|
background: rgba(255, 255, 255, 0.8); |
|
|
@ -2275,17 +2275,18 @@ footer a{ |
|
|
|
flex-direction: column; |
|
|
|
color: #1D2837; |
|
|
|
height: 100%; |
|
|
|
padding-top: 100px; |
|
|
|
} |
|
|
|
.report_box .report_mes{ |
|
|
|
.report_mes{ |
|
|
|
color: #EE7000; |
|
|
|
border-radius: 6px; |
|
|
|
background: rgba(236, 133, 51, 0.12); |
|
|
|
padding: 8px 16px; |
|
|
|
} |
|
|
|
.report_main{ |
|
|
|
width: calc(100% - 52px); |
|
|
|
width: calc(100%); |
|
|
|
height: calc(100% - 52px); |
|
|
|
padding: 26px; |
|
|
|
/* padding: 26px; */ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
@ -2314,13 +2315,86 @@ footer a{ |
|
|
|
.main_item p.report_finish{ |
|
|
|
color: #3BB551; |
|
|
|
} |
|
|
|
button:disabled { |
|
|
|
background: #94A3B7; |
|
|
|
color: #fff; |
|
|
|
user-select: none; |
|
|
|
cursor: not-allowed !important; |
|
|
|
} |
|
|
|
.primary_btn { |
|
|
|
border: none; |
|
|
|
font-weight: 600; |
|
|
|
background: #1675FF; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
.report_main .main_top{ |
|
|
|
flex: 1; |
|
|
|
width: 543px; |
|
|
|
padding-top: 26px; |
|
|
|
} |
|
|
|
.main_top2 { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.report_main .waiting{ |
|
|
|
color:#EE7000; |
|
|
|
} |
|
|
|
|
|
|
|
.main_orderList{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
color: #2C394B; |
|
|
|
padding: 20px 24px; |
|
|
|
background: rgba(243, 243, 243, 0.6); |
|
|
|
} |
|
|
|
.main_orderList b{ |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
.main_orderList div{ |
|
|
|
font-size: 16px; |
|
|
|
color: #2C394B; |
|
|
|
} |
|
|
|
.reportlist-item{ |
|
|
|
padding: 20px 24px; |
|
|
|
} |
|
|
|
.reportlist-item-desc{ |
|
|
|
padding: 24px 0; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
.reportlist-item .primary_btn{ |
|
|
|
width: 100px; |
|
|
|
height: 31px; |
|
|
|
padding: 6px 36px; |
|
|
|
float: right; |
|
|
|
border-radius: 4px; |
|
|
|
} |
|
|
|
button:disabled{ |
|
|
|
background: #94A3B7; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
.reportlist-item, .reportlist-item p{ |
|
|
|
color: #333333; |
|
|
|
text-align: left; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
.reportlist-item div{ |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
.reportlist-item span{ |
|
|
|
color: #5C6E86; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
.reportlist-item b{ |
|
|
|
font-weight: 500; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
margin-left: 12px; |
|
|
|
} |
|
|
|
.reportlist-item b img{ |
|
|
|
margin-right: 4px; |
|
|
|
} |
|
|
|
.main_top1 { |
|
|
|
width: 543px; |
|
|
|
} |
|
|
|
.report_main .downLoad{ |
|
|
|
width: 130px; |
|
|
|
padding: 11px 0; |
|
|
|