Commit 29e36069 authored by yun's avatar yun

修改在线考试居中对齐

parent 76177ee4
......@@ -128,10 +128,14 @@ export default {
.time{
font-size: 12px;
color: #999999;
display: flex;
justify-content: space-between;
align-items: center;
.pass{
position: absolute;
/* position: absolute;
right: 15px;
bottom: 1rem;
bottom: 1rem;*/
margin-right: 21px;
color: #4CC660;
font-size: 18px;
& > span{
......@@ -139,9 +143,10 @@ export default {
}
}
.fail{
position: absolute;
/* position: absolute;
right: 15px;
bottom: 1rem;
bottom: 1rem;*/
margin-right: 21px;
color: #FF7271;
font-size: 18px;
& > span{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment