Commit 29e36069 authored by yun's avatar yun

修改在线考试居中对齐

parent 76177ee4
...@@ -128,10 +128,14 @@ export default { ...@@ -128,10 +128,14 @@ export default {
.time{ .time{
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
display: flex;
justify-content: space-between;
align-items: center;
.pass{ .pass{
position: absolute; /* position: absolute;
right: 15px; right: 15px;
bottom: 1rem; bottom: 1rem;*/
margin-right: 21px;
color: #4CC660; color: #4CC660;
font-size: 18px; font-size: 18px;
& > span{ & > span{
...@@ -139,9 +143,10 @@ export default { ...@@ -139,9 +143,10 @@ export default {
} }
} }
.fail{ .fail{
position: absolute; /* position: absolute;
right: 15px; right: 15px;
bottom: 1rem; bottom: 1rem;*/
margin-right: 21px;
color: #FF7271; color: #FF7271;
font-size: 18px; font-size: 18px;
& > span{ & > 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