_no-result.scss 940 Bytes
.product-page .no-result {
    border: 1px solid #eaeceb;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 20px;

    .no-title {
        font-size: 16px;
    }

    .keyword {
        color: #ee0011;
    }
    
    .search-again {
        width: 490px;
        margin: 15px auto;

        input {
            float: left;
            width: 380px;
            height: 18px;
            padding: 15px 5px;
            border: 10px solid #343434;
            color: #333;
            outline: none;
        }

        span {
            float: left;
            display: block;
            width: 80px;
            height: 24px;
            line-height: 24px;
            padding: 22px 0;
            background: #343434;
            vertical-align: middle;
            color: #fff;
        }
        .iconfont {
            font-size: 26px;
        }
    }

    .no-tip {
        font-size: 12px;
        color: #999;
    }
}