_footer_tab.css 996 Bytes
.footer-tab {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #b0b0b0;
    z-index: 3;
    .tab-item {
        float: left;
        width: 20%;
        text-align: center;
        color: #b0b0b0;
        &.current {
            color: #414141;
        }
    }
    .tab-icon {
        font-size: 40px;
        line-height: 1;
    }
    .tab-name {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1;
    }
}

.boys-wrap {
    .footer-tab {
        .tab-item.current {
            color: #414141;
        }
    }
}

.girls-wrap {
    .footer-tab {
        .tab-item.current {
            color: #FF88AE;
        }
    }
}

.kids-wrap {
    .footer-tab {
        .tab-item.current {
            color: #7ad9f9;
        }
    }
}

.lifestyle-wrap {
    .footer-tab {
        .tab-item.current {
            color: #4f4138;
        }
    }
}