|
@@ -690,11 +690,11 @@
|
|
}
|
|
}
|
|
.card-head-body-auto-resize .rect-col:first-child {
|
|
.card-head-body-auto-resize .rect-col:first-child {
|
|
float: left;
|
|
float: left;
|
|
- width: 289px;
|
|
|
|
|
|
+ width: 50%;
|
|
}
|
|
}
|
|
.card-head-body-auto-resize .rect-col:last-child {
|
|
.card-head-body-auto-resize .rect-col:last-child {
|
|
float: right;
|
|
float: right;
|
|
- width: 424px;
|
|
|
|
|
|
+ width: 50%;
|
|
}
|
|
}
|
|
.card-head-body-auto-resize .rect-col-item {
|
|
.card-head-body-auto-resize .rect-col-item {
|
|
border: 1px solid #000;
|
|
border: 1px solid #000;
|
|
@@ -877,9 +877,6 @@
|
|
content: "判断";
|
|
content: "判断";
|
|
background-color: #ffa952;
|
|
background-color: #ffa952;
|
|
}
|
|
}
|
|
-.elem-fill-question .elem-title {
|
|
|
|
- padding-bottom: 0;
|
|
|
|
-}
|
|
|
|
.elem-fill-question .elem-body {
|
|
.elem-fill-question .elem-body {
|
|
padding: 10px 5px;
|
|
padding: 10px 5px;
|
|
}
|
|
}
|
|
@@ -897,10 +894,10 @@
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
padding: 0;
|
|
width: 18px;
|
|
width: 18px;
|
|
- height: 14px;
|
|
|
|
|
|
+ height: 12px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- line-height: 1;
|
|
|
|
|
|
+ line-height: 10px;
|
|
border: 1px solid #000;
|
|
border: 1px solid #000;
|
|
color: #000;
|
|
color: #000;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -910,13 +907,14 @@
|
|
transform: scale(0.67, 0.67);
|
|
transform: scale(0.67, 0.67);
|
|
}
|
|
}
|
|
.elem-fill-question .option-item:first-child {
|
|
.elem-fill-question .option-item:first-child {
|
|
- text-align: right;
|
|
|
|
|
|
+ text-align: center;
|
|
border: none;
|
|
border: none;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
|
+ line-height: 12px;
|
|
color: #000;
|
|
color: #000;
|
|
}
|
|
}
|
|
.elem-fill-question .option-item:first-child > i {
|
|
.elem-fill-question .option-item:first-child > i {
|
|
- transform: scale(1, 1);
|
|
|
|
|
|
+ transform: scale(0.9, 0.9);
|
|
}
|
|
}
|
|
.elem-fill-question .option-item:last-child {
|
|
.elem-fill-question .option-item:last-child {
|
|
margin-right: 0 !important;
|
|
margin-right: 0 !important;
|