@import "../styles/base/fn.wxss";

.@{wuxClassNamePrefix}-sticky-item {
    position: relative;
    font-size: 14px;

    &__hd {
        background: #eee;
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    &__title {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        background: #eee;
    }

    &--fixed &__title {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
    }
}
