注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
.timuContainer{
position:relative;
margin-top:4px;
}
.timuID{
font-size:13px;
position:absolute;
right: 12px;
top: 0px;
color:#dedada
}
.titleInline{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: flex-start;
margin-bottom: 1px;
border-radius: 4px;
padding: 0.1em;
}
.titleInline-wrap{
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
margin-bottom: 2px;
border-radius: 4px;
padding: 0.2em;
}
.titleInline-no-flex{
margin-bottom: 2px;
border-radius: 4px;
padding: 0.2em;
}
.info{
margin-left: 30px;
margin-top: 10px;
}
.source{
display: inline;
background: #e3e3e3;
border-radius: 3px;
color: #6d6d6d;
margin: 0 3px 0 0;
padding:0 3px 0 3px;
}
.type{
display: inline;
background: #e3e3e3;
border-radius: 3px;
color: #6d6d6d;
margin: 0 3px 0 0;
padding:0 3px 0 3px;
}
.title{
display: inline;
margin: 0 1px 0 0;
}
/* dorpdown */
.dorpdown{
max-width: 55px;
margin-left: 5px;
}
/* option */
.optionInline{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: flex-start;
border-radius: 5px;
margin-bottom: 2px;
margin-right: 80px;
padding-left:6px;
}
.optionInline>input{
height:22px!important;
margin-right:5px!important;
margin-top:0!important;
margin-bottom:0!important;
margin-left:0!important;
}
.optionsGroup{
display: block;
margin-left: 30px;
margin-top: 0;
margin-bottom: 5px;
}
.optionsGroup-flex{
display: flex;
flex-wrap: wrap;
}
.optionsGroup-flex>.optionInline>:first-child{
font-weight: bold;
}
/* subject */
.subjectForm{
margin-top: 10px;
max-width: 95%;
word-wrap:break-word
}
/* btnGroup */
.buttonGroup{
height: 33px;
margin-left: 15px;
overflow:hidden;
}
.editThisBtn{
display:none;
font-size: 14px;
margin-left: 5px
}
/* resultGroup */
.resultGroup{
display: none;
margin-top: 15px;
margin-left: 20px;
}
.answerInline{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
.explainInline{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
/* textInput */
.textInput-tk{
display: inline;
max-width: 200px;
}
.textInput-tk>input{
display: inline;
width: 200px;
}
.textInput-mj{
display: inline;
max-width: auto;
}
/* 显示答案的设置 */
.notChoiced{
transition-duration: 500ms;
background-color: rgba(238, 226, 40, 0.4);
font-weight: bold;
}
.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;
}
.answerTip{
display: inline;
background: lightgrey;
color: darkgreen;
padding: 3px;
border-radius: 5px;
margin-left: 5px;
}