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

.@{wuxClassNamePrefix}-index {
    width: 100%;
    position: relative;
    overflow: hidden;

    &__nav {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translate3d(0, -50%, 0);
        display: flex;
        max-height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    &__nav-item {
        padding: 2px 6px;
        font-size: 12px;
        line-height: 1.2;
    }

    &__indicator {
        position: fixed;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        text-align: center;
        line-height: 50px;
        background-color: rgba(0, 0, 0, .7);
        border-radius: 5px;
        color: #fff;
        font-size: 24px;
    }
}
