@prefixLoadCls: ~'@{yy-css-prefix}page';
.@{prefixLoadCls} {
    text-align: center;
    line-height: 36px;
    color: @yy-text-info-color;
    font-size: 12px;
    
    span {
        display: inline-block;
    }
    &-more {
        .cursor()
    }
}