123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .report-container {
- width: 990px;
- margin: auto;
- line-height: 1.5;
- font-size: 14px;
- color: #333;
- }
- .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: 700px;
- padding: 30px 175px;
- position: relative;
- p {
- margin: 4px 0;
- }
- .ant-table-wrapper {
- margin-bottom: 16px;
- }
- }
- .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;
- }
|