mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-17 23:06:50 +08:00
style:修改开始考试页面居中方式
This commit is contained in:
@@ -143,8 +143,11 @@ export default {
|
|||||||
// flex-direction: column;
|
// flex-direction: column;
|
||||||
// justify-content: center;
|
// justify-content: center;
|
||||||
.middle {
|
.middle {
|
||||||
position: relative;
|
position: absolute;
|
||||||
margin-left: 510px;
|
left: 50%;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
|
// margin-left: 510px;
|
||||||
|
// right: 510px;
|
||||||
.righttitle {
|
.righttitle {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user