You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
428 B
30 lines
428 B
.out-title {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.question-info {
|
|
/* height: 115px; */
|
|
background: #E6EBF7;
|
|
/* margin-bottom: 10px; */
|
|
padding: 10px;
|
|
}
|
|
|
|
.question-level{
|
|
padding: 2px 5px;
|
|
background: #F59A23;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.questionList {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.questionItem{
|
|
padding: 10px 0;
|
|
border-bottom: 1px dashed #979797 ;
|
|
|
|
}
|
|
|