迭代做题版本

main
SmileToCandy 6 years ago
parent fe3458ca1b
commit 7a6d30454c

@ -208,4 +208,13 @@
color: #828386; color: #828386;
margin-top: 20px; margin-top: 20px;
line-height: 1.5; line-height: 1.5;
}
.single .question .question-box .que-options .opt-item .prefix::after {
content: '. ';
}
.bdjson p {
line-height: 1.5;
}
.single .question .question-box .que-options .opt-item p {
display: inline-block;
} }

@ -381,4 +381,26 @@
line-height: 0; line-height: 0;
font-size: xx-large; font-size: xx-large;
content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.quelist-wrap .question-box .question-box-inner .que-options .opt-item {
display: inline-block;
padding-right: 20px;
}
.quelist-wrap .question-box .question-box-inner .que-options .opt-item p {
display: inline-block;
}
.quelist-wrap .question-box .question-box-inner .que-options .opt-item .prefix {
padding-right: 10px;
}
.bdjson span, .bdjson img {
vertical-align: middle;
}
.quelist-wrap .question-box .question-box-inner .que-options {
font-size: 16px;
color: #828386;
margin-top: 20px;
line-height: 1.5;
}
.quelist-wrap .question-box .question-box-inner .que-options .opt-item .prefix::after {
content: '. ';
} }
Loading…
Cancel
Save