shopList.less 3.75 KB
@charset "UTF-8";

.shop-list-page {
    background-color: #ffffff;
    min-height: 100vh;
    .nav-box {
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: #ffffff;
        width: 100%;
        height: auto;
        .call-app-box {
            width: 100%;
        }
        .back-box {
            background-color: #ffffff;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
        }
    }
    .pl {
        background-color: transparent;
        width: 100%;
        &.is-open-app {
            height: 122px;
        }
        &.is-cnlive {
            height: 93px;
        }
        &.is-hide {
            height: 0px;
        }
        &.tabsFixed {
            &.is-open-app {
                height: 212px;
            }
            &.is-cnlive {
                height: 185px;
            }
            &.is-hide {
                height: 90px;
            }
        }
    }
    .main-box {
        .section {
            width: 690px;
            &.banner-box {
                margin-top: 30px;
            }
        }
        .tabs-box {
            background-color: #ffffff;
            width: 100%;
            height: 90px;
            // border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            &.tabsFixed {
                position: fixed;
                top: 0;
                z-index: 100;
                // border-top: 1px solid #E5E5E5;
                border-bottom: 1px solid #E5E5E5;
                &.is-open-app {
                    top: 122px;
                }
                &.is-cnlive {
                    top: 95px;
                }
                &.is-hide {
                    top: 0;
                }
            }
        }
        .column-list-container {
            padding-top: 30px;
            .section {
                // background-color: #ffffff;
                margin: 0 auto 40px auto;
                width: 690px;
                height: auto;
                border-radius: 24px;
                overflow: hidden;
                &:last-child {
                    margin-bottom: 0;
                }
                &.goods-list {
                    .column-list-box {
                        /deep/ .item-box {
                            border: 1px solid #F1F0F0;
                            border-radius: 16px;
                        }
                    }
                    .discount-flag {
                        position: absolute;
                        top: 10px;
                        left: 10px;
                        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;
                    }
                }
            }
            /deep/ .van-list__loading {
                .van-loading {
                    .van-loading__spinner {
                        width: 28px !important;
                        height: 28px !important;
                    }
                    .van-list__loading-text {
                        margin-bottom: 30px;
                        color: #333333;
                        font-size: 28px;
                        font-weight: 400;
                    }
                }
            }
            /deep/ .van-list__finished-text {
                margin-bottom: 30px;
                color: #333333;
                font-size: 28px;
                font-weight: 400;
            }
        }
        .bottom-pl {
            background-color: transparent;
            width: 100%;
            // height: 100px;
            height: 1px;
        }
    }
}