index.less 218 Bytes
Newer Older
xuchaozou's avatar
xuchaozou committed
1 2 3 4 5 6 7
.pageContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    .container {
赵瑞's avatar
赵瑞 committed
8 9
        width: 100%;
        height: 100%;
xuchaozou's avatar
xuchaozou committed
10 11 12
        position: relative;
    }
}