更多操作
无编辑摘要 |
无编辑摘要 |
||
第15行: | 第15行: | ||
margin-left: 5px; | margin-left: 5px; | ||
} | } | ||
. | .options{ | ||
display: block; | display: block; | ||
margin-left: 30px; | margin-left: 30px; | ||
第37行: | 第37行: | ||
display: none; | display: none; | ||
} | } | ||
. | .options>label{ | ||
display: block; | display: block; | ||
word-wrap:break-word; | word-wrap:break-word; | ||
第59行: | 第59行: | ||
} | } | ||
.typeB>.subject>. | .typeB>.subject>.options{ | ||
columns:3 30px; | columns:3 30px; | ||
list-style-type:none; | list-style-type:none; | ||
第68行: | 第68行: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
.typeC>.subject>. | .typeC>.subject>.options{ | ||
columns:3 30px; | columns:3 30px; | ||
list-style-type:none; | list-style-type:none; |
2022年10月13日 (四) 02:35的版本
.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;
}
.options{
display: block;
margin-left: 30px;
margin-top: 10px;
}
.info{
margin-left: 30px;
margin-top: 10px;
}
.ansContainer{
margin-top: 15px;
margin-left: 20px;
}
.correctAnswer{
display: inline;
}
.correctAnswerNoDisplay{
display: none;
}
.noDisplay{
display: none;
}
.options>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;
}
.typeB>.subject>.options{
columns:3 30px;
list-style-type:none;
}
.typeB>.subject>.titleContainer>div{
margin-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.typeC>.subject>.options{
columns:3 30px;
list-style-type:none;
}
.typeC>.subject>.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;
}
.button{
margin-top: 5px;
margin-left: 14px;
}
.TKcheck{
width:fit-content;
padding: 5px;
display: inline;
margin-left: 3px;
border-radius: 5px;
}
.explain{
display:inline;
}