grade-new.page.css 4.29 KB
.grade-new-c {
    background-color: #f0f0f0;

    .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: contain;
                background-position: center;
                border-radius: 50%;
                border: 1px solid #eee;
                position: relative;

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

            .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: 80%;
                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("/home/point.png");
                background-size: auto 100%;
                background-repeat: no-repeat;
                float: left;
                margin-right: 177px;
                position: relative;
            }

            .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;

        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;
        }
    }
}