optimization2.less 7 KB
@charset "UTF-8";

.optimization-box {
    background-color: #F6F6F6;
    min-height: 100vh;
    .call-app-box {
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .back-box {
        position: fixed;
        top: 0;
        z-index: 100;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .back-search-box {
        position: fixed;
        top: 0;
        z-index: 100;
        // background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
        background-color: #ffffff;
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 122px;
        }
        &.is-cnlive {
            height: 93px;
        }
    }
    .main-box {
        padding: 40px 0 0 0;
        .section {
            background-color: #ffffff;
            margin: 0 auto 20px auto;
            width: 710px;
            height: auto;
            border-radius: 24px;
            overflow: hidden;
            &.banner-box {
                margin-bottom: 0;
                &.bottom {
                    margin-bottom: 40px;
                }
                .swiper-box {
                    width: 710px;
                    height: 280px;
                    /deep/ .swipe {
                        width: 710px;
                        .swipe-item {
                            width: 710px;
                        }
                    }
                }
            }
            &.page-list {
                background-color: transparent;
                margin-bottom: 0;
                /deep/ .icon-swiper-box {
                    .swipe-item {
                        margin: 30px auto 0 auto;
                        .icons-com {
                            .title {
                                color: #444;
                                font-size: 24px;
                                font-weight: 400;
                            }
                        }
                    }
                }
            }
            &.shop-list {
                /deep/ .text-bg-title-com {
                    height: 70px;
                }
                .header-img-box {
                    width: 100%;
                    height: 100%;
                    .header-img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }
                }
                .list-box {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    .discount-flag {
                        position: absolute;
                        top: 4px;
                        left: 22px;
                        z-index: 1;
                        background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
                        padding: 1px 8px;
                        color: #945A08;
                        font-size: 20px;
                        font-weight: 400;
                        border-radius: 6px;
                    }
                }
                .points-box {
                    /deep/ .box {
                        padding: 28px 0;
                        border-top: 1px solid #DCDCDC;
                    }
                }
            }
            &.anchor-list {
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 40px 0 30px 0;
            }
            &.hot-box {
                /deep/.components-box {
                    width: 710px;
                    > .box {
                        width: 710px;
                    }
                }
                /deep/.marquee-box {
                    > .box {
                        width: 710px;
                    }
                }
            }
            &.sub-banner-box {
                // width: 100%;
                height: 160px;
                .sub-banner-img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            &.goods-list {
                background-color: transparent;
                margin: 0 auto;
                .title-box {
                    & + .column-list-box {
                        margin-top: 30px;
                        /deep/ .box {
                            width: 100%;
                            .item-box {
                                width: 340px;
			                    height: auto;
                                .item {
                                    .img-box {
                                        height: 340px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .section-col-2 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto 20px auto;
            width: 710px;
            height: auto;
            .section-2 {
                background-color: #ffffff;
                width: 346px;
                height: auto;
                border-radius: 24px;
                overflow: hidden;
                &.shop-list {
                    /deep/ .text-bg-title-com {
                        height: 70px;
                    }
                    .header-img-box {
                        width: 100%;
                        height: 100%;
                        .header-img {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .list-box {
                        position: relative;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        .list {
                            visibility: visible;
                            width: 50%;
                            width: auto;
                            height: auto;
                        }
                        .discount-flag {
                            position: absolute;
                            top: 4px;
                            left: 22px;
                            z-index: 1;
                            background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
                            padding: 1px 8px;
                            color: #945A08;
                            font-size: 20px;
                            font-weight: 400;
                            border-radius: 6px;
                        }
                    }
                    .points-box {
                        /deep/ .box {
                            padding: 28px 0;
                            border-top: 1px solid #DCDCDC;
                        }
                    }
                }
            }
        }
    }
}