_break-code.css 1.09 KB
.break-code-page {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;

    .banner {
        width: 640px;

        img {
            width: 100%;
            height: 100%;
        }
    }

    #size-swiper-0,
    #size-swiper-1,
    #size-swiper-2,
    #size-swiper-3 {
        width: 100%;
        line-height: 50px;
        color: #999;
        font-size: 28px;
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
        background: #f0f0f0;
        padding: 0 22px;
        box-sizing: border-box;
        display: none;

        ul {
            width: 100%;
            height: 50px;
        }

        li {
            width: auto;
            padding: 0 22px;
            float: left;
            white-space: nowrap;

            &.active {
                color: #000;
            }
        }
    }

    #list-nav > li {
        width: 20%;
        font-size: 28px;

        /* &.active a {
                    border-bottom: 4px solid #000;
                }
        */

        a {
            width: 106px;
            margin: 0 auto;
            display: block;
        }
    }
}