mall2.less 3.71 KB
@charset "UTF-8";

.mall-box {
    background-color: #F6F6F6;
    min-height: 100vh;
    .navs-box {
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: #ffffff;
        width: 100%;
        height: auto;
        .call-app-box {
            position: fixed;
            top: 0;
            z-index: 100;
        }
        .back-box {
            // background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
            background: #ffffff;
            width: 100%;
        }
        .tabs-box {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ffffff;
            width: 100%;
            height: 78px;
            border-top: 1px solid #E6E6E6;
            .tab {
                flex: 1;
                & + .tab {
                    border-left: 1px solid #E6E6E6;
                }
                .title {
                    text-align: center;
                    color: #999999;
                    font-size: 32px;
                    font-weight: 500;
                }
                .line {
                    background-color: transparent;
                    margin: 10px auto 0 auto;
                    width: 30px;
                    height: 4px;
                    border-radius: 4px;

                }
                &.active {
                    .title {
                        color: #4A4A4A;
                        font-weight: bold;
                    }
                    .line {
                        background-color: #FC1541;
                    }
                }
            }
        }
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 200px;
        }
        &.is-cnlive {
            height: 171px;
        }
    }
    .main-box {
        padding: 40px 0;
        .section {
            background-color: #ffffff;
            margin: 0 auto 40px auto;
            width: 690px;
            height: auto;
            border-radius: 24px;
            overflow: hidden;
            &:last-child {
                margin-bottom: 0;
            }
            &.shop-hot {
                .title-sub-title-hori-com {
                    margin: 30px auto;
                }
            }
            &.shop-list {
                .header-img-box {
                    width: 100%;
                    height: 100%;
                    .img-box {
                        position: relative;
                        .header-img {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }
                        .title-box {
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 1;
                            margin: 0 auto;
                            width: 100%;
                            height: 160px;
                            .title {
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                                margin: 0 auto;
                                color: #777777;
                                font-size: 34px;
                                width: 90%;
                                height: 100%;
                            }
                        }
                    }
                }
                .list-box {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }
            }
        }
    }
}