123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613 |
- .pdf {
- max-width: 155.7mm;
- padding: 0 6mm;
- font-family: 'SimSun' !important;
- font-size: 9pt !important;
- }
- .pdf .flex, .pdf .wrong-student-lable, .pdf .first-part .topic .class-analysis .class-info .info-block, .pdf .first-part .topic .class-analysis .class-table, .pdf .answer-analysis .answer-text, .pdf .answer-analysis .answer-text .answer-txt, .pdf .answer-analysis .analysis, .pdf .student-excellent .sm {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- }
- .pdf .align, .pdf .wrong-student-lable, .pdf .first-part .topic .class-analysis .class-info .info-block, .pdf .answer-analysis .answer-text {
- -webkit-align-items: center;
- box-align: center;
- -moz-box-align: center;
- -webkit-box-align: center;
- align-items: center;
- }
- .pdf .justify-center {
- -webkit-justify-content: center;
- -moz-box-pack: center;
- -webkit--moz-box-pack: center;
- box-pack: center;
- justify-content: center;
- }
- .pdf .justify-between, .pdf .first-part .topic .class-analysis .class-table {
- -webkit-justify-content: space-between;
- -moz-box-pack: space-between;
- -webkit--moz-box-pack: space-between;
- box-pack: space-between;
- justify-content: space-between;
- }
- .pdf .thinline, .pdf table td:after, .pdf table:after {
- content: " ";
- position: absolute;
- left: 0;
- top: 0px;
- z-index: -1;
- width: 200%;
- height: 200%;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- -webkit-transform: scale(0.5, 0.5);
- transform: scale(0.5, 0.5);
- }
- .pdf table {
- width: 100%;
- text-align: center;
- position: relative;
- }
- .pdf table td {
- position: relative;
- }
- .pdf table td:after {
- border-left: 1px solid #999899;
- border-top: 1px solid #999899;
- }
- .pdf table:after {
- border-right: 1px solid #7c377c;
- border-bottom: 1px solid #999899;
- }
- .pdf .cover {
- margin: 0;
- position: relative;
- }
- .pdf .cover img {
- width: 100%;
- height: 167mm;
- }
- .pdf .cover .info {
- width: 45mm;
- height: 12mm;
- border-radius: 4mm;
- text-align: center;
- font-weight: bold;
- position: absolute;
- top: 77%;
- left: 49%;
- padding: 2.5mm;
- }
- .pdf .cover .class {
- height: 50%;
- line-height: 5mm;
- font-size: 12pt;
- }
- .pdf .cover .exam {
- height: 50%;
- margin-top: 1mm;
- font-size: 10pt;
- display: flex;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- justify-content: center;
- -webkit-justify-content: center;
- justify-content: center;
- -moz-box-pack: center;
- -webkit--moz-box-pack: center;
- align-items: center;
- -webkit-align-items: center;
- -moz-box-align: center;
- -webkit-box-align: center;
- }
- .pdf .heading {
- width: 100mm;
- height: 5.3mm;
- margin: 0 auto;
- line-height: 5.3mm;
- border: 0.5mm dashed #00784f;
- border-top: none;
- margin-top: -1mm;
- font-size: 7pt;
- color: #00784f;
- }
- .pdf .heading img {
- width: 100%;
- height: 167mm;
- }
- .pdf .exam-analysis {
- margin-bottom: 3mm;
- }
- .pdf .exam-analysis .exam-table {
- font-size: 6pt;
- }
- .pdf .exam-analysis .exam-table table {
- margin-bottom: 2mm;
- }
- .pdf .exam-analysis .exam-table table tr td {
- width: 18mm;
- padding: 1.5mm 1mm;
- border-color: pink;
- }
- .pdf .exam-analysis .exam-table table tr td:first-child {
- min-width: 16mm !important;
- font-weight: bold;
- }
- .pdf .exam-analysis .exam-table table tr td:first-child:after {
- background-color: #e6f8f7;
- }
- .pdf .exam-analysis .exam-table table .method tr:first-child td::after {
- background-color: #e6f8f7;
- }
- .pdf .exam-analysis .exam-table table .method tr:first-child td:last-child {
- text-align: center;
- }
- .pdf .exam-analysis .exam-table table .method tr {
- page-break-inside: avoid;
- }
- .pdf .exam-analysis .exam-table table .method tr td:last-child {
- page-break-inside: avoid;
- padding: 0.5mm;
- text-align: left;
- }
- .pdf .exam-analysis .exam-table table .method tr td > i {
- display: inline-block;
- width: 4mm;
- height: 4mm;
- line-height: 4mm;
- border: 1px solid #c0c0c2;
- background: #fafafa;
- border-radius: 50%;
- text-align: center;
- }
- .pdf .wrong-student-lable {
- page-break-inside: avoid;
- margin-top: 2mm;
- }
- .pdf .wrong-student-lable .wrong-lable-icon {
- width: 5mm;
- margin-right: 1mm;
- }
- .pdf .wrong-student-lable .wrong-lable-txt {
- box-sizing: border-box;
- border: 1px solid #00784f;
- color: #00784f;
- background: #fff;
- height: 5mm;
- line-height: 5mm;
- padding: 0 1mm;
- }
- .pdf .wrong-studen-block {
- font-size: 7pt;
- padding: 1mm;
- margin-bottom: 2mm;
- position: relative;
- border: 1px solid #00784f;
- background-color: #fff;
- }
- .pdf .wrong-studen-block .wrong-studen-name {
- page-break-inside: avoid;
- width: 100%;
- line-height: 5mm;
- }
- .pdf .wrong-studen-block .wrong-studen-name img {
- width: 100%;
- }
- .pdf .wrong-studen-block img {
- max-width: 100% !important;
- }
- .pdf .wrong-studen-block p {
- font-size: 7.2pt !important;
- font-family: 'SimSun' !important;
- }
- .pdf .wrong-studen-block span {
- font-size: 7.2pt !important;
- }
- .pdf .question-type {
- height: 7.5mm;
- position: relative;
- }
- .pdf .question-type .multiple-choice {
- display: inline-block;
- background-color: #f26100;
- padding: 2mm 5mm;
- color: #fff;
- }
- .pdf .question-type .round {
- width: 5mm;
- height: 5mm;
- background-color: #fff;
- border-radius: 50%;
- position: absolute;
- left: -2.5mm;
- top: 1mm;
- }
- .pdf .question-type .id {
- display: inline-block;
- }
- .pdf .question-type .id b {
- color: #f26100;
- }
- .pdf .title {
- line-height: 12mm;
- }
- .pdf .title p {
- font-size: 6mm;
- font-weight: bold;
- }
- .pdf .first-part .topic .topic-one-title {
- display: inline-block;
- height: 8mm;
- font-size: 10pt;
- font-weight: bolder;
- line-height: 8.5mm;
- color: #25b4b0;
- padding-left: 6mm;
- margin-bottom: 3mm;
- position: relative;
- }
- .pdf .first-part .topic .topic-one-title img {
- height: 8mm;
- position: absolute;
- left: 0mm;
- z-index: -1;
- }
- .pdf .first-part .topic .class-analysis {
- margin-bottom: 3mm;
- }
- .pdf .first-part .topic .class-analysis .class-info {
- height: 13mm;
- font-size: 7pt;
- font-weight: 500;
- margin-bottom: 5mm;
- }
- .pdf .first-part .topic .class-analysis .class-info table {
- height: 100%;
- text-align: left;
- }
- .pdf .first-part .topic .class-analysis .class-info table td::after {
- background-color: #e6f8f7;
- }
- .pdf .first-part .topic .class-analysis .class-info .info-block {
- height: 100%;
- letter-spacing: -0.1mm;
- }
- .pdf .first-part .topic .class-analysis .class-info .info-block div {
- width: 100%;
- }
- .pdf .first-part .topic .class-analysis .class-info .info-block p {
- margin: 1.5mm 0mm;
- margin-left: 2mm;
- }
- .pdf .first-part .topic .class-analysis .class-info .info-block .bold {
- color: #f26100;
- }
- .pdf .first-part .topic .class-analysis .class-table table {
- width: 24%;
- }
- .pdf .first-part .topic .class-analysis .class-table table td {
- padding: 1.5mm 0;
- vertical-align: middle;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro tr:nth-child(2) td {
- font-weight: bold;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro tr:nth-child(n+2) td {
- font-size: 6pt;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro td:first-child {
- width: 26%;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro td:nth-child(2) {
- width: 20%;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro td:last-child {
- width: 25%;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro tr:first-child td:after {
- background-color: #e6f8f7;
- }
- .pdf .first-part .topic .class-analysis .class-table .pro .table-title {
- color: #25B4B0;
- }
- .pdf .first-part .topic .class-analysis .class-table .back tr:nth-child(2) td {
- font-weight: bold;
- }
- .pdf .first-part .topic .class-analysis .class-table .back tr:nth-child(n+2) td {
- font-size: 6pt;
- }
- .pdf .first-part .topic .class-analysis .class-table .back td:first-child {
- width: 26%;
- }
- .pdf .first-part .topic .class-analysis .class-table .back td:nth-child(2) {
- width: 20%;
- }
- .pdf .first-part .topic .class-analysis .class-table .back td:last-child {
- width: 25%;
- }
- .pdf .first-part .topic .class-analysis .class-table .back tr:first-child td:after {
- background-color: #fdf3ed;
- }
- .pdf .first-part .topic .class-analysis .class-table .back .table-title {
- color: #f26100;
- }
- .pdf .first-part .topic .class-analysis .class-table .first tr:nth-child(2) td {
- font-weight: bold;
- }
- .pdf .first-part .topic .class-analysis .class-table .first tr:nth-child(n+2) td {
- font-size: 6pt;
- }
- .pdf .first-part .topic .class-analysis .class-table .first td:first-child {
- width: 50%;
- }
- .pdf .first-part .topic .class-analysis .class-table .first td:last-child {
- width: 50%;
- }
- .pdf .first-part .topic .class-analysis .class-table .first tr:first-child td:after {
- background-color: #e6f8f7;
- }
- .pdf .first-part .topic .class-analysis .class-table .first .table-title {
- color: #25B4B0;
- }
- .pdf .first-part .topic .class-analysis .class-table .last tr:nth-child(2) td {
- font-weight: bold;
- }
- .pdf .first-part .topic .class-analysis .class-table .last tr:nth-child(n+2) td {
- font-size: 6pt;
- }
- .pdf .first-part .topic .class-analysis .class-table .last td:first-child {
- width: 50%;
- }
- .pdf .first-part .topic .class-analysis .class-table .last td:last-child {
- width: 50%;
- }
- .pdf .first-part .topic .class-analysis .class-table .last tr:first-child td:after {
- background-color: #fdf3ed;
- }
- .pdf .first-part .topic .class-analysis .class-table .last .table-title {
- color: #f26100;
- }
- .pdf .first-part .topic .class-analysis .class-table .table-title {
- padding: 0;
- font-weight: bold;
- height: 8mm;
- font-size: 10pt;
- }
- .pdf .second-part .color {
- border: 1px solid #f26100 !important;
- color: #f26100 !important;
- background-color: #fdf3ed;
- }
- .pdf .question-text {
- line-height: 5mm;
- margin-bottom: 2mm;
- }
- .pdf .question-text img {
- vertical-align: middle;
- }
- .pdf .question-text p {
- font-size: 7.2pt !important;
- }
- .pdf .question-text span {
- font-size: 7.2pt !important;
- }
- .pdf .option-block {
- margin-bottom: 2mm;
- font-size: 7.2pt;
- }
- .pdf .option-block .option-list li {
- line-height: 5mm;
- width: 23%;
- margin: 3px 0;
- }
- .pdf .option-block .option-list li img {
- vertical-align: middle;
- }
- .pdf .xy-2 li {
- float: left;
- width: 50%;
- }
- .pdf .xy-2 li:nth-child(1),
- .pdf .xy-2 li:nth-child(2) {
- margin-bottom: 2mm;
- }
- .pdf .answer-analysis {
- margin-bottom: 2mm;
- font-size: 7pt;
- }
- .pdf .answer-analysis .answer-text {
- page-break-inside: avoid;
- font-size: 9pt;
- font-weight: bold;
- margin-bottom: 1mm;
- color: #00736d;
- }
- .pdf .answer-analysis .answer-text .answer-result {
- color: #000;
- }
- .pdf .answer-analysis .answer-text .answer-result img {
- vertical-align: middle;
- }
- .pdf .answer-analysis .analysis {
- page-break-inside: avoid;
- margin-top: 2mm;
- }
- .pdf .answer-analysis .analysis .analysis-title {
- max-width: 12.5%;
- font-size: 9pt;
- color: #1d2088;
- font-weight: bold;
- }
- .pdf .answer-analysis .analysis .analysis-text {
- max-width: 85%;
- }
- .pdf .student-excellent {
- width: 101mm;
- }
- .pdf .student-excellent .tit span {
- display: inline-block;
- }
- .pdf .student-excellent .tit span:nth-child(1) {
- color: #25b4b0;
- }
- .pdf .student-excellent .tit span:nth-child(2), .pdf .student-excellent .tit span:nth-child(3), .pdf .student-excellent .tit span:nth-child(4) {
- width: 1mm;
- height: 3mm;
- background-color: #25b4b0;
- }
- .pdf .student-excellent .tit span:nth-child(5) {
- color: #f26100;
- }
- .pdf .student-excellent .sm {
- text-align: center;
- height: 100%;
- border: 0.5mm solid #00784f;
- }
- .pdf .student-excellent .sm span {
- flex: 1;
- height: 3mm;
- border-right: 0.5mm solid #00784f;
- border-bottom: 0.5mm solid #00784f;
- }
- .pdf .student-excellent .sm span:last-child {
- border-right: none;
- }
- .pdf .student-excellent .sm img {
- width: 100%;
- }
- .pdf .third-part .solution {
- display: inline-block;
- height: 6mm;
- font-size: 8pt;
- line-height: 6mm;
- font-weight: bold;
- position: relative;
- margin: 5mm 0;
- }
- .pdf .third-part .solution img {
- width: 100%;
- height: 6mm;
- }
- .pdf .third-part .solution span {
- padding: 0mm;
- padding-left: 8mm;
- position: absolute;
- top: 0mm;
- left: 0mm;
- color: #00784f;
- }
|