考试面板样式修改
This commit is contained in:
parent
cb61f11753
commit
90a1c03bd4
@ -4,7 +4,7 @@
|
||||
<div>满分: {{ composition.fullScore }}</div>
|
||||
<div>考试时间: {{ composition.validDuration }}分钟</div>
|
||||
</div>
|
||||
<div class="legend-area">
|
||||
<!-- <div class="legend-area">
|
||||
<div class="legend">
|
||||
<div class="box finished"></div>
|
||||
<div class="text">已作答</div>
|
||||
@ -13,7 +13,7 @@
|
||||
<div class="box"></div>
|
||||
<div class="text">未作答</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div>理论题</div>
|
||||
<div class="questionList">
|
||||
<div
|
||||
@ -151,21 +151,21 @@ export default {
|
||||
.header {
|
||||
padding: 10px;
|
||||
}
|
||||
.legend-area {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
.legend {
|
||||
display: flex;
|
||||
.box {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background: #eee;
|
||||
}
|
||||
.finished {
|
||||
border: 1px solid #67c23a;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .legend-area {
|
||||
// display: flex;
|
||||
// justify-content: space-evenly;
|
||||
// .legend {
|
||||
// display: flex;
|
||||
// .box {
|
||||
// width: 1rem;
|
||||
// height: 1rem;
|
||||
// background: #eee;
|
||||
// }
|
||||
// .finished {
|
||||
// background: #409eff;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
.questionList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@ -178,6 +178,7 @@ export default {
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
margin: 3px;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: #ccc;
|
||||
@ -188,14 +189,17 @@ export default {
|
||||
}
|
||||
}
|
||||
.current {
|
||||
background: #409eff;
|
||||
color: #fff;
|
||||
border: 2px dashed #666;
|
||||
&:hover {
|
||||
background: #66b1ff;
|
||||
}
|
||||
}
|
||||
.submited {
|
||||
border: 1px solid #67c23a;
|
||||
background: #409eff;
|
||||
color: #fff;
|
||||
&:hover {
|
||||
background-color: #66b1ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
|
Loading…
Reference in New Issue
Block a user