loading.scss 181 Bytes
Newer Older
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11
.loading{
    display: flex;
    width:100%;
    height:44px;
    line-height: 44px;
    justify-content: center;
    align-items: center;
    span{
        margin-left:5px;
    }
}