_vip-grade.css 5.87 KB
.ios {
    .vip-grade-page,
    .vip-privilege-page {
        .blk-header {
            padding-top: 55px;
            font-family: "PingFangSC";
            font-weight: 600;
        }

        .basic-info {
            margin-top: 25px;
        }

        .blk-header-left {
            position: relative;
            top: 2px;
        }

        .privilege-list {
            margin-top: 35px;
        }
    }
}

.vip-grade-page,
.vip-privilege-page {
    .blk-header {
        box-sizing: content-box;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 210;
        padding: 20px 34px;
        height: 60px;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        line-height: 65px;
        font-size: 44px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;

        .icon,
        .blk-header-title {
            vertical-align: middle;
        }

        .blk-header-right {
            margin-right: -32px;
        }

        .icon {
            min-width: 110px;
            min-height: 100px;
            line-height: 110px;
            margin-top: -20px;
            margin-left: -32px;
            text-indent: 32px;
            display: inline-block;
        }

        .go-back-btn {
            &:hover {
                background: #ccc;
                opacity: 0.5;
            }
        }
    }

    .blk-header-left {
        float: left;
        font-size: 42px;
    }

    .blk-header-main {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }
}

.vip-grade-page {
    background: #f0f0f0;
    padding-bottom: 30px;

    .block {
        padding: 0 30px;
        margin-bottom: 30px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
    }

    .basic-info {
        padding-top: 130px;
        padding-bottom: 25px;

        p {
            width: 100%;
            height: auto;
            overflow: hidden;
            display: block;
        }

        span {
            overflow: hidden;
        }

        .user-name {
            float: left;
            max-width: 240px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 40px;
            margin-right: 0.5rem;
        }

        .vip-icon {
            margin-top: 6px;
            float: left;
            width: 110px;
            height: 40px;
            line-height: 40px;
        }

        .vip-3 {
            background: resolve("me/vip-3.png");
        }

        .vip-2 {
            background: resolve("me/vip-2.png");
        }

        .vip-1 {
            background: resolve("me/vip-1.png");
        }

        .vip-3,
        .vip-2,
        .vip-1 {
            background-size: 100%;
        }

        .grade-desc {
            margin-top: 20px;
            font-size: 26px;
            color: #b0b0b0;

            .sub-desc {
                margin-top: 10px;
            }
        }

        .sum-cost {
            margin-top: 10px;
            font-size: 26px;

            > span {
                font-style: italic;
                font-size: 34px;
                color: #000;
                font-weight: bold;
            }
        }

        .progresser {
            position: relative;
            width: 100%;
            padding: 15px 0;
            margin-bottom: 30px;
        }

        .outer {
            height: 20px;
            background: #e6e6e6;
            border-radius: 10px;
        }

        .inner {
            position: absolute;
            top: 15px;
            height: 20px;
            background: #000;
            border-radius: 10px;
        }

        .beacon {
            position: absolute;
            margin-top: 15px;
            font-style: italic;
            margin-bottom: 30px;
        }

        .beacon-max {
            right: 0;
        }

        .cost-limit {
            position: absolute;
            top: -30px;
            right: 0;
            color: #b0b0b0;
        }

        .cost-gap {
            color: #000;
            margin: 0 8px;
        }

        .sub-desc {
            display: block;
        }
    }

    .cost {
        padding: 0 0 0 30px;
    }

    .cost li {
        height: 90px;
        line-height: 90px;
        font-size: 34px;
        padding-right: 0;

        &:first-child {
            border-bottom: 1px solid #e0e0e0;
        }

        > span {
            float: right;
            padding: 0 30px 0 0;
            font-size: 28px;
        }
    }

    .privilege {
        padding-right: 0;
        padding-bottom: 40px;

        .title {
            height: 90px;
            line-height: 90px;
            font-size: 30px;
            border-bottom: 1px solid #e0e0e0;
        }
    }

    .all-privilege {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 30px;
        margin-bottom: 0;

        span {
            float: right;
            color: #e0e0e0;
            line-height: 90px;
        }
    }
}

.vip-privilege-page {
    padding-top: 100px;
    background: #f0f0f0;
}

.privilege-list {
    background: #fff;
    padding: 0 20px;

    .icon {
        float: left;
        display: block;
        width: 70px;
        height: 70px;
        font-size: 60px;
        text-align: center;
        color: #000;
    }

    li {
        padding-top: 25px;
    }

    p {
        font-size: 28px;
        margin-left: 100px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e0e0e0;
    }

    li:last-child {
        p {
            border-bottom: none;
        }
    }

    span {
        display: block;
        color: #b0b0b0;
        font-size: 22px;
    }
}