kongdeqiang
2023-03-14 a0654f2c21511a0e16b977427a563a3ccdfd1fba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.regist-result {
    height: 100%;
    background: url('../assets/background.svg');
    background-color: #f0f2f5;
 
    .success {
        text-align: center;
        margin-top: 10vh;
 
        .success-words {
            margin-top: 32px;
            font-size: 20px;
            line-height: 28px;
        }
 
        .buttons {
            margin-top: 40px;
        }
    }
 
    .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 368px;
        height: 100%;
    }
}