|
@@ -519,11 +519,17 @@ const css =
|
|
|
margin: 8px auto;\
|
|
|
width: 20px;\
|
|
|
height: 14px;\
|
|
|
- font-size: 10px;\
|
|
|
+ font-size: 12px;\
|
|
|
line-height: 1;\
|
|
|
text-align: center;\
|
|
|
- color: #666;\
|
|
|
+ color: #000;\
|
|
|
border: 1px solid #000;\
|
|
|
+ font-family: "Times New Roman", Arial, sans-serif;\
|
|
|
+ }\
|
|
|
+ .card-head-body .head-stdno .stdno-fill-option > i {\
|
|
|
+ display: inline-block;\
|
|
|
+ -webkit-transform: scale(0.67, 0.67);\
|
|
|
+ transform: scale(0.67, 0.67);\
|
|
|
}\
|
|
|
.card-head-body .head-stdno .stdno-auto-barcode {\
|
|
|
height: 80px;\
|
|
@@ -665,11 +671,17 @@ const css =
|
|
|
width: 30px;\
|
|
|
height: 14px;\
|
|
|
border: 1px solid #000;\
|
|
|
- font-size: 10px;\
|
|
|
+ font-size: 12px;\
|
|
|
text-align: center;\
|
|
|
line-height: 1;\
|
|
|
- color: #666;\
|
|
|
+ color: #000;\
|
|
|
margin: 0 5px;\
|
|
|
+ font-family: "Times New Roman", Arial, sans-serif;\
|
|
|
+ }\
|
|
|
+ .card-head-body .head-dynamic-rect > i {\
|
|
|
+ display: inline-block;\
|
|
|
+ -webkit-transform: scale(0.67, 0.67);\
|
|
|
+ transform: scale(0.67, 0.67);\
|
|
|
}\
|
|
|
.card-head-body .head-dynamic-aorb {\
|
|
|
display: table;\
|
|
@@ -875,6 +887,7 @@ const css =
|
|
|
\
|
|
|
.elem-fill-question {\
|
|
|
white-space: normal;\
|
|
|
+ font-family: "Times New Roman", Arial, sans-serif;\
|
|
|
}\
|
|
|
.elem-fill-question .elem-body {\
|
|
|
padding: 10px 0 10px 16px;\
|
|
@@ -897,18 +910,23 @@ const css =
|
|
|
width: 18px;\
|
|
|
height: 14px;\
|
|
|
text-align: center;\
|
|
|
- font-size: 10px;\
|
|
|
+ font-size: 12px;\
|
|
|
line-height: 1;\
|
|
|
border: 1px solid #000;\
|
|
|
- color: #666;\
|
|
|
+ color: #000;\
|
|
|
-webkit-box-sizing: border-box;\
|
|
|
box-sizing: border-box;\
|
|
|
}\
|
|
|
+ .elem-fill-question .option-item > i {\
|
|
|
+ display: inline-block;\
|
|
|
+ -webkit-transform: scale(0.67, 0.67);\
|
|
|
+ transform: scale(0.67, 0.67);\
|
|
|
+ }\
|
|
|
.elem-fill-question .option-item:first-child {\
|
|
|
text-align: right;\
|
|
|
border-color: transparent;\
|
|
|
font-size: 12px;\
|
|
|
- color: #555;\
|
|
|
+ color: #000;\
|
|
|
}\
|
|
|
.elem-fill-question .option-item:last-child {\
|
|
|
margin-right: 0 !important;\
|