_home.css 6.96 KB
.my-page {
    color: #444;
    background: #f0f0f0;

    a {
        color: #444;
    }

    .my-header {
        position: relative;

        .students-entry {
            display: block;
            width: 120px;
            height: 40px;
            line-height: 40px;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            background: #d0021b;
            color: #fff;
            padding-left: 20px;
            position: absolute;
            top: 20px;
            right: 0;
            font-size: 24px;
        }
    }

    .user-info {
        display: block;
        position: relative;
        padding: 0 30px;
        color: #fff;
        font-size: 34px;
        line-height: 168px;
        height: 168px;
        background: resolve("me/index/header-bg.jpg");
        background-size: cover;

        .user-avatar {
            float: left;
            position: relative;
            top: 16px;
            width: 126px;
            height: 126px;
            border-radius: 50%;
            border: 6px solid #a7a8a9;
            background-image: resolve("me/index/user-avatar.png");
            background-size: 100%;
        }

        .username {
            float: left;
            padding: 0 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 260px;
        }

        .vip-icon {
            display: inline-block;
            width: 72px;
            height: 32px;
            vertical-align: middle;
        }

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

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

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

        .more-icon {
            position: absolute;
            top: 40px;
            right: 30px;
            width: 88px;
            height: 88px;
            line-height: 88px;
            text-align: center;

            &.highlight {
                background: rgba(200, 200, 200, 0.1) !important;
            }
        }
    }

    .login-btn {
        display: block;
        position: absolute;
        top: 40px;
        left: 194px;
        width: 244px;
        height: 82px;
        line-height: 82px;
        color: #fff;
        border: 4px solid #fff;
        text-align: center;
    }

    .my-link {
        padding: 6px 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        height: 76px;

        .link-item {
            position: relative;
            float: left;
            color: #fff;
            font-size: 28px;
            width: 212px;

            &.highlight {
                background: rgba(200, 200, 200, 0.1) !important;
            }

            p {
                font-size: 24px;
            }

            &:after {
                content: "";
                position: absolute;
                right: 0;
                top: 12px;
                width: 0;
                height: 44px;
                border-right: 4px solid #fff;
            }

            &:last-of-type:after {
                content: none;
            }
        }

        &.no-login {
            padding: 0;
            height: 88px;

            .link-item {
                p {
                    font-size: 32px;
                    line-height: 88px;
                }

                &:after {
                    top: 24px;
                }
            }
        }
    }

    .notice {
        margin-bottom: 30px;
        padding: 0 30px;
        background: #fff;
        height: 72px;
        overflow: hidden;

        .notice-item {
            display: block;
            width: 100%;
            font-size: 24px;
            line-height: 72px;
            color: #444;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .notice-icon {
            display: inline-block;
            margin-right: 10px;
            width: 28px;
            height: 28px;
            background: url("/me/index/volume.png");
            vertical-align: middle;
        }
    }

    .my-order {
        margin-bottom: 30px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;

        .order-title {
            display: block;
            padding: 0 30px;
            font-size: 16PX;
            line-height: 88px;

            span {
                color: #e0e0e0;
                float: right;
            }

            &.highlight {
                background: #eee;
            }

            .iconfont {
                font-size: 16PX;
            }
        }

        .order-type {
            padding: 20px 30px;
            text-align: center;
            border-top: 1px solid #e0e0e0;

            .type-item {
                position: relative;
                float: left;
                color: #444;
                font-size: 14PX;
                line-height: 1.5;
                width: 193px;

                &.highlight {
                    background: #eee;
                }

                .num {
                    position: absolute;
                    top: -24px;
                    right: 36px;
                    width: 72px;
                    height: 72px;
                    font-size: 40px;
                    line-height: 72px;
                    color: #fff;
                    background: #f03d35;
                    text-align: center;
                    border-radius: 50%;
                    transform: scale(0.5);
                }
            }

            .iconfont {
                font-size: 40px;
            }
        }
    }

    .my-order-top {
        margin-top: 30px;
    }

    .group-list {
        margin-bottom: 30px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;

        .list-item {
            display: block;
            position: relative;
            padding: 0 30px;
            font-size: 16PX;
            line-height: 88px;

            .opinion {
                width: 1.3rem;
                height: 1.3rem;
                overflow: hidden;
                display: inline-block;
                background: url("/me/index/talk.png");
                position: relative;
                top: 0.36rem;
                margin-right: 12px;
            }

            &.highlight {
                background: #eee;
            }

            &:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                width: 540px;
                height: 0;
                border-top: 1px solid #e0e0e0;
            }

            &:last-child:after {
                content: none;
            }
        }

        .icon {
            margin-right: 10px;
            font-size: 50px;
            vertical-align: top;
        }

        .num {
            color: #e0e0e0;
            float: right;
            font-size: 16PX;
        }
    }
}