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

.labour-union-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 {
        .header-box {
            margin: 30px auto 30px auto;
            width: 690px;
            height: auto;
            border-radius: 16px;
            overflow: hidden;
            .header-img {
                display: block;
                width: 100%;
                height: auto;
            }
        }
        .balance-box {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            margin: 30px auto;
            width: 690px;
            height: 210px;
            .b-box {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                margin: 0 auto;
                padding: 40px 0 20px 0;
                width: 630px;
                height: auto;
                .balance-top {
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    .title {
                        color: rgba(255, 255, 255, 0.69);
                        font-size: 28px;
                        font-weight: 500;
                    }
                    .sub-title {
                        color: #FFE450;
                        font-size: 22px;
                        font-weight: 400;
                    }
                }
                .balance-bottom {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-top: 20px;
                    .price-box {
                        display: flex;
                        justify-content: flex-start;
                        align-items: baseline;
                        color: #FFFFFF;
                        font-weight: bold;
                        .sy {
                            font-size: 60px;
                        }
                        .integer {
                            display: flex;
                            font-size: 84px;
                        }
                        .decimal {
                            font-size: 60px;
                        }
                    }
                    .btn {
                        &.btn-default {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            background: linear-gradient(180deg, #FFE653 0%, #FFC829 100%);
                            padding: 10px 24px;
                            border-radius: 30px;
                            .text {
                                color: #3A3A3B;
                                font-size: 28px;
                                font-weight: 500;
                            }
                            .icon-back-arrow-right {
                                display: block;
                                width: 30px;
                                height: 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;
        }
        .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;
                }
            }
        }
    }
}