更多操作
无编辑摘要 |
无编辑摘要 |
||
第14行: | 第14行: | ||
display: inline; | display: inline; | ||
margin-left: 5px; | margin-left: 5px; | ||
} | } | ||
.answers{ | .answers{ | ||
第21行: | 第20行: | ||
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
. | .ansContainer{ | ||
margin-top: 15px; | margin-top: 15px; | ||
margin-left: 20px; | margin-left: 20px; | ||
第55行: | 第54行: | ||
transition-duration: 1000ms; | transition-duration: 1000ms; | ||
} | } | ||
. | |||
.answers{ | |||
columns:3 30px; | |||
list-style-type:none; | |||
} | } | ||
. | .titleContainer>div{ | ||
margin-left: 15px; | |||
margin-top: 10px; | |||
margin-bottom: 10px; | |||
} | |||
.answerTip{ | |||
display: inline; | |||
background: lightgrey; | |||
color: darkgreen; | |||
padding: 3px; | |||
border-radius: 5px; | |||
margin-left: 5px; | |||
} | } |
2022年4月3日 (日) 07:24的版本
.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;
}
.answers{
display: block;
margin-left: 30px;
margin-top: 10px;
}
.ansContainer{
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;
}
.answers{
columns:3 30px;
list-style-type:none;
}
.titleContainer>div{
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.answerTip{
display: inline;
background: lightgrey;
color: darkgreen;
padding: 3px;
border-radius: 5px;
margin-left: 5px;
}