
@affix-prefix-cls: ~"@{css-prefix}affix";
.@{affix-prefix-cls} {
    position: fixed;
    z-index: @zindex-affix;
}
