_index.scss 1.9 KB
.me-page {
    width: 990px;
    margin-left: auto;
    margin-right: auto;

    .home-path {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        color: #ccc;
        background: image-url('me/home-icon.png') no-repeat 0 12px;
        font-size: 12px;

        a, span {
            color: #666;
        }

        span {
            font-weight: bold;
        }
    }

    .block {
        border: 1px solid #dedede;
        @include border-radius(2px);
    }

    .me-main .block {
        margin-bottom: 10px;
    }

    .title {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        padding: 0 8px;
        background: #e3e3e3;

        .en {
            font-size: 12px;
            font-weight: normal;
        }
    }

    .user-thumb {
        text-align: center;
        padding: 20px 0;
        background: #f8f8f8;

        img {
            width: 100px;
            height: 100px;
        }
    }

    .home-navigation {
        float: left;
        width: 180px;
        margin-right: 8px;
    }

    .nav-group .row {
        height: 38px;
        line-height: 38px;
        border-top: 1px solid #e2e2e2;
        padding-left: 35px;
        color: #666;
        background: #f8f8f8;
        font-size: 12px;

        a {
            display: block;
            color: #666;
        }

        &:hover {
            background: #fff;
            color: #000;
        }

        &.active {
            background: #636363;

            a {
                color: #fff;
            }
        }

        &.first {
            border-top: none;
        }
    }

    .nav-group .nav-title {
        font-size: 14px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        color: #333;
        background: #e6e6e6;
    }

    .me-main {
        float: left;
        width: 800px;
    }
}

@import "default", "order-block";