grade-new.page.scss 6.87 KB
.grade-new-c {
    background-color: #f0f0f0;
    padding-bottom: 30px;

    .tab {
        height: 80px;
        line-height: 80px;
        padding: 18px 0;
        background-color: #fff;

        span {
            line-height: 44px;
            display: inline-block;
            width: 375px;
            text-align: center;
            float: left;
            font-size: 28px;
            color: #b0b0b0;

            &:first-child {
                border-right: solid 1px #e5e5e5;
            }
        }

        span.active {
            color: #444;
        }
    }

    .big-top {
        display: block;
        font-size: 28px;
        color: #444;
        line-height: 88px;
        margin-top: 20px;
        background-color: #fff;
        padding: 0 30px;

        .s-title {
            float: right;
            padding-right: 10px;
        }

        .iconfont {
            float: right;
        }
    }

    .user-info {
        padding: 30px 30px 115px;
        background-color: #fff;
        border-top: solid 1px #e5e5e5;

        .base {
            .pic {
                width: 125px;
                height: 125px;
                float: left;
                background-size: 100% 100%;
                background-position: center;
                border-radius: 50%;
                border: 1px solid #eee;
                position: relative;
                background-image: url("img/home/index/user-avatar.png");

                .level-pic {
                    width: 82px;
                    height: 36px;
                    background-size: 100% 100%;
                    position: absolute;
                    bottom: -18px;
                    left: 50%;
                    margin-left: -41px;
                }

                .vip-3 {
                    background-image: url("img/home/grade-new/vip-3.png");
                }

                .vip-2 {
                    background-image: url("img/home/grade-new/vip-2.png");
                }

                .vip-1 {
                    background-image: url("img/home/grade-new/vip-1.png");
                }
            }

            .intro {
                padding: 15px 0 15px 20px;
                float: left;
                width: 560px;
            }

            .name {
                color: #444;
                font-size: 32px;
                line-height: 60px;
            }

            .level {
                font-size: 24px;
                line-height: 40px;
            }

            .val {
                font-size: 32px;
            }

            .now {
                float: left;
            }

            .next {
                float: right;
            }
        }

        .level-process {
            .line-c {
                width: 600px;
                height: 4px;
                background-color: #f0f0f0;
                margin: 50px auto 0;
                position: relative;
            }

            .line {
                width: 0;
                height: 100%;
                max-width: 100%;
                background-color: #444;
            }

            .point {
                width: 619px;
                position: absolute;
                left: -10px;
                top: -9px;
            }

            .point-item {
                width: 22px;
                height: 22px;
                background-image: url("img/home/point.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                float: left;
                position: relative;
                margin-right: 177px;
            }

            .point-item:last-child {
                margin-right: 0;
            }

            .level-text {
                width: 120px;
                position: absolute;
                top: 29px;
                left: 50%;
                margin-left: -60px;
                font-size: 24px;
                text-align: center;
                line-height: 40px;
            }
        }
    }

    .content {
        background-color: #fff;
        padding: 30px;
        border-top: solid 1px #e5e5e5;

        p {
            line-height: 40px;
            margin-top: 5px;
        }
    }

    .table-c {
        width: 100%;
        background-color: #fff;
        padding-bottom: 30px;

        table {
            width: 100%;
        }

        th {
            border: solid 1px #e5e5e5;
            font-size: 24px;
            text-align: center;
            font-weight: bold;
            padding: 15px;
            line-height: 40px;
        }

        td {
            border: solid 1px #e5e5e5;
            font-size: 24px;
            text-align: center;
            padding: 15px;
            line-height: 40px;
        }

        p {
            font-size: 24px;
            padding: 0 30px;
            margin-top: 20px;
        }
    }

    .vip-privilege-page {
        background-color: #fff;
        padding: 0 30px;
        margin-top: 20px;
    }

    .privilege-list {
        background: #fff;

        .icon {
            float: left;
            display: block;
            width: 70px;
            height: 70px;
        }

        a {
            width: 690px;
            clear: both;
            float: left;
            padding: 25px 0;
            border-bottom: solid 1px #e5e5e5;
            position: relative;

            &:last-child {
                border-bottom: 0;
            }

            .iconfont {
                float: right;
                line-height: 70px;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                right: -10px;
            }
        }

        p {
            font-size: 28px;
            margin-left: 30px;
            min-height: 70px;
            width: 560px;
            float: left;
        }

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

    .ul-detail {
        margin-top: 20px;

        .li-item {
            height: 120px;
            background-color: #fff;
            border-bottom: solid 1px #e5e5e5;
            padding: 20px 30px;
            line-height: 80px;
        }

        .text {
            width: 600px;
            float: left;

            p:first-child {
                line-height: 40px;
                font-size: 28px;
                color: #444;
            }

            p:last-child {
                line-height: 40px;
                font-size: 25px;
                color: #b0b0b0;
            }
        }

        .num {
            width: 90px;
            float: left;
            text-align: right;
            line-height: 80px;
            font-size: 24px;
        }

        .title {
            float: left;
            width: 500px;
            font-size: 28px;
            color: #444;
        }

        .date {
            width: 190px;
            font-size: 28px;
            color: #444;
            float: right;
        }
    }
}