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

.mall-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%);
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 122px;
        }
        &.is-cnlive {
            height: 93px;
        }
    }
    .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;
                }
            }
        }
    }
}