Blame view

public/scss/common/_loading.css 220 Bytes
1 2
.load-more-info {
    width: 100%;
3 4
    height: 70px;
    line-height: 70px;
5
    text-align: center;
6
    font-size: 14PX;
7
    overflow: hidden;
陈峰 authored
8
9 10 11 12 13
    .status {
        &.hide {
            display: none;
        }
    }
陈峰 authored
14
}