labourUnion2.less 9.81 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;
            height: 0;
        }
        &.is-hide {
            height: 0px;
        }
        &.tabsFixed {
            &.is-open-app {
                height: 212px;
            }
            &.is-cnlive {
                height: 185px;
            }
            &.is-hide {
                height: 90px;
            }
        }
    }
    .main-box {
        .balance-box {
            position: relative;
            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, 1);
                        font-size: 28px;
                        font-weight: 400;
                    }
                    .sub-title {
                        color: #FFFFFF;
                        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;
                        }
                    }
                }
            }
            .buttons-box {
                position: absolute;
                right: 0;
                bottom: 0;
                z-index: 1;
                .button-labourUnion2-buy-record-img {
                    display: block;
                    width: 260px;
                    height: 62px;
                }
            }
        }
        .header-box {
            margin: 30px auto 10px auto;
            width: 690px;
            height: auto;
            border: 1px solid rgba(234, 7, 15, 0.3);
            border-radius: 24px;
            overflow: hidden;
            .header-img {
                display: block;
                width: 100%;
                height: auto;
            }
            .news-links-box {
                padding: 30px 0;
                width: 100%;
                .links {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin: 0 auto;
                    width: 630px;
                    >.icon-news {
                        display: block;
                        width: 74px;
                        height: 32px;
                    }
                    >.title {
                        color: #666666;
                        font-size: 26px;
                        font-weight: 400;
                        width: 505px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                    >.icon-arrow-right-img {
                        display: block;
                        width: 26px;
                        height: 26px;
                    }
                }
            }
        }
        .links-box {
            margin: 0 auto 0 auto;
            width: 690px;
            height: auto;
            .link-item {
                background: linear-gradient(180deg, #FCFDFD 0%, #F9FAFB 100%);
                margin-top: 20px;
                width: 334px;
                height: 120px;
                border: 2px solid #F4F6F9;
                border-radius: 12px;
                float: left;
                &:nth-child(2n) {
                    float: right;
                }
                >.box {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    margin: 20px auto;
                    width: 274px;
                    height: auto;
                    .icon {
                        width: 80px;
                        height: 80px;
                        .icon-links-img {
                            display: block;
                            width: 80px;
                            height: 80px;
                        }
                        & + .title {
                            margin-left: 24px;
                        }
                    }
                    .title {
                        color: #333333;
                        font-size: 26px;
                        font-weight: 400;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                }
            }
        }
        .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;
                    }
                    .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;
                }
            }
        }
    }
}