_default.scss 3.09 KB
.default-me-page {
    margin-bottom: 20px;

    .message-tip {
        box-sizing: border-box;
        width: 800px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-bottom: 10px;
        background: #faf6d9;
        border: 1px solid #f5e8c5;
        @include border-radius(2px);
        font-weight: bold;
        font-size: 12px;

        .message-title {
        }

        a {
            color: #468fa2;
            font-weight: normal;
        }

        b {
            color: #e8044f;
            margin-right: 5px;
        }

        .close {
            float: right;
            cursor: pointer;
            font-weight: normal;
        }
    }

    .more {
        display: block;
        float: right;
        height: 22px;
        line-height: 22px;
        margin-top: 8px;
        padding: 0 6px;
        font-size: 12px;
        color: #fff;
        background: #646464;
        text-align: center;
        @include border-radius(2px);

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

    .brands ul {
        padding: 10px 0 10px 10px;

        li {
            float: left;
            width: 122px;
            height: 103px;
            border: 1px solid #f6f6f6;
            margin-right: 7px;
            overflow: hidden;
        }

        img {
            width: 80px;
            height: 50px;
            display: block;
            vertical-align: middle;
            margin: 15px auto;
        }

        .brand-name {
            display: block;
            width: 114px;
            height: 18px;
            line-height: 18px;
            color: #333;
            background: #f4f4f4;
            font-size: 12px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 auto;
        }
    }

    .new-arrival .pager {
        float: right;

        .pre, .next {
            display: inline-block;
            height: 22px;
            line-height: 22px;
            margin-top: 8px;
            padding: 0 6px;
            font-size: 12px;
            color: #fff;
            background: #646464;
            text-align: center;
            @include border-radius(2px);

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

    .new-arrival li {
        float: left;
        width: 101px;
        height: 160px;
        padding: 29px;
        border-right: 1px solid #e3e3e3;
        text-align: center;
        font-size: 12px;
        overflow: hidden;

        .thumb {
            width: 100px;
            height: 100px;
        }

        .name {
            margin: 10px 0;
            text-decoration: underline;
            color: #666;
        }

        .price {
            color: #000;
        }
    }

    .banner {
        display: block;
        width: 800px;
    }

    .help-us {
        height: 20px;
        line-height: 20px;
        background: image-url('me/suggest-icon.png') no-repeat 2px 3px;
        padding-left: 20px;
        font-size: 12px;

        a {
            color: #468fa2;
        }
    }
}