_index.css 2.06 KB
.me-page {
    padding-bottom: 30px;
    background: #f5f5f5;

    /* 个人中心布局下重置默认的底部样式 */
    + .blk-footer .center-content {
        border-top: none;
    }

    /* 左侧导航 */
    .me-navigation {
        width: 150px;
        margin-right: 10px;

        .title {
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #fff;
        }

        .nav-row {
            height: 40px;
            line-height: 40px;
            color: #cecece;
            background: #fff;

            a {
                display: block;
                height: 100%;
                width: 100%;
                padding-left: 20px;
                border-left: 2px solid #fff;
            }

            &.focus {
                background: #eee;
                color: #000;

                a {
                    border-color: #000;
                }
            }
        }

        .banner-img {
            width: 150px;
            height: 120px;
            margin-top: 10px;
        }
    }

    .me-main {
        width: 990px;
        padding: 35px 30px;
        background-color: #fff;

        /* 统一定义每子页面标题的样式 */
        .subtitle {
            font-size: 28px;
            padding: 0 0 35px;
        }
    }

    .service-top {
        position: fixed;
        left: 50%;
        bottom: 20px;
        border: 1px solid #eee;
        background: #fff;
        cursor: pointer;
        z-index: 2;
        margin-left: 625px;

        &.for-min {
            right: 20px;
            left: initial;
            margin-left: auto;
        }

        .service,
        .return-top {
            display: block;
            width: 50px;
            height: 50px;
            padding-top: 13px;
            text-align: center;

            &:hover {
                padding-top: 8px;
            }
        }

        .return-top {
            border-top: 1px solid #eee;
        }

        .hover-text {
            font-size: 12px;
        }
    }
}

@import "address";
@import "order/index";