labourUnion.less 9.97 KB
@charset "UTF-8";

.labour-union-page {
    background-color: #F7F7F7;
    min-height: 100vh;
    .nav-box {
        position: fixed;
        top: 0;
        z-index: 100;
        background-image: linear-gradient(to right, #FF0928 , #FE215E);
        width: 100%;
        height: auto;
        .call-app-box {
            width: 100%;
        }
        .back-box {
            background-image: linear-gradient(to right, #FF0928 , #FE215E);
            width: 100%;
            // border-bottom: 1px solid #E5E5E5;
            /deep/.box {
                .title {
                    color: #ffffff;
                }
            }
        }
    }
    .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-box {
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            .section {
                margin: 30px auto 0 auto;
                width: 690px;
                &.full-width {
                    width: 100%;
                }
                &.inside {
                    margin-top: 0 !important;
                    padding-top: 0 !important;
                }
                &.white {
                    background-color: #FFFFFF;
                }
                &.border-radius {
                    border-radius: 24px;
                    overflow: hidden;
                }
                &:first-child {
                    margin-top: 0;
                    padding-top: 30px;
                }
                /deep/.search-bar {
                    .box {
                        .search-form {
                            background-color: #FFFFFF;
                            .left {
                                .icon {
                                    margin-left: 20px;
                                }
                                .input-box {
                                    font-size: 26px;
                                }
                            }
                        }
                    }
                }
                .balance-order-btn-box {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    .balance-box {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        .key {
                            color: #FFF8B7;
                            font-size: 32px;
                            font-weight: bold;
                        }
                        .value {
                            color: #FFF8B7;
                            font-size: 38px;
                            font-weight: bold;
                            max-width: 350px;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }
                    }
                    .buttons-box {
                        .btn {
                            &.btn-active {
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                                .text {
                                    color: #FFF8B7;
                                    font-size: 28px;
                                    font-weight: 400;
                                    & + .icon {
                                        margin-left: 10px;
                                    }
                                }
                                .icon {
                                    display: block;
                                    width: 28px;
                                    height: 28px;
                                }
                            }
                        }
                    }
                }
                .swiper-box {
                    width: 690px;
                    height: 320px;
                }
                .news-box {
                    background-color: #FFFFFF;
                    width: 100%;
                    height: 85px;
                    border-radius: 16px;
                    .n-box {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin: 0 auto;
                        width: 650px;
                        height: 100%;
                        .icon-news-img {
                            display: block;
                            width: 73px;
                            height: 30px;
                        }
                        .title {
                            color: #666666;
                            font-size: 26px;
                            font-weight: 400;
                            width: 505px;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            word-wrap: break-word;
                        }
                        .icon-arrow-right-img {
                            display: block;
                            width: 26px;
                            height: 26px;
                        }
                    }
                }
                .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; 
                    .goods-list {
                        margin: 0 auto 40px auto;
                        width: 690px;
                        height: auto;
                        border-radius: 24px;
                        overflow: hidden;
                        &:last-child {
                            margin-bottom: 0;
                        }
                        .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;
                            }
                            .van-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;
        }
        .tips-box {
            position: fixed;
            bottom: 0;
            z-index: 1;
            background-color: #FFF6E5;
            padding: 30px 0;
            width: 100%;
            height: auto;
            .tips {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin: 0 auto;
                width: 690px;
                height: 100%;
                .tips-img {
                    display: block;
                    width: 26px;
                    height: 26px;
                    & + .text {
                        margin-left: 14px;
                    }
                }
                .text {
                    color: #FEA835;
                    font-size: 24px;
                    font-weight: 400;
                }
            }
        }
    }
}