Commit ecf1e707 by yuananting

Merge branch 'feature/yuananting/20210327/test-paper' of…

Merge branch 'feature/yuananting/20210327/test-paper' of https://xmgit.ixm5.cn/xiaomai-cloud-class/xiaomai-cloud-class-web into feature/yuananting/20210327/test-paper
parents c1bb4780 1533c6ae
.examPage{ .examPage{
padding-bottom: 50px;
.form{ .form{
margin-top: 12px; margin-top: 12px;
width: 1000px; width: 1000px;
...@@ -30,4 +31,20 @@ ...@@ -30,4 +31,20 @@
background-color: transparent; background-color: transparent;
} }
} }
.footer {
position: fixed;
bottom: 0;
height: 58px;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 252px;
background: #fff;
border-top: 1px solid #E8E8E8;
z-index: 9999;
.ant-btn {
margin-left: 10px;
}
}
} }
\ No newline at end of file
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