123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- /*.pdf-B5 .flex, .pdf-B5 .head .version .version-name, .pdf-B5 .head .version .version-name-1, .pdf-B5 .head .version .version-name-2, .pdf-B5 .part .test-content {*/
- /*display: -webkit-flex;*/
- /*}*/
- .pdf-B5 .flex-num {
- -webkit-flex: 1;
- flex: 1;
- }
- .pdf-B5 .align {
- -webkit-align-items: center;
- box-align: center;
- align-items: center;
- }
- .pdf-B5 .justify-center {
- -webkit-justify-content: center;
- -moz-box-pack: center;
- -webkit--moz-box-pack: center;
- box-pack: center;
- justify-content: center;
- }
- .pdf-B5 .justify-between {
- -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-B5 .head .student-name {
- height: 8mm;
- }
- .pdf-B5 .head .student-name .name {
- float: right;
- padding: 3mm 5mm 2mm 5mm;
- font-weight: bolder;
- }
- .pdf-B5 .head .version {
- margin-top: 5mm;
- overflow: hidden;
- width: 100%;
- }
- .pdf-B5 .head .version .version-name, .pdf-B5 .head .version .version-name-1, .pdf-B5 .head .version .version-name-2 {
- float: left;
- text-align: center;
- font-size: 16pt;
- font-weight: bolder;
- color: #001a6e;
- width: 14mm;
- height: 27mm;
- }
- .pdf-B5 .head .version .version-name .text, .pdf-B5 .head .version .version-name-1 .text, .pdf-B5 .head .version .version-name-2 .text {
- display: inline-block;
- margin-top: 2mm;
- width: 7mm;
- }
- .pdf-B5 .head .version .head-tit {
- float: left;
- font-weight: bolder;
- font-size: 12pt;
- text-align: center;
- color: #001a6e;
- padding: 3mm;
- width: 83%;
- margin-top: 3mm;
- margin-left: 6mm;
- }
- .pdf-B5 .part .knowledge-point {
- margin-top: 4mm;
- height: 11mm;
- font-size: 10pt;
- font-weight: bolder;
- text-align: center;
- line-height: 11mm;
- color: #001a6e;
- }
- .pdf-B5 .part .text-content {
- margin-top: 2mm;
- font-size: 12pt;
- padding: 1mm 2mm;
- }
- .pdf-B5 .part .question-training {
- margin-top: 2mm;
- width: 40mm;
- height: 12mm;
- }
- .pdf-B5 .part .question-title {
- margin-top: 2mm;
- border-bottom: 0.5mm dotted #001a6e;
- }
- .pdf-B5 .part .question-title .number-type {
- max-width: 50%;
- position: relative;
- top: 0.5mm;
- display: inline-block;
- font-size: 10pt;
- color: #001a6e;
- font-weight: bolder;
- }
- .pdf-B5 .part .question-title .number-type p {
- padding: 0 15mm 0mm 10mm;
- line-height: 8mm;
- }
- .pdf-B5 .part .question-title .number-type i {
- position: absolute;
- left: 3.5mm;
- top: 2.5mm;
- }
- .pdf-B5 .part .question-title .knowledge {
- vertical-align: top;
- display: inline-block;
- max-width: 48%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 7.5mm;
- }
- .pdf-B5 .part .test-content {
- margin-top: 2mm;
- margin-bottom: 2mm;
- }
- .pdf-B5 .part .test-content .good-question {
- font-size: 12pt;
- margin-bottom: 2mm;
- }
- .pdf-B5 .part .test-content .good-question .small-tit .xuanxiang .option {
- /*float: left;*/
- margin-top: 2mm;
- margin-right: 5mm;
- }
- .pdf-B5 .part .test-content .good-question .small-tit .xuanxiang .option > p {
- vertical-align: top;
- display: inline-block;
- }
- .pdf-B5 .part .test-content .good-question .big-tit {
- margin-top: 2mm;
- margin-bottom: 2mm;
- }
- .pdf-B5 .part .test-content .qr-code img {
- width: 16mm;
- height: 16mm;
- padding: 1mm;
- border: 1mm solid #d1d1d1;
- }
- .pdf-B5 .part .answer {
- margin-top: 2mm;
- border-bottom: 1px dotted #001a6e;
- position: relative;
- }
- .pdf-B5 .part .answer .xuhao {
- position: absolute;
- text-align: center;
- box-sizing: border-box;
- top: 0.2mm;
- height: 7mm;
- width: 7mm;
- color: #001a6e;
- font-weight: bolder;
- line-height: 7mm;
- border: 1px solid #001a6e;
- }
- .pdf-B5 .part .answer .tihao {
- display: inline-block;
- font-weight: bolder;
- color: #001a6e;
- height: 7mm;
- line-height: 7mm;
- margin-left: 10mm;
- }
- .pdf-B5 .part .answer-content {
- margin-top: 2mm;
- }
- .pdf-B5 .part .answer-content .da-an-box, .pdf-B5 .part .answer-content .jie-xi-box {
- margin-bottom: 2mm;
- font-size: 9pt;
- color: #001a6e;
- }
- .pdf-B5 .part .answer-content .da-an-box .jie-xi-content, .pdf-B5 .part .answer-content .jie-xi-box .jie-xi-content {
- margin-top: 2mm;
- }
- .pdf-B5 .part .price {
- text-align: right;
- font-size: 9pt;
- margin-top: 2mm;
- }
- .pdf-B5 .part .bottom {
- overflow: hidden;
- line-height: 10mm;
- text-align: right;
- }
- .pdf-B5 .part .bottom span {
- display: inline-block;
- margin-top: 5mm;
- margin-right: 2mm;
- }
- .pdf-B5 .part .bottom img {
- float: right;
- width: 16mm;
- height: 16mm;
- padding: 1mm;
- border: 1mm solid #d1d1d1;
- }
|