123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .report_content table td:nth-child(1) {
- width: 2%;
- }
- .report_content table td:nth-child(2) {
- width: 3%;
- }
- .report_content table td:nth-child(3) {
- width: 3%;
- }
- .report_content table td:nth-child(4) {
- width: 12%;
- }
- .report_content table td:nth-child(5) {
- width: 9%;
- }
- .report_content table td:nth-child(6) {
- width: 5%;
- }
- .report_content table td:nth-child(7) {
- width: 6%;
- }
- .report_content table td:nth-child(8) {
- width: 5%;
- }
- .report_content table td:nth-child(9) {
- width: 6%;
- }
- .report_content table td:nth-child(10) {
- width: 4%;
- }
- .report_content table td:nth-child(11) {
- width: 15%;
- }
- .report_content table td:nth-child(12) {
- width: 5%;
- }
- .report_content table td:nth-child(13) {
- width: 12%;
- }
- .report_content table td:nth-child(14) {
- width: 5%;
- }
- .report_content table td:nth-child(15) {
- width: 3%;
- }
- .report_content table td:nth-child(16) {
- width: 5%;
- }
|