Files
dsProject/dsBase/WebRoot/html/pages/projectManagement/jlgs/xmdb/questionView.css

30 lines
428 B
CSS
Raw Normal View History

2025-08-14 15:45:08 +08:00
.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 ;
}