123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982 |
- /*printstyle:start*/
- @media print {
- @page {
- size: "auto";
- margin: 0mm;
- }
- }
- html {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- text-size-adjust: 100%;
- }
- body {
- background-color: #666;
- color: #333;
- font: 3.7041666666666666mm Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
- line-height: 1;
- }
- * {
- margin: 0;
- padding: 0;
- border: 0;
- list-style: none;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- img{vertical-align: middle;}
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- .red {
- color: red;
- }
- .printIframeContent {
- background: #fff;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin: 0 auto;
- position: relative;
- }
- .printIframeContent.previewIframe {
- margin-bottom: 2.6458333333333335mm;
- }
- .printIframeContent.column1 .pageContent {
- width: 100%;
- }
- .printIframeContent.column2 .pageContent {
- width: 50%;
- }
- .printIframeContent.column3 .pageContent {
- width: 33.33%;
- }
- .pageContent {
- position: relative;
- }
- .hasBindingLine .pageContent .dtk-content {
- padding-left: 13.229166666666666mm;
- }
- .printIframeContent .pageContent {
- position: relative;
- background: #fff;
- }
- .printIframeContent .pageContent .forbiddenArea {
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- width: calc(100% - 15.875mm);
- height: calc(100% - 26.458333333333332mm);
- top: 13.229166666666666mm;
- right: 7.9375mm;
- border: 0.2645833333333333mm solid #ddd;
- box-sizing: border-box;
- border-radius: 1.0583333333333331mm;
- }
- .pageContent .pageLabel {
- position: absolute;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- bottom: 1.3229166666666667mm;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- color: #999;
- }
- .pageContent .pageLabel .item {
- width: 22.489583333333332mm;
- height: 5.820833333333333mm;
- font-size: 3.175mm;
- text-align: center;
- line-height: 5.820833333333333mm;
- }
- .pageContent .bindingLine {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 10.054166666666665mm;
- border-right: 0.5291666666666666mm dashed #bbb;
- display: none;
- }
- .pageContent .bindingLine img {
- position: absolute;
- width: 0.5291666666666666mm;
- height: 100%;
- right: 0;
- top: 50%;
- margin-top: -148.16666666666666mm;
- }
- .pageContent .bindingLine .line {
- position: absolute;
- right: -2.1166666666666663mm;
- width: 4.2333333333333325mm;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .pageContent .bindingLine.left,
- .pageContent .bindingLine.right {
- display: block;
- width: 5.291666666666667mm;
- border: 0;
- }
- .pageContent .bindingLine.right{
- left: auto;
- right: 0;
- border-left: 0.5291666666666666mm dashed #bbb;
- }
- .pageContent .bindingLine.left {
- left: 0;
- border-right: 0.5291666666666666mm dashed #bbb;
- }
- .pageContent .bindingLine.right .line {
- left: -2.1166666666666663mm;
- }
- .pageContent .bindingLine.left .line {
- right: -2.1166666666666663mm;
- }
- .pageContent .bindingLine .line span {
- display: block;
- font-size: 3.175mm;
- color: #999;
- transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- /* Firefox */
- -moz-transform: rotate(-90deg);
- }
- .pageContent .bindingLine .examineeInfo {
- position: absolute;
- display: flex;
- justify-content: space-around;
- flex-direction: column;
- height: 100%;
- width: 10.583333333333334mm;
- top: 50%;
- transform: translateY(-50%);
- transform: translateY(-50%);
- left: 0;
- }
- .pageContent .bindingLine .examineeInfo .item {
- height: 71.4375mm;
- font-style: normal;
- }
- .pageContent .bindingLine .examineeInfo .item em {
- display: block;
- width: 3.7041666666666666mm;
- margin-left: 2.6458333333333335mm;
- font-size: 3.7041666666666666mm;
- font-style: normal;
- }
- .pageContent .bindingLine .examineeInfo .item em i {
- display: block;
- font-size: 3.7041666666666666mm;
- font-style: normal;
- transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
- .pageContent .bindingLine .examineeInfo .item span {
- display: flex;
- flex-direction: column-reverse;
- justify-content: center;
- align-items: center;
- position: relative;
- width: 5.291666666666667mm;
- height: 52.916666666666664mm;
- margin-left: 2.6458333333333335mm;
- border-right: 0.5291666666666666mm solid #333;
- }
- .pageContent .bindingLine .examineeInfo .item span b {
- transform: rotate(-90deg);
- }
- .pageContent .bindingLine .examineeInfo .item span .red {
- font-weight: normal;
- }
- .dtk-content {
- padding: 13.229166666666666mm 7.9375mm;
- }
- .dtk-content .dtkName {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- height: 14.552083333333332mm;
- font-size: 4.762499999999999mm;
- margin-bottom: 2.6458333333333335mm;
- text-align: center;
- }
- .dtk-content .dtkName textarea {
- display: block;
- width: 100%;
- height: 14.552083333333332mm;
- text-align: center;
- resize: none;
- outline: none;
- font-size: 4.762499999999999mm;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- border: 0.2645833333333333mm solid #bbbbbb;
- }
- .dtk-content .examineeInfo {
- display: flex;
- height: 5.820833333333333mm;
- margin-bottom: 2.645833333333333mm;
- }
- .dtk-content .examineeInfo .item {
- display: flex;
- flex: 1;
- padding: 0 3.96875mm;
- font-style: normal;
- }
- .dtk-content .examineeInfo .item em {
- height: 5.820833333333333mm;
- line-height: 5.820833333333333mm;
- color: #333;
- font-style: normal;
- font-size: 4.2333333333333325mm;
- }
- .dtk-content .examineeInfo .item span {
- flex: 1;
- height: 5.291666666666667mm;
- border-bottom: 0.5291666666666666mm solid #bbbbbb;
- display: flex;
- justify-content: center;
- }
- .dtk-content .examineeInfo .item span .red {
- font-weight: normal;
- }
- .dtk-content .examInfo {
- display: flex;
- height: 13.229166666666666mm;
- justify-content: space-around;
- align-items: center;
- }
- .dtk-content .examInfo span {
- font-size: 3.7041666666666666mm;
- color: #333;
- line-height: 13.229166666666666mm;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- flex: 1;
- }
- .dtk-content .examInfo span:nth-child(1){
- min-width: 29.104166666666664mm;
- }
- .dtk-content .examInfo span:nth-child(2){
- min-width: 29.104166666666664mm;
- }
- .dtk-content .examInfo .input-examInfo{
- width: 17mm;
- background: #fff;
- font-family: inherit;
- font-size: inherit;
- font-style: inherit;
- font-weight: inherit;
- outline: 0;
- }
- .dtk-content .examInfo .input-examInfo.time{
- width: 6.6mm;
- }
- .dtk-content .examInfo .input-examInfo.fraction{
- width: 6.6mm;
- }
- .dtk-content .noticeInfo {
- position: relative;
- display: flex;
- align-items: center;
- border: 0.5291666666666666mm solid #bbbbbb;
- border-radius: 1.0583333333333331mm;
- font-size: 3.175mm;
- flex-wrap: wrap;
- margin-bottom: 5.291666666666667mm;
- height: 31.75mm;
- }
- .pageContent.smallLayout .dtk-content .noticeInfo {
- height: 37.041666666666664mm;
- }
- .pageContent.smallLayout .dtk-content .noticeInfo .tipsInfo {
- width: 66.14583333333333mm;
- }
- .pageContent.smallLayout .dtk-content .noticeInfo .simpleBorder.right {
- left: 87.3125mm;
- }
- .pageContent.smallLayout .dtk-content .noticeInfo .noticeEwm {
- width: 21.166666666666668mm;
- }
- .pageContent.smallLayout .ticketNumber{
- flex-direction: column;
- }
- .pageContent .dtk-content .noticeInfo .noticeEwm {
- position: relative;
- }
- .pageContent .dtk-content .noticeInfo .noticeEwm .cover {
- position: absolute;
- width: 21.166666666666668mm;
- height: 21.166666666666668mm;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- display: flex;
- align-items: center;
- justify-content: center;
- background: #fff;
- font-style: normal;
- text-align: center;
- border: 0.2645833333333333mm dashed #bbb;
- display: none;
- z-index: 10;
- }
- .pageContent.smallLayout .dtk-content .noticeInfo .noticeEwm .dtkEwm {
- width: 18.520833333333332mm;
- height: 18.520833333333332mm;
- }
- .dtk-content .noticeInfo .tipsInfo {
- display: flex;
- position: relative;
- width: 100.54166666666667mm;
- }
- .dtk-content .noticeInfo .warmingInfo {
- display: flex;
- flex: 1;
- }
- .dtk-content .noticeInfo .simpleBorder {
- position: absolute;
- height: 100%;
- width: 0.5291666666666666mm;
- background: #bbb;
- left: 7.9375mm;
- top: 0;
- }
- .dtk-content .noticeInfo .simpleBorder.right {
- left: 124.35416666666666mm;
- }
- .dtk-content .noticeInfo .noticeTitle {
- width: 7.9375mm;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- font-size: 3.7041666666666666mm;
- align-items: center;
- font-weight: bold;
- }
- .dtk-content .noticeInfo .noticeTitle i {
- font-style: normal;
- }
- .dtk-content .noticeInfo .noticeDetail {
- flex: 1;
- padding: 1.3229166666666667mm;
- padding-right: 0;
- line-height: 4.2333333333333325mm;
- color: #333;
- border-right: 0.5291666666666666mm solid #bbb;
- }
- .dtk-content .noticeInfo .noticeDetail p {
- line-height: 4.2333333333333325mm;
- }
- .dtk-content .noticeInfo .noticeEwm {
- width: 23.8125mm;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .dtk-content .noticeInfo .noticeEwm .dtkEwm {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
- width: 21.166666666666668mm;
- height: 21.166666666666668mm;
- }
- .dtk-content .noticeInfo .noticeEwm .dtkEwm canvas {
- width: 100%;
- height: 100%;
- }
- .dtk-content .noticeInfo .noticeLose {
- flex: 1;
- padding: 1.3229166666666667mm;
- box-sizing: border-box;
- }
- .dtk-content .noticeInfo .noticeLose p {
- line-height: 4.2333333333333325mm;
- }
- .dtk-content .noticeInfo .noticeLose h4 {
- display: flex;
- align-items: center;
- font-weight: normal;
- }
- .dtk-content .noticeInfo .noticeLose h4 i {
- width: 5.291666666666667mm;
- height: 2.6458333333333335mm;
- margin-left: 2.6458333333333335mm;
- border: 0.5291666666666666mm solid #bbb;
- }
- .dtk-content .examNumberLayout.useqrcode .examNumber {
- display: none !important;
- }
- .dtk-content .examNumber {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 2.6458333333333335mm;
- }
- .dtk-content .examNumber.examNumberForQrCode {
- display: none;
- }
- .dtk-content .examNumber.examNumberForQrCode .ticketNumber {
- display: flex;
- height: auto;
- align-items: center;
- font-size: 3.7041666666666666mm;
- }
- .dtk-content .examNumber.examNumberForQrCode .ticketNumber em {
- font-style: normal;
- }
- .dtk-content .examNumber.examNumberForQrCode .ticketNumber p {
- display: flex;
- border: 0.5291666666666666mm solid #bbb;
- }
- .dtk-content .examNumber.examNumberForQrCode .ticketNumber p span {
- width: 5.291666666666667mm;
- height: 5.291666666666667mm;
- border-right: 0.5291666666666666mm solid #bbb;
- }
- .dtk-content .examNumber.examNumberForQrCode .ticketNumber p span:last-child {
- border: none;
- }
- /* .dtk-content .examNumber .ticketNumber{
- height: 58.20833333333333mm;
- } */
- .dtk-content .examNumber .numberCol {
- position: relative;
- /* width: 5.291666666666667mm; */
- font-size: 3.175mm;
- text-align: center;
- }
- .dtk-content .examNumber .numberCol:last-child {
- border: 0;
- }
- /* //第一列 左边框
- //第一行 上边框 下边框
- //最后一行 下边框 */
- .dtk-content .examNumber .numberCol span {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 5.291666666666667mm;
- height: 5.291666666666667mm;
- border-right: 0.2645833333333333mm solid #bbbbbb;
- }
- /* 第一行 */
- .dtk-content .examNumber .numberCol span:nth-child(1) {
- border-top: 0.2645833333333333mm solid #bbbbbb;
- border-bottom: 0.2645833333333333mm solid #bbbbbb;
- }
- /* 最后一行 */
- .dtk-content .examNumber .numberCol span:last-child {
- border-bottom: 0.2645833333333333mm solid #bbbbbb;
- }
- /* 第一列 */
- .dtk-content .examNumber .numberCol:nth-child(1) span {
- border-left: 0.2645833333333333mm solid #bbbbbb;
- }
- .dtk-content .examNumber .numberCol span i {
- width: 3.96875mm;
- height: 3.175mm;
- font-style: normal;
- line-height: 3.175mm;
- text-align: center;
- font-size: 3.175mm;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dtk-content .examNumber .numberCol span i b{
- font-weight: normal;
- padding: 0 0.396875mm;
- font-size: 2.6458333333333335mm;
- color: #777;
- }
- .dtk-content .examNumber .barCode {
- padding: 2.6458333333333335mm;
- border: 0.2645833333333333mm dashed #bbb;
- border-radius: 0.79375mm;
- }
- .dtk-content .examNumber.examNumberForQrCode .barCode .codeImg {
- width: 52.916666666666664mm;
- height: 26.458333333333332mm;
- }
- .dtk-content .examNumber.examNumberForQrCode .barCode .codeImg .barCodeTip {
- flex-direction: row;
- }
- .dtk-content .examNumber .barCode .codeImg {
- position: relative;
- width: 26.458333333333332mm;
- height: 52.916666666666664mm;
- border: 0.5291666666666666mm solid #bbb;
- border-radius: 0.79375mm;
- }
- .dtk-content .examNumber .barCode .codeImg .barCodeTip {
- position: absolute;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- color: #bbb;
- }
- .dtk-content .examNumber .barCode .codeImg .barCodeTip i {
- font-style: normal;
- }
- .dtk-content .examNumber .barCode .codeImg img {
- position: absolute;
- height: 100%;
- width: 100%;
- }
- .dtk-content h3 {
- font-family: 'SimSun';
- font-size: 3.7041666666666666mm;
- color: #333;
- line-height: 7.9375mm;
- font-weight: bold;
- }
- .dtk-content h3 span {
- font-size: 3.175mm;
- font-weight: normal;
- }
- .dtk-content .objectiveItem{
- font-size: 3.7041666666666666mm;
- }
- .dtk-content .objectiveItem p{
- padding:1.3229166666666667mm 0;
- }
- .dtk-content .objectiveItem img{
- max-width: 100%;
- }
- /* .dtk-content .objectiveItem .optionObjectiveWrap{
- display: flex;
- flex-wrap: wrap;
- } */
- .dtk-content .objectiveItem .optionObjectiveWrap .optionItemObjective{
- width: 100%;
- }
- .dtk-content .objectiveItem .optionObjectiveWrap.column-2 .optionItemObjective{
- width: 50%;
- }
- .dtk-content .objectiveItem .optionObjectiveWrap.column-4 .optionItemObjective{
- width: 25%;
- }
- /* .dtk-content .objectiveItem .optionItemObjective{
- display: flex;
- align-items: center;
- } */
- .dtk-content .objectiveItem p{
- display:inline-block;
- vertical-align: middle;
- }
- .dtk-content .objectiveItem span{
- display: inline-block;
- vertical-align: middle;
- }
- .dtk-content .objectiveItem p:nth-child(2){
- display: inline-block;
- }
- .dtk-content .completion-topic .module {
- padding: 0 2.6458333333333335mm 2.6458333333333335mm;
- }
- .dtk-content .module {
- position: relative;
- padding: 2.6458333333333335mm;
- font-size: 3.175mm;
- border: 0.5291666666666666mm solid #bbbbbb;
- border-radius: 1.0583333333333331mm;
- -webkit-border-radius: 1.0583333333333331mm;
- }
- .dtk-content .objectiveModule .module{
- padding: 0;
- border: 0;
- position: static;
- }
- .dtk-content .module .editorContent{
- font-size: 3.7mm;
- }
- .dtk-content .short-answer .module img{
- max-width: 100%;
- }
- .dtk-content .short-answer .module .customImg {
- position: absolute;
- max-width: calc(100% - 5.820833333333333mm);
- max-height: calc(100% - 7.9375mm);
- }
- .dtk-content h3 .originSubjectInfo{
- font-weight: normal;
- }
- .dtk-content h3 .originSubjectInfo .questionItemBody{
- position: relative;
- }
- .dtk-content h3 .originSubjectInfo .questionItemBody p:nth-child(2){
- text-indent: 2em;
- }
- .dtk-content h3 .originSubjectInfo .questionItemBody b{
- position: absolute;
- top: 0.5291666666666666mm;
- left: 0;
- font-weight: normal;
- }
- .dtk-content .short-answer .module {
- padding: 10.583333333333334mm 2.6458333333333335mm 2.6458333333333335mm;
- margin: 2.6458333333333335mm 0;
- }
- .dtk-content .short-answer .module.pdt10 {
- padding-top: 2.6458333333333335mm;
- }
- .dtk-content .short-answer .module .selTopic {
- position: absolute;
- height: 3.96875mm;
- right: 2.6458333333333335mm;
- }
- .dtk-content .short-answer .module .selTopic span {
- width: 10.583333333333334mm;
- height: 3.96875mm;
- margin: 0 2.6458333333333335mm;
- line-height: 3.96875mm;
- text-align: center;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .dtk-content .module .scortColumn {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- display: flex;
- border-bottom: 0.2645833333333333mm solid #bbb;
- }
- .dtk-content .module .scortColumn span {
- float: left;
- position: relative;
- height: 7.9375mm;
- text-align: center;
- line-height: 7.9375mm;
- flex: 1;
- border-right: 0.2645833333333333mm solid #bbb;
- }
- .dtk-content .module .scortColumn span:last-child {
- border-right: 0;
- }
- .dtk-content .module .editorQuestionNum{
- float: left;
- }
- .single-select {
- position: relative;
- }
- .single-select.vertical .single-option {
- flex-direction: column;
- }
- .single-select.vertical .single-option li {
- flex-direction: row;
- }
- .singleContent.module {
- position: relative;
- padding: 0;
- display: flex;
- flex-wrap: wrap;
- }
- .single-option {
- position: relative;
- padding: 2.6458333333333335mm;
- display: flex;
- font-size: 3.175mm;
- flex-direction: row;
- flex-wrap: wrap;
- align-content: flex-start;
- max-height: 26.458333333333332mm;
- }
- /* .single-option.more-option{
- width: 55.5625mm;
- } */
- .single-option li {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .single-option li em,
- .single-option li span {
- display: flex;
- width: 3.96875mm;
- height: 3.175mm;
- text-align: center;
- line-height: 3.175mm;
- margin: 0.79375mm 1.3229166666666667mm;
- font-style: normal;
- align-items: center;
- justify-content: center;
- }
- .single-option li span i{
- font-style: normal;
- padding: 0 0.5291666666666666mm;
- color: #777;
- font-size: 2.6458333333333335mm;
- }
- .single-option li em {
- margin: 0.79375mm 0;
- }
- .short-answer textarea {
- width: 100%;
- resize: vertical;
- outline: none;
- }
- .subjectCol {
- width: 100%;
- line-height: 10.583333333333334mm;
- }
- .subjectCol.rowLineHeight-25 .subjectItem em {
- height: 6.614583333333333mm;
- }
- .subjectCol.rowLineHeight-30 .subjectItem em {
- height: 7.9375mm;
- }
- .subjectCol.rowLineHeight-35 .subjectItem em {
- height: 9.260416666666666mm;
- }
- .subjectCol.rowLineHeight-40 .subjectItem em {
- height: 10.583333333333334mm;
- }
- .subjectCol.rowLineHeight-45 .subjectItem em {
- height: 11.90625mm;
- }
- .subjectCol.rowLineHeight-50 .subjectItem em {
- height: 13.229166666666666mm;
- }
- .subjectCol.rowLineHeight-25 {
- line-height: 6.614583333333333mm;
- }
- .subjectCol.rowLineHeight-30 {
- line-height: 7.9375mm;
- }
- .subjectCol.rowLineHeight-35 {
- line-height: 9.260416666666666mm;
- }
- .subjectCol.rowLineHeight-40 {
- line-height: 10.583333333333334mm;
- }
- .subjectCol.rowLineHeight-45 {
- line-height: 11.90625mm;
- }
- .subjectCol.rowLineHeight-50 {
- line-height: 13.229166666666666mm;
- }
- .subjectCol.col-1 .subjectItem {
- width: 100%;
- }
- .subjectCol.col-2 .subjectItem {
- width: calc(50% - 2.6458333333333335mm);
- }
- .subjectCol.col-3 .subjectItem {
- width: calc(33% - 2.6458333333333335mm);
- }
- .subjectCol .subjectItem {
- float: left;
- align-items: flex-end;
- padding-right: 2.6458333333333335mm;
- padding-top: 2.6458333333333335mm;
- width: 100%;
- display: flex;
- }
- .subjectCol .subjectItem span {
- display: flex;
- width: 6.614583333333333mm;
- align-items: flex-end;
- text-align: center;
- line-height: 6.614583333333333mm;
- }
- .subjectCol .subjectItem em {
- position: relative;
- height: 10.583333333333334mm;
- flex: 1;
- border-bottom: 0.2645833333333333mm solid #bbbbbb;
- }
- .subjectCol .subjectItem strong {
- display: flex;
- align-items: flex-end;
- }
- .subjectCol .subjectItem strong i {
- width: 6.614583333333333mm;
- height: 6.614583333333333mm;
- font-style: normal;
- text-align: center;
- line-height: 6.614583333333333mm;
- border: 0.2645833333333333mm solid #bbb;
- font-weight: normal;
- color: #999;
- }
- .scan-dot {
- position: absolute;
- height: 5.291666666666667mm;
- top: 5.291666666666667mm;
- left: 7.9375mm;
- width: calc(100% - 15.875mm);
- }
- .printIframeContent.hasBindingLine .scan-dot {
- width: calc(100% - 21.166666666666668mm);
- left: 13.229166666666666mm;
- }
- .scan-dot.bot {
- top: auto;
- bottom: 5.291666666666667mm;
- }
- .scan-dot span {
- position: absolute;
- width: 10.583333333333334mm;
- height: 5.291666666666667mm;
- left: 0;
- top: 0;
- background: #000;
- }
- .scan-dot span.center1 {
- right: auto;
- left: 40%;
- }
- .scan-dot span.center2 {
- left: auto;
- right: 40%;
- }
- .scan-dot span.right {
- left: auto;
- right: 0;
- }
- /*.module table {*/
- /* margin: 2.6458333333333335mm 0;*/
- /* line-height: 1.5;*/
- /*}*/
- /*.module table {*/
- /* border-top: 0.2645833333333333mm solid #ccc;*/
- /* border-left: 0.2645833333333333mm solid #ccc;*/
- /*}*/
- /*.module table td,*/
- /*.module table th {*/
- /* border-bottom: 0.2645833333333333mm solid #ccc;*/
- /* border-right: 0.2645833333333333mm solid #ccc;*/
- /* padding: 0.79375mm 1.3229166666666667mm;*/
- /*}*/
- .module table {
- margin-bottom: 10px;
- border-collapse: collapse;
- display: table;
- }
- .module table td,
- .module table th {
- padding: 5px 10px;
- border: 1px solid #DDD;
- font-size: 12px;
- line-height: 12px;
- }
- .module .composition-column {
- position: relative;
- display: flex;
- margin-top: 10px;
- border-bottom: 1px solid #333;
- border-top: 1px solid #333;
- }
- .module .composition-column.en {
- margin-top: 33px;
- border-bottom: 0;
- }
- .module .composition-column.en:after,
- .module .composition-column.en:before {
- display: none;
- }
- .module .composition-column span {
- position: relative;
- flex: 1;
- height: 30px;
- border-right: 1px solid #333;
- }
- .module .composition-column span:nth-child(1) {
- border-left: 1px solid #333;
- }
- .module .composition-column span b {
- position: absolute;
- font-size: 10px;
- left: 50%;
- transform: translateX(-50%);
- bottom: -13px;
- }
- .module .composition-column:after,
- .module .composition-column:before {
- position: absolute;
- content: '';
- height: 12px;
- top: 30px;
- right: 0;
- width: 1px;
- background: #333;
- }
- .module .composition-column:last-child:after,
- .module .composition-column:last-child:before {
- width: 0;
- }
- .module .composition-column:before {
- left: 0;
- }
- hr{
- border-top: none;
- border-left: none;
- border-right: none;
- border-bottom: 1px solid #bbbbbb;
- margin: 7px 0;
- }
- .answerModule h3 td, .answerModule h3 th{
- /*vertical-align: middle;*/
- /*border: 1px solid #ccc !important;*/
- font-size: 3.7041666666666666mm;
- line-height: 3.7041666666666666mm;
- }
- .modulePosition{
- font-family: 'SimSun';
- }
- .w-e-text:after{display:block;clear:both;content:"";visibility:hidden;height:0}
- .w-e-text{zoom:1}
- .w-e-text p:after{display:block;clear:both;content:"";visibility:hidden;height:0}
- .w-e-text p{zoom:1}
- /*printstyle:end*/
|