_detail.scss 3.81 KB
.good-detail-page {
 
    .banner-top {
        height: 660rem / $pxConvertRem;   
        overflow: hidden;
        position: relative;

        .swiper-pagination {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 40rem / $pxConvertRem;
            text-align: center;
            .pagination-inner {
                display: inline-block;
                span {
                    display: inline-block;
                    width: 14rem / $pxConvertRem;
                    height: 14rem / $pxConvertRem;
                    background: #fff;
                    opacity: 0.5;
                    margin: 0 (9rem / $pxConvertRem);
                    border-radius: 50%;
                }
                span.swiper-active-switch {
                    opacity: 1;
                }
                .swiper-pagination-bullet-active {
                    background-color: #000000;
                }
            }
        }
    }

    .banner-swiper {
        height: 600rem / $pxConvertRem;  
        width: 448rem / $pxConvertRem;  
        margin: 30rem / $pxConvertRem 96rem / $pxConvertRem;
        position: relative;
        overflow: hidden;
        ul {
            position: relative;
            height: 100%;
            li {
                float: left;
                height: 100%;             
            }
        }
    }

    .detailName {
        font-size: 28rem / $pxConvertRem;
        color: #222222;
        padding-bottom: 6px;
        text-align: center;
    }
    
    .detailTitle {
        font-size: 36rem / $pxConvertRem;
        text-align: center;
        padding-bottom: 2px;
        font-weight: bold;
    }

    .vipLevel {
        color: #999999;
        text-align: center;
        padding-bottom: 15px;
    }

    .detailToBuy {
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center;
        overflow: hidden;
        .AddFavorite {
            background-color: #cccccc;

            width: 110rem / $pxConvertRem;
            height: 100rem / $pxConvertRem;
            line-height: 100rem / $pxConvertRem;
            font-size: 1.7em;
            color: white;
            margin-right: 20rem / $pxConvertRem;
            overflow: hidden;

            float: left !important;
        }

        .toBuyNow {
            height: 50px;
            line-height: 50px;
            color: white;
            display: block;
            margin-left: 2.4em;
            font-size: 1.84em;
            overflow: hidden;
            font-weight: bold;

            background-color: #ed0010;
        }

    }

    .discountNotice {
        margin-bottom: 20px;

        p {
            height: 44px;
            line-height: 44px;
            padding: 0 10px;
            margin-bottom: 1px;
            font-size: 12px;
            background-color: #eeeeee;
        }
    }

    .detailToShop {
        margin: 0 10px 20px;
        padding: 10px;
        height: 47px;
        line-height: 47px;
        overflow: hidden;
        background-color: #eee;

        .fz14 {
            font-size: 1.2em;
            float: right !important;
        }
    }

    .detailSize {
        padding: 0 10px;
        margin-bottom: 20px;
        
        h3 {
            text-align: center;
            font-size: 1.3em;
            margin-bottom: 5px;

            span {
                font-size: 0.6em;
                display: block;
                text-transform: uppercase;
            }
        }

        table {
            background-color: white;
            width: 100%;
        }

        td {
                text-align: left;
              padding: 0.4em 0.8em;
                    border: 1px solid white;
    
             background-color: #eee;
            font-size: 1em;
        }
       
    }


    .detail-img {
        padding: 0 10px;
        margin-bottom: 10px;
    }


}