| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | 
							- .report-container {
 
-   width: 595px;
 
-   margin: auto;
 
-   line-height: 1.5;
 
-   font-size: 14px;
 
-   color: #333;
 
-   .export {
 
-     position: fixed;
 
-     top: 10%;
 
-     right: 20%;
 
-     z-index: 2;
 
-   }
 
- }
 
- .report-title {
 
-   text-align: center;
 
-   font-size: 24px;
 
-   font-weight: bold;
 
- }
 
- .report-subtitle {
 
-   text-align: center;
 
-   font-size: 18px;
 
-   font-weight: bold;
 
-   margin-bottom: 10px;
 
- }
 
- .report-page {
 
-   height: 842px;
 
-   padding: 5px 50px 25px;
 
-   position: relative;
 
-   p {
 
-     margin: 4px 0;
 
-   }
 
-   .ant-table-wrapper {
 
-     margin-bottom: 12px;
 
-   }
 
- }
 
- .report-info {
 
-   margin: 115px 0;
 
-   .ant-row {
 
-     margin: 4px 0;
 
-   }
 
- }
 
- .report-announce {
 
-   position: absolute;
 
-   bottom: 30px;
 
-   left: 0;
 
-   width: 100%;
 
-   color: #999;
 
-   text-align: center;
 
-   font-size: 12px;
 
- }
 
- .report-pageno {
 
-   position: absolute;
 
-   bottom: 6px;
 
-   left: 0;
 
-   width: 100%;
 
-   color: #999;
 
-   text-align: center;
 
-   font-size: 12px;
 
- }
 
 
  |