_default.css 3.89 KB
.default-me-page {
    .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;
        border-radius: 2px;
        font-weight: bold;
        font-size: 12px;

        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: 21px;
        line-height: 22px;
        width: 63px;
        margin-top: 8px;
        padding-right: 8px;
        font-size: 12px;
        color: #fdfdfd;
        text-align: center;
        border-radius: 2px;
        background: resolve(home/btn-more.png) no-repeat;
    }

    .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,
    .recommend {
        overflow: hidden;

        .na-pager-wrap {
            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;
                border-radius: 2px;
                cursor: pointer;

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

            .no-visible {
                visibility: hidden;
            }
        }

        ul {
            width: 800px;
            height: 218px;
            overflow: hidden;
        }

        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;
                line-height: 14px;
            }

            .price {
                color: #000;
            }

            p {
                height: 28px;
                overflow: hidden;
            }
        }
    }

    .recommend {
        margin-bottom: 10px;

        ul {
            width: 990px;
        }

        li {
            width: 106px;
        }
    }

    .ho-btm {
        float: right;
        width: 800px;
    }

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

    .latest-orders .title {
        background-image: resolve(home/latest-orders.png);
    }

    .brands .title {
        background-image: resolve(home/brands.png);
    }

    .new-arrival .title {
        background-image: resolve(home/new-arrival.png);
    }

    .recommend .title {
        background-image: resolve(home/recommend.png);
    }
}