|
@@ -21,13 +21,18 @@
|
|
|
.card-print .elem-fill-question-first .fill-question-sign {
|
|
|
display: none;
|
|
|
}
|
|
|
+.card-print .elem-fill-question .option-item,
|
|
|
+.card-print .page-number-rect-list li,
|
|
|
+.card-print .card-head .head-dynamic-rect {
|
|
|
+ border-width: 0.5pt;
|
|
|
+}
|
|
|
|
|
|
.page-box {
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
margin: 0 auto;
|
|
|
font-weight: normal;
|
|
|
- font-family: "宋体", "宋体-简", Arial, sans-serif;
|
|
|
+ font-family: "Times New Roman", "宋体", "宋体-简", Arial, sans-serif;
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
.page-box .page-main {
|
|
@@ -55,6 +60,9 @@
|
|
|
.page-box-A3.page-box-0 .page-main-inner.page-main-noside {
|
|
|
padding: 60px 60px 86px;
|
|
|
}
|
|
|
+.page-box-A3.page-box-0 .page-main-noside + .page-main-outer .page-number-rect {
|
|
|
+ left: 27%;
|
|
|
+}
|
|
|
.page-box-A3.page-box-1 .page-main-inner {
|
|
|
padding: 60px 160px 86px 40px;
|
|
|
}
|
|
@@ -122,6 +130,9 @@
|
|
|
-webkit-transform: rotate(-70.5109deg);
|
|
|
transform: rotate(-70.5109deg);
|
|
|
}
|
|
|
+.page-box-A4 .page-number-rect {
|
|
|
+ left: 50%;
|
|
|
+}
|
|
|
.page-box-8K {
|
|
|
width: 1399px;
|
|
|
height: 964px;
|
|
@@ -139,6 +150,9 @@
|
|
|
.page-box-8K.page-box-0 .page-main-inner.page-main-noside {
|
|
|
padding: 40px 40px 66px;
|
|
|
}
|
|
|
+.page-box-8K.page-box-0 .page-main-noside + .page-main-outer .page-number-rect {
|
|
|
+ left: 26.5%;
|
|
|
+}
|
|
|
.page-box-8K.page-box-1 .page-main-inner {
|
|
|
padding: 40px 130px 66px 20px;
|
|
|
}
|
|
@@ -198,14 +212,20 @@
|
|
|
border-bottom: 14px solid #000;
|
|
|
}
|
|
|
.page-box-8K .page-locator-item:nth-of-type(1) {
|
|
|
- left: 40px;
|
|
|
+ left: 0;
|
|
|
}
|
|
|
.page-box-8K .page-locator-item:nth-of-type(2) {
|
|
|
right: 86px;
|
|
|
}
|
|
|
+.page-box-8K.page-box-1 .page-locator-item:nth-of-type(1) {
|
|
|
+ left: 86px;
|
|
|
+}
|
|
|
+.page-box-8K.page-box-1 .page-locator-item:nth-of-type(2) {
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
.page-box-8K .page-number-rect {
|
|
|
bottom: 20px;
|
|
|
- left: 260px;
|
|
|
+ left: 25%;
|
|
|
}
|
|
|
.page-box-8K .page-number-rect-list li {
|
|
|
width: 24px;
|
|
@@ -400,10 +420,10 @@
|
|
|
z-index: 8;
|
|
|
}
|
|
|
.page-locator-top {
|
|
|
- top: 40px;
|
|
|
+ top: 30px;
|
|
|
}
|
|
|
.page-locator-bottom {
|
|
|
- bottom: 40px;
|
|
|
+ bottom: 30px;
|
|
|
}
|
|
|
.page-locator-item {
|
|
|
position: absolute;
|
|
@@ -412,33 +432,47 @@
|
|
|
top: 0;
|
|
|
}
|
|
|
.page-locator-item:nth-of-type(1) {
|
|
|
- left: 50px;
|
|
|
+ left: 0;
|
|
|
}
|
|
|
.page-locator-item:nth-of-type(2) {
|
|
|
right: 96px;
|
|
|
}
|
|
|
|
|
|
+.page-box-1 .page-locator-bottom .page-locator-item:nth-of-type(1) {
|
|
|
+ right: 0;
|
|
|
+ left: auto;
|
|
|
+}
|
|
|
+.page-box-1 .page-locator-item:nth-of-type(1) {
|
|
|
+ left: 96px;
|
|
|
+}
|
|
|
+.page-box-1 .page-locator-item:nth-of-type(2) {
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+
|
|
|
.page-number-rect {
|
|
|
position: absolute;
|
|
|
- bottom: 40px;
|
|
|
- left: 300px;
|
|
|
+ bottom: 30px;
|
|
|
+ left: 32%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ -webkit-transform: translateX(-50%);
|
|
|
}
|
|
|
.page-number-rect-list {
|
|
|
font-size: 0;
|
|
|
+ height: 16px;
|
|
|
}
|
|
|
.page-number-rect-list li {
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
font-size: 14px;
|
|
|
- width: 30px;
|
|
|
- height: 20px;
|
|
|
+ width: 24px;
|
|
|
+ height: 16px;
|
|
|
border: 1px solid #000;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.page-number-rect-list li.rect-li-act {
|
|
|
height: 0;
|
|
|
border: none;
|
|
|
- border-bottom: 20px solid #000;
|
|
|
+ border-bottom: 16px solid #000;
|
|
|
}
|
|
|
.page-number-text-cont {
|
|
|
height: 16px;
|
|
@@ -689,8 +723,9 @@
|
|
|
}
|
|
|
.card-head-model-two .card-head-dynamic .head-dynamic-rect {
|
|
|
display: inline-block;
|
|
|
- width: 30px;
|
|
|
- height: 15px;
|
|
|
+ vertical-align: middle;
|
|
|
+ width: 24px;
|
|
|
+ height: 12px;
|
|
|
border: 1px solid #000;
|
|
|
}
|
|
|
|
|
@@ -704,6 +739,9 @@
|
|
|
.elem-topic-head-pad {
|
|
|
padding-top: 10px;
|
|
|
}
|
|
|
+.elem-topic-head-empty .elem-body {
|
|
|
+ border-top: none;
|
|
|
+}
|
|
|
.elem-topic-head h3 {
|
|
|
font-size: 16px;
|
|
|
height: 29px;
|
|
@@ -713,8 +751,8 @@
|
|
|
}
|
|
|
.elem-topic-head p {
|
|
|
font-size: 12px;
|
|
|
- height: 29px;
|
|
|
- line-height: 29px;
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -864,9 +902,22 @@
|
|
|
.elem-fill-question-first .fill-question-sign {
|
|
|
display: block;
|
|
|
}
|
|
|
+.elem-fill-question-boolean .option-item:nth-of-type(2) i {
|
|
|
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAItJREFUOE/Vk9ERgCAMQ8M+GUInEyfTITKQV065KuDh8SWftHkNAQIGVxjU44cAkhHAAmCVFD8dwYktulnS3g2oiY2SAdZglmq34sS7pNn3JADJCcAGoGggaftWL2qFgzOc3OjEKbCau1sG3uo51TRN8c3BRX+E9SquAlwmU8t2EeLIf+h+B60hw4ADyTE7EWzzfYYAAAAASUVORK5CYII=);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ margin-top: -1px;
|
|
|
+}
|
|
|
+.elem-fill-question-boolean .option-item:nth-of-type(3) i {
|
|
|
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIVJREFUOE+tk9sNwCAIRa/7MES7WTerQ7BPGxolCpKmVT+Fe3gnTL40qUcHIKKNmXMEFTsA8TmqjwKK8SyG3YIiewQQjkKMGMysOlcCgJrFAykZdX9tdq6JNprphyttOIUA4sQCXw+YKmEg/tZEIrqapoVjbEe8bpEk8tsqj3zWHtOfy7wB41tXEXo/wKEAAAAASUVORK5CYII=);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+}
|
|
|
.elem-fill-question .elem-body {
|
|
|
- padding: 18px 0 18px 16px;
|
|
|
- font-size: 0px;
|
|
|
+ padding: 10px 5px;
|
|
|
+ font-size: 0;
|
|
|
}
|
|
|
.elem-fill-question .group-item {
|
|
|
font-family: "Times New Roman", Arial, sans-serif;
|
|
@@ -882,10 +933,10 @@
|
|
|
vertical-align: middle;
|
|
|
padding: 0;
|
|
|
width: 18px;
|
|
|
- height: 14px;
|
|
|
+ height: 10px;
|
|
|
text-align: center;
|
|
|
font-size: 12px;
|
|
|
- line-height: 1;
|
|
|
+ line-height: 8px;
|
|
|
border: 1px solid #000;
|
|
|
color: #000;
|
|
|
-webkit-box-sizing: border-box;
|
|
@@ -893,8 +944,8 @@
|
|
|
}
|
|
|
.elem-fill-question .option-item > i {
|
|
|
display: inline-block;
|
|
|
- -webkit-transform: scale(0.67, 0.67);
|
|
|
transform: scale(0.67, 0.67);
|
|
|
+ -webkit-transform: scale(0.67, 0.67);
|
|
|
}
|
|
|
.elem-fill-question .option-item:first-child {
|
|
|
text-align: right;
|
|
@@ -903,12 +954,15 @@
|
|
|
color: #000;
|
|
|
}
|
|
|
.elem-fill-question .option-item:first-child > i {
|
|
|
- -webkit-transform: scale(1, 1);
|
|
|
transform: scale(1, 1);
|
|
|
+ -webkit-transform: scale(0.9, 0.9);
|
|
|
}
|
|
|
.elem-fill-question .option-item:last-child {
|
|
|
margin-right: 0 !important;
|
|
|
}
|
|
|
+.elem-fill-question-vertical .elem-body {
|
|
|
+ padding: 10px 20px;
|
|
|
+}
|
|
|
.elem-fill-question-vertical .question-item {
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
@@ -988,16 +1042,16 @@
|
|
|
position: relative;
|
|
|
padding-bottom: 5px;
|
|
|
padding-right: 3px;
|
|
|
- -webkit-transform: translateY(-100%);
|
|
|
transform: translateY(-100%);
|
|
|
+ -webkit-transform: translateY(-100%);
|
|
|
}
|
|
|
.elem-fill-line .elem-fill-quesiton li.elem-fill-comma {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: -10px;
|
|
|
z-index: 9;
|
|
|
- -webkit-transform: translateY(-100%);
|
|
|
transform: translateY(-100%);
|
|
|
+ -webkit-transform: translateY(-100%);
|
|
|
width: 10px;
|
|
|
padding-bottom: 4px;
|
|
|
background-color: #fff;
|
|
@@ -1100,8 +1154,8 @@
|
|
|
}
|
|
|
.elem-fill-number .fill-number-option > i {
|
|
|
display: inline-block;
|
|
|
- -webkit-transform: scale(0.67, 0.67);
|
|
|
transform: scale(0.67, 0.67);
|
|
|
+ -webkit-transform: scale(0.67, 0.67);
|
|
|
}
|
|
|
|
|
|
.elem-fill-field {
|
|
@@ -1184,15 +1238,15 @@
|
|
|
width: 100%;
|
|
|
top: 50%;
|
|
|
left: 0;
|
|
|
- -webkit-transform: translateY(-50%);
|
|
|
transform: translateY(-50%);
|
|
|
+ -webkit-transform: translateY(-50%);
|
|
|
}
|
|
|
.elem-gutter-content > span {
|
|
|
display: block;
|
|
|
padding: 5px;
|
|
|
line-height: 20px;
|
|
|
- -webkit-transform: rotate(-90deg);
|
|
|
transform: rotate(-90deg);
|
|
|
+ -webkit-transform: rotate(-90deg);
|
|
|
}
|
|
|
|
|
|
.card-free-preview:not(.card-print) {
|