_my-vip.css 6.02 KB
.vip-me-page {
    .member-progress {
        .title {
            background-image: resolve(home/vip-img/member-progress.png);
        }
    }

    .member-info {
        .title {
            background-image: resolve(home/vip-img/member-info.png);
        }
    }

    .member-legal {
        .title {
            background-image: resolve(home/vip-img/member-legal.png);
        }
    }

    .ident {
        color: #d0021b;
        font-size: 14px;
        margin: 0 2px;
    }

    .cursor-p {
        cursor: pointer;
    }

    .vip-level {
        clear: both;
        overflow: hidden;

        table {
            width: 100%;
            text-align: center;
            border: 0;
            font-size: 14px;

            thead th {
                color: #000;
                font-weight: 600;
            }

            th,
            td {
                border: 1px solid #dedede;
                text-align: center;
                height: 50px;
            }
        }
    }

    .vip-level .user {
        font-size: 14px;
        padding: 10px;

        .vip-img1,
        .vip-img2,
        .vip-img3 {
            background: resolve(home/vip-img/vip-1.png) no-repeat;
            background-size: 100%;
            width: 42px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
        }

        .vip-img2 {
            background: resolve(home/vip-img/vip-2.png) no-repeat;
        }

        .vip-img3 {
            background: resolve(home/vip-img/vip-3.png) no-repeat;
        }

        span.info {
            margin-left: 15px;
        }

        .adolesce-val {
            font-size: 16px;
            color: #000;
            font-weight: 600;
        }

        .progress-f {
            text-align: center;
        }

        .progress {
            width: 690px;
            height: 60px;
            border-top: 2px solid #999;
            margin-top: 20px;
            display: inline-block;

            &:before {
                content: "";
                width: 0;
                height: 2px;
                position: relative;
                background-color: #000;
                margin-top: -2px;
                display: block;
            }

            li {
                float: left;
                width: 33.33%;
                text-align: left;

                &:before {
                    content: "";
                    width: 14px;
                    height: 14px;
                    position: relative;
                    display: inline-block;
                    top: -8px;
                    background: resolve(home/vip-img/vip-member.png) no-repeat;
                    background-size: 100%;
                    left: -4px;
                }

                &.last {
                    width: 0;
                }

                .p-footer {
                    position: absolute;
                    margin-left: -20px;
                    text-align: center;
                    font-size: 14px;
                    color: #000;
                    font-weight: bold;
                }

                .p-footer p {
                    margin-top: 3px;
                }
            }
        }
    }

    .vip-level .user-info {
        padding: 10px;
        border-top: 1px solid #e0e0e0;

        p {
            font-size: 14px;
            line-height: 25px;
        }
    }

    .member-info.block,
    .member-legal.block {
        border: none;
    }

    .member-info table {
        th,
        td {
            width: 33.33%;
            text-align: center;
            line-height: 18px;
        }

        tfoot td {
            padding: 15px 10px;
        }

        tfoot p {
            text-align: left;
            line-height: 25px;
        }
    }

    .member-legal table {
        th,
        td {
            width: 20%;
            text-align: center;
        }

        i.iconfont {
            font-size: 18px;
        }
    }

    .vip-details {
        .title {
            background-image: resolve(home/vip-img/member-details.png);
        }

        .msg-tabs-wrap {
            margin-bottom: 10px;
        }

        .tabs-list {
            height: 31px;
            font-size: 14px;
            padding-left: 4px;
            margin-top: 8px;
            border-bottom: 1px solid #e6e6e6;

            li {
                display: block;
                float: left;
                min-width: 80px;
                height: 30px;
                line-height: 30px;
                padding: 0 10px;
                text-align: center;
                background-color: #eaeaea;
                border: 1px solid #e6e6e6;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                margin-left: 6px;
                color: #333;
                cursor: pointer;

                &.active {
                    background-color: #fff;
                    border-bottom-color: #fff;
                    padding-bottom: 1px;
                }

                > a {
                    display: block;
                }
            }
        }

        .message-container {
            margin: 20px 10px;
        }

        .message-container .t-table {
            display: table;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #dedede;
            border-right: 1px solid #dedede;
            font-size: 14px;

            .t-header {
                background-color: #efefef;
            }

            .t-header,
            .t-list {
                display: table-row;

                div {
                    width: 33.33%;
                    display: table-cell;
                    vertical-align: middle;
                    border-top: 1px solid #dedede;
                    border-left: 1px solid #dedede;
                    padding: 10px 5px;
                    line-height: 18px;
                }
            }

            &.type-2 .t-header,
            &.type-2 .t-list {
                div {
                    width: 50%;
                }
            }
        }
    }
}