更多操作
无编辑摘要 |
无编辑摘要 |
||
第55行: | 第55行: | ||
transition-duration: 1000ms; | transition-duration: 1000ms; | ||
} | } | ||
. | .correctContainer>p{ | ||
margin | margin:2px; | ||
} | } |
2022年2月7日 (一) 16:26的版本
.subject{
margin-top: 10px;
max-width: 95%;
word-wrap:break-word
}
.source{
display: inline;
background: #e3e3e3;
padding: 4px;
border-radius: 3px;
color: #6d6d6d;
}
.title{
display: inline;
margin-left: 5px;
font-weight:bold;
}
.answers{
display: block;
margin-left: 30px;
margin-top: 10px;
}
.correctContainer{
margin-top: 15px;
margin-left: 20px;
}
.correctAnswer{
display: inline;
}
.correctAnswerNoDisplay{
display: none;
}
.noDisplay{
display: none;
}
.answers>label{
display: block;
word-wrap:break-word;
max-width: 80%;
margin-top: 5px;
border-radius: 5px;
}
.correct{
transition-duration: 500ms;
background-color: rgba(53, 238, 40,0.4);
font-weight: bold;
}
.wrong{
transition-duration: 500ms;
background-color: rgba(255, 79, 79, 0.4);
font-weight: bold;
}
.no-background{
background-color: rgba(255, 255, 255, 0);
transition-duration: 1000ms;
}
.correctContainer>p{
margin:2px;
}