_material-new.css 841 Bytes
@import "../product/index";

.product-material-new {
    font-family: "微软雅黑", sans-serif;
    font-size: 14px;

    .logo {
        width: 171px;
        height: 40px;
        display: inline-block;
        background-image: resolve(header/logo.png);
        background-position: 0 0;
        vertical-align: middle;
        margin-right: 10px;
    }

    h1 {
        font-size: 22px;
        margin: 0 0 50px;
        text-align: left;
        width: 100%;
        padding: 20px;
        color: #a5a5a5;
        box-sizing: border-box;
        border-bottom: 1px solid #e2e2e2;
        background: #f7f7f7;
    }

    .no-result {
        .search-again {
            display: none;
        }

        .no-tip {
            margin-top: 20px;
        }
    }

    .filter-box .brand .attr-content {
        max-width: 730px;
    }
}