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.

37 lines
593 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 ;
}
.di {
position: fixed;
bottom: 0px;
width: 100%;
height: 50px;
border-top: 1px solid #e2e3e5;
z-index: 999;
background: #fff;
}