_bundle.css 1.6 KB
.bundle {
    height: 344px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;

    .bundle-nav {
        overflow: hidden;
        padding: 0 30px;
        line-height: 88px;
        border-bottom: 1px solid #e0e0e0;

        .bundle-title {
            float: left;
            color: #444;
            font-size: 28px;
        }

        .bundle-right {
            float: right;

            .bundle-desc {
                padding: 3px 5px;
                border: 1px #d0021b solid;
                border-radius: 5px;
                color: #d0021b;
            }

            .iconfont {
                color: #b0b0b0;
            }
        }
    }

    .bundle-product {
        margin-top: 30px;
        width: 100%;

        .swiper-wrapper {
            .plus {
                margin-top: 72px;
                margin-left: 8px;
                margin-right: 8px;
                color: #b0b0b0;
                width: 30px !important;
                height: 40px;
            }

            .plus-0 {
                visibility: hidden;
            }

            .product-box {
                width: 130px;
                float: left;

                a {
                    display: inline-block;
                }

                .bundle-price {
                    color: #d0021b;
                    font-size: 22px;
                    text-align: center;
                }

                img {
                    width: 130px;
                    height: 173px;
                }
            }
        }
    }
}