123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890 |
- html,
- body,
- div,
- span,
- applet,
- object,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- blockquote,
- pre,
- a,
- abbr,
- acronym,
- address,
- big,
- cite,
- code,
- del,
- dfn,
- em,
- font,
- img,
- ins,
- kbd,
- q,
- s,
- samp,
- small,
- strike,
- strong,
- sub,
- sup,
- tt,
- var,
- b,
- u,
- i,
- center,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- fieldset,
- form,
- label,
- legend,
- table,
- caption,
- tbody,
- tfoot,
- thead,
- tr,
- th,
- td {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- font-size: 100%;
- background: transparent;
- box-sizing: border-box;
- }
- img {
- vertical-align: middle;
- }
- input {
- border: none;
- box-sizing: border-box;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .ellipsis {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .clearfix:after {
- content: "";
- display: block;
- visibility: hidden;
- height: 0;
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- .to-pdf-html {
- position: relative;
- font-family: 'Times New Roman', 'Microsoft YaHei';
- margin: 0 auto;
- }
- .to-pdf-html .side {
- position: relative;
- display: flex;
- flex-wrap: wrap;
- background-color: #fff;
- }
- .to-pdf-html .horizontal-line {
- box-sizing: border-box;
- height: 7.9375mm;
- line-height: 7.9375mm;
- border-bottom: 0.2645833333333333mm solid #333;
- }
- .to-pdf-html .paper-item {
- font-family: 'Times New Roman', 'Microsoft YaHei';
- position: relative;
- background-color: #fff;
- }
- .to-pdf-html .paper-item .page-num {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- line-height: 7.9375mm;
- font-size: 3.175mm;
- color: #999;
- }
- .to-pdf-html .paper-line {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 10.054166666666665mm;
- border-right: 0.5291666666666666mm dashed #bbb;
- display: none;
- }
- .to-pdf-html .paper-line img {
- position: absolute;
- width: 0.5291666666666666mm;
- height: 100%;
- right: 0;
- top: 50%;
- margin-top: -148.16666666666666mm;
- }
- .to-pdf-html .paper-line .line {
- position: absolute;
- right: -2.1166666666666663mm;
- width: 4.2333333333333325mm;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .to-pdf-html .paper-line.line-left,
- .to-pdf-html .paper-line.line-right {
- display: block;
- border: 0;
- }
- .to-pdf-html .paper-line.line-right {
- left: auto;
- right: 0;
- border-left: 0.5291666666666666mm dashed #bbb;
- }
- .to-pdf-html .paper-line.line-right .line {
- left: -2.1166666666666663mm;
- }
- .to-pdf-html .paper-line.line-left {
- left: 0;
- border-right: 0.5291666666666666mm dashed #bbb;
- }
- .to-pdf-html .paper-line.line-left .line {
- right: -2.1166666666666663mm;
- }
- .to-pdf-html .paper-line .line span {
- display: block;
- font-size: 3.175mm;
- color: #999;
- transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- /* Firefox */
- -moz-transform: rotate(-90deg);
- }
- .to-pdf-html .paper-line .examinee-info {
- position: absolute;
- display: flex;
- justify-content: space-around;
- flex-direction: column;
- height: 100%;
- width: 10.583333333333334mm;
- top: 50%;
- transform: translateY(-50%);
- left: 0;
- }
- .to-pdf-html .paper-line .examinee-info .item {
- height: 71.4375mm;
- font-style: normal;
- }
- .to-pdf-html .paper-line .examinee-info .item em {
- display: block;
- width: 3.7041666666666666mm;
- margin-left: 2.6458333333333335mm;
- font-size: 3.7041666666666666mm;
- font-style: normal;
- }
- .to-pdf-html .paper-line .examinee-info .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);
- }
- .to-pdf-html .paper-line .examinee-info .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;
- }
- .to-pdf-html .paper-line .examinee-info .item span b {
- font-weight: normal;
- transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- display: block;
- font-size: 4.2333333333333325mm;
- }
- .to-pdf-html .paper-line .examinee-info .item span .red {
- font-weight: normal;
- }
- .to-pdf-html .paper-content {
- padding: 13.229166666666666mm 7.9375mm;
- }
- .to-pdf-html .paper-content.line-left {
- padding-left: 13.229166666666666mm;
- }
- .to-pdf-html .paper-content.line-right {
- padding-right: 13.229166666666666mm;
- }
- .to-pdf-html .paper-content.line-right {
- padding-left: 7.9375mm;
- padding-right: 13.229166666666666mm;
- }
- .to-pdf-html .paper-title {
- height: 14.552083333333332mm;
- font-size: 4.762499999999999mm;
- margin-bottom: 2.6458333333333335mm;
- text-align: center;
- }
- .to-pdf-html .paper-title 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;
- color: #000;
- }
- .to-pdf-html .paper-grade {
- display: flex;
- display: -webkit-flex;
- height: 5.820833333333333mm;
- margin-bottom: 2.6458333333333335mm;
- }
- .to-pdf-html .paper-grade .item {
- display: flex;
- display: -webkit-flex;
- flex: 1;
- padding: 0 1.3229166666666667mm;
- font-style: normal;
- }
- .to-pdf-html .paper-grade .item em {
- height: 5.820833333333333mm;
- line-height: 5.820833333333333mm;
- color: #333;
- font-style: normal;
- font-size: 4.2333333333333325mm;
- }
- .to-pdf-html .paper-grade .item span {
- flex: 1;
- -webkit-flex: 1;
- height: 5.291666666666667mm;
- border-bottom: 0.5291666666666666mm solid #bbbbbb;
- display: flex;
- display: -webkit-flex;
- justify-content: center;
- }
- .to-pdf-html .paper-grade .item .red {
- font-weight: normal;
- }
- .to-pdf-html .exam-info {
- position: relative;
- display: flex;
- height: 13.229166666666666mm;
- justify-content: space-around;
- align-items: center;
- }
- .to-pdf-html .exam-info span {
- font-size: 3.7041666666666666mm;
- color: #333;
- line-height: 13.229166666666666mm;
- /* text-align: center; */
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- flex: 1;
- }
- .to-pdf-html .exam-info span:nth-child(1) {
- min-width: 29.104166666666664mm;
- }
- .to-pdf-html .exam-info span:nth-child(2) {
- min-width: 29.104166666666664mm;
- }
- .to-pdf-html .exam-info .input-paper-info {
- width: 14.816666666666666mm;
- background: #fff;
- }
- .to-pdf-html .exam-info .input-paper-info.number {
- width: 6.614583333333333mm;
- }
- .to-pdf-html .exam-info:hover .btn-paper-info {
- display: block;
- }
- .to-pdf-html .paper-attention {
- padding-bottom: 5.291666666666667mm;
- }
- .to-pdf-html .paper-attention .notice-info {
- position: relative;
- display: flex;
- align-items: center;
- border: 0.5291666666666666mm solid #bbbbbb;
- border-radius: 1.0583333333333331mm;
- font-size: 3.175mm;
- flex-wrap: wrap;
- min-height: 31.75mm;
- }
- .to-pdf-html .paper-attention .page-width-small.notice-info .tips-info {
- width: 66.14583333333333mm;
- }
- .to-pdf-html .paper-attention .page-width-small.notice-info .simple-border.right {
- left: 89.95833333333333mm;
- }
- .to-pdf-html .paper-attention .notice-info .tips-info {
- width: 66.14583333333333mm;
- height: 100%;
- min-height: 31.75mm;
- }
- .to-pdf-html .paper-attention .notice-info .simple-border.right {
- left: 87.3125mm;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm {
- position: relative;
- width: 21.166666666666668mm;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm .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;
- z-index: 10;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm {
- width: 18.520833333333332mm;
- height: 18.520833333333332mm;
- }
- .to-pdf-html .paper-attention .notice-info .tips-info {
- display: flex;
- position: relative;
- width: 100.54166666666667mm;
- }
- .to-pdf-html .paper-attention .notice-info .warming-info {
- display: flex;
- flex: 1;
- }
- .to-pdf-html .paper-attention .notice-info .simple-border {
- position: absolute;
- height: 100%;
- width: 0.5291666666666666mm;
- background: #bbb;
- left: 7.9375mm;
- top: 0;
- }
- .to-pdf-html .paper-attention .notice-info .simple-border.right {
- left: 124.35416666666666mm;
- }
- .to-pdf-html .paper-attention .notice-info .notice-title {
- width: 7.9375mm;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- font-size: 3.7041666666666666mm;
- align-items: center;
- font-weight: bold;
- }
- .to-pdf-html .paper-attention .notice-info .notice-title i {
- font-style: normal;
- }
- .to-pdf-html .paper-attention .notice-info .notice-detail {
- flex: 1;
- padding: 1.3229166666666667mm;
- padding-right: 0;
- line-height: 4.2333333333333325mm;
- color: #333;
- border-right: 0.5291666666666666mm solid #bbb;
- }
- .to-pdf-html .paper-attention .notice-info .notice-detail p {
- line-height: 4.2333333333333325mm;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm {
- width: 23.8125mm;
- min-height: 21.166666666666668mm;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm {
- width: 21.166666666666668mm;
- height: 21.166666666666668mm;
- }
- .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm canvas {
- width: 100%;
- height: 100%;
- }
- .to-pdf-html .paper-attention .notice-info .noticeLose {
- flex: 1;
- padding: 1.3229166666666667mm;
- box-sizing: border-box;
- line-height: 3.175mm;
- }
- .to-pdf-html .paper-attention .notice-info .noticeLose p {
- line-height: 4.2333333333333325mm;
- }
- .to-pdf-html .paper-attention .notice-info .noticeLose h4 {
- display: flex;
- align-items: center;
- font-weight: normal;
- }
- .to-pdf-html .paper-attention .notice-info .noticeLose h4 i {
- width: 6.35mm;
- height: 3.7041666666666666mm;
- margin-left: 2.6458333333333335mm;
- border: 0.5291666666666666mm solid #bbb;
- }
- .to-pdf-html .paper-card {
- padding-bottom: 2.6458333333333335mm;
- }
- .to-pdf-html .paper-card .card-flex {
- display: flex;
- align-items: center;
- }
- .to-pdf-html .paper-card .card-flex .card-title {
- margin-right: 1.3229166666666667mm;
- line-height: 5.820833333333333mm;
- }
- .to-pdf-html .paper-card .card-flex .card-id {
- border: 0.2645833333333333mm solid #bbb;
- color: #555555;
- }
- .to-pdf-html .paper-card .card-flex .card-id .square {
- display: block;
- width: 5.820833333333333mm;
- height: 5.291666666666667mm;
- border-right: 0.2645833333333333mm solid #bbb;
- }
- .to-pdf-html .paper-card .card-flex .card-id .iconfont {
- width: 3.4395833333333328mm;
- height: 2.6458333333333335mm;
- line-height: 2.6458333333333335mm;
- font-size: 2.9104166666666664mm;
- color: #666;
- }
- .to-pdf-html .paper-card .card-flex .card-id ul {
- border-top: 0.2645833333333333mm solid #bbb;
- }
- .to-pdf-html .paper-card .card-flex .card-id > div:last-child .square {
- border-right: 0;
- }
- .to-pdf-html .paper-card .card-flex .card-id > div:last-child li {
- border-right: 0;
- }
- .to-pdf-html .paper-card .card-flex .card-id li {
- width: 5.820833333333333mm;
- height: 5.291666666666667mm;
- line-height: 5.291666666666667mm;
- text-align: center;
- list-style: none;
- border-right: 0.2645833333333333mm solid #bbb;
- }
- .to-pdf-html .paper-card .card-flex .card-id li img {
- width: 3.96875mm;
- height: 3.175mm;
- }
- .to-pdf-html .paper-card .card-flex .card-id.only-code {
- border: 0;
- }
- .to-pdf-html .paper-card .card-flex .card-id.only-code > div {
- border: 0.2645833333333333mm solid #bbb;
- }
- .to-pdf-html .paper-card .card-flex .card-id.only-code .square {
- border-right: 0.2645833333333333mm solid #bbb !important;
- }
- .to-pdf-html .paper-card .card-flex .card-id.only-code .square:last-child {
- border: 0!important;
- }
- .to-pdf-html .paper-card .card-flex .card-code {
- flex: 1;
- -webkit-flex: 1;
- text-align: right;
- }
- .to-pdf-html .paper-card .card-flex .card-code .code-img {
- padding: 2.6458333333333335mm;
- border: 0.2645833333333333mm dashed #bbb;
- border-radius: 0.79375mm;
- }
- .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words {
- display: flex;
- display: -webkit-flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- justify-content: space-around;
- width: 26.458333333333332mm;
- height: 52.916666666666664mm;
- border: 0.5291666666666666mm solid #bbb;
- border-radius: 0.79375mm;
- }
- .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words.cross-code {
- width: 52.916666666666664mm;
- height: 26.458333333333332mm;
- flex-direction: row;
- }
- .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words i {
- font-style: normal;
- color: #bbb;
- }
- .to-pdf-html .paper-topic .big-topic-title {
- font-family: 'MicroSoft YaHei';
- padding: 1.3229166666666667mm 0;
- font-size: 3.7041666666666666mm;
- color: #555555;
- line-height: 5.291666666666667mm;
- font-weight: bold;
- text-align: justify;
- border: 0.5291666666666666mm solid transparent;
- border-radius: 0.79375mm;
- }
- .to-pdf-html .paper-topic .big-topic-title:focus {
- border-color: #333;
- }
- .to-pdf-html .paper-topic .big-topic-title span {
- font-size: 3.175mm;
- font-weight: normal;
- }
- .to-pdf-html .paper-topic .topic-choice {
- /* .single-option.more-option{
- width: 55.5625mm;
- } */
- }
- .to-pdf-html .paper-topic .topic-choice.flex-direction-1 .single-option {
- flex-direction: row;
- -webkit-flex-direction: row;
- }
- .to-pdf-html .paper-topic .topic-choice.flex-direction-1 .single-option li {
- flex-direction: column;
- -webkit-flex-direction: column;
- }
- .to-pdf-html .paper-topic .topic-choice.flex-direction-0 .single-option {
- flex-direction: column;
- -webkit-flex-direction: column;
- }
- .to-pdf-html .paper-topic .topic-choice.flex-direction-0 .single-option li {
- flex-direction: row;
- -webkit-flex-direction: row;
- }
- .to-pdf-html .paper-topic .topic-choice .single-option {
- flex-direction: column;
- position: relative;
- padding: 2.6458333333333335mm;
- display: flex;
- display: -webkit-flex;
- font-size: 3.175mm;
- flex-wrap: wrap;
- -webkit-flex-wrap: wrap;
- align-content: flex-start;
- -webkit-align-content: flex-start;
- /* min-height: 26.458333333333332mm; */
- }
- .to-pdf-html .paper-topic .topic-choice .single-option .iconfont {
- font-size: 3.175mm;
- color: #666;
- }
- .to-pdf-html .paper-topic .topic-choice .single-option li {
- display: flex;
- -webkit-display: flex;
- align-items: center;
- }
- .to-pdf-html .paper-topic .topic-choice .single-option li em,
- .to-pdf-html .paper-topic .topic-choice .single-option li span {
- display: flex;
- -webkit-display: flex;
- width: 3.96875mm;
- height: 3.175mm;
- text-align: center;
- margin: 0.79375mm 1.0583333333333331mm;
- font-style: normal;
- align-items: center;
- justify-content: center;
- }
- .to-pdf-html .paper-topic .topic-choice .single-option li em {
- margin: 0.79375mm 0;
- width: 5.291666666666667mm;
- }
- .to-pdf-html .paper-topic .topic-fill {
- padding: 2.6458333333333335mm;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol {
- width: 100%;
- line-height: 10.583333333333334mm;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol.col-1 .fill-item {
- width: 100%;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol.col-2 .fill-item {
- width: calc(50% - 2.6458333333333335mm);
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol.col-3 .fill-item {
- width: calc(33% - 2.6458333333333335mm);
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item {
- float: left;
- align-items: flex-end;
- padding-right: 0.79375mm;
- padding-top: 2.6458333333333335mm;
- width: 100%;
- display: flex;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item span {
- display: flex;
- width: 6.614583333333333mm;
- align-items: flex-end;
- text-align: center;
- line-height: 6.614583333333333mm;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item em {
- position: relative;
- height: 10.583333333333334mm;
- flex: 1;
- border-bottom: 0.2645833333333333mm solid #bbbbbb;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item strong {
- display: flex;
- align-items: flex-end;
- }
- .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item strong i {
- margin-left: -0.2645833333333333mm;
- 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;
- }
- .to-pdf-html .paper-topic .topic-item {
- padding-top: 2.6458333333333335mm;
- }
- .to-pdf-html .paper-topic .topic-explain .module {
- position: relative;
- font-size: 3.175mm;
- border: 0.5291666666666666mm solid #bbbbbb;
- border-radius: 1.0583333333333331mm;
- background: #fff;
- }
- .to-pdf-html .paper-topic .topic-explain .module:hover .btn-paper-info,
- .to-pdf-html .paper-topic .topic-explain .module:hover .del-btn {
- display: block;
- }
- .to-pdf-html .paper-topic .topic-explain .module .scoring-box {
- width: 100%;
- display: flex;
- border-bottom: 0.2645833333333333mm solid #bbb;
- font-size: 2.6458333333333335mm;
- }
- .to-pdf-html .paper-topic .topic-explain .module .scoring-box span {
- flex: 1;
- position: relative;
- height: 7.9375mm;
- text-align: center;
- line-height: 7.9375mm;
- border-right: 0.2645833333333333mm solid #bbb;
- }
- .to-pdf-html .paper-topic .topic-explain .module .scoring-box span:last-child {
- border-right: 0.2645833333333333mm solid transparent;
- }
- .to-pdf-html .paper-topic .topic-explain .module .scoring-box .no-scoring {
- flex: initial;
- min-width: 10.583333333333334mm;
- color: #dddddd;
- }
- .to-pdf-html .paper-topic .topic-explain .module .optional-box {
- position: absolute;
- right: 2.6458333333333335mm;
- top: 10.847916666666666mm;
- height: 3.96875mm;
- z-index: 1100;
- background-color: #fff;
- }
- .to-pdf-html .paper-topic .topic-explain .module .optional-box span {
- font-size: 3.7041666666666666mm;
- margin: 0 2.6458333333333335mm;
- text-align: center;
- box-sizing: border-box;
- }
- .to-pdf-html .paper-topic .topic-explain .module .topic-answer-area {
- position: relative;
- }
- .to-pdf-html .paper-topic .topic-explain .module .topic-answer-area img {
- max-width: 100%;
- max-height: 100%;
- }
- .to-pdf-html .paper-topic .topic-explain .module .topic-content {
- padding: 2.1166666666666663mm;
- }
- .to-pdf-html .paper-topic .paper-topic-choice {
- border: 0;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .title {
- position: relative;
- line-height: 5.820833333333333mm;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .title .topic-no {
- position: absolute;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .title .title-content {
- text-indent: 1.5em;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options {
- display: flex;
- width: 100%;
- align-items: center;
- justify-content: left;
- flex-wrap: wrap;
- padding-left: 5.291666666666667mm;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options li {
- padding-right: 7.9375mm;
- width: 50%;
- display: flex;
- align-items: center;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options li .options-words {
- margin-right: 0.5291666666666666mm;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-0 {
- width: 100%;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-1 {
- width: 25%;
- }
- .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-2 {
- width: 50%;
- }
- .to-pdf-html .paper-topic .article-chinese {
- border: 0.2645833333333333mm solid #000;
- }
- .to-pdf-html .paper-topic .article-chinese .article-svg {
- width: 100%;
- }
- .to-pdf-html .paper-topic .article-chinese .article-rect {
- fill: #fff;
- stroke-width: 1;
- stroke: #000;
- box-sizing: border-box;
- }
- .to-pdf-html .paper-topic .article-chinese text {
- font-size: 3.175mm;
- }
- .to-pdf-html .choose-topic .title {
- position: relative;
- line-height: 7.9375mm;
- }
- .to-pdf-html .choose-topic .title .topic-no {
- position: absolute;
- }
- .to-pdf-html .choose-topic .title .title-content {
- text-indent: 2em;
- }
- .to-pdf-html .topic-box-border {
- position: relative;
- padding: 0;
- display: flex;
- flex-wrap: wrap;
- font-size: 3.175mm;
- border: 0.5291666666666666mm solid #bbbbbb;
- border-radius: 1.0583333333333331mm;
- -webkit-border-radius: 1.0583333333333331mm;
- }
- .to-pdf-html .topic-box-border:hover .btn-paper-info {
- display: block;
- }
- .to-pdf-html .topic-box-border:hover .del-btn {
- display: block;
- }
- .to-pdf-html .paper-topic-content {
- position: relative;
- }
- .to-pdf-html .blank-page {
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- top: 0;
- right: 0;
- border: 0.2645833333333333mm solid #ddd;
- box-sizing: border-box;
- border-radius: 1.0583333333333331mm;
- }
- .to-pdf-html .main-dot {
- background: #000;
- }
- .main-dot {
- position: absolute;
- width: 10.58333333mm;
- height: 5.29166667mm;
- }
- .main-dot.dox-1 {
- top: 5.291666666666667mm;
- left: 7.9375mm;
- }
- .main-dot.dox-2 {
- top: 5.291666666666667mm;
- }
- .main-dot.dox-3 {
- top: 5.291666666666667mm;
- right: 7.9375mm;
- }
- .main-dot.dox-4 {
- bottom: 5.291666666666667mm;
- left: 7.9375mm;
- }
- .main-dot.dox-5 {
- right: 7.9375mm;
- bottom: 5.291666666666667mm;
- }
- .main-dot.page-front.has-line.dox-1,
- .main-dot.page-front.has-line.dox-4 {
- left: 13.229166666666666mm;
- }
- .main-dot.page-front.dox-2 {
- left: 35%;
- }
- .main-dot.page-back.has-line.dox-1 {
- left: 7.9375mm;
- }
- .main-dot.page-back.has-line.dox-3,
- .main-dot.page-back.has-line.dox-5 {
- right: 13.229166666666666mm;
- }
- .main-dot.page-back.dox-2 {
- right: 35%;
- }
- .title-content {
- text-indent: 1.5em;
- }
- .title-content p {
- text-indent: 1.5em !important;
- line-height: inherit!important;
- }
|