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.
35 lines
488 B
35 lines
488 B
.question{
|
|
background: white;
|
|
padding: 4rpx 20rpx 22rpx 22rpx;
|
|
border-radius: 18rpx;
|
|
}
|
|
.hint{
|
|
padding: 6px;
|
|
font-size: 15px;
|
|
color: #0080f0;
|
|
}
|
|
.title>text,.title>rich-text{
|
|
margin: 5rpx 6rpx 12rpx 6rpx;
|
|
display: block;
|
|
}
|
|
|
|
.gap{
|
|
margin-right: 8px;
|
|
}
|
|
.ques-score{
|
|
font-size: 12px;
|
|
color: dimgray;
|
|
}
|
|
|
|
.outcome{
|
|
padding: 4px 4px 1px 6px;
|
|
font-size: 14px;
|
|
}
|
|
.score-num{
|
|
color: #00b0f0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.stand-answer{
|
|
font-weight: bold;
|
|
} |