_no-result.css 1.69 KB
.product-page .no-result {
    padding: 28px 0 75px;
    text-align: center;
    margin-bottom: 20px;

    .no-result-icon {
        text-align: center;
        margin-bottom: 50px;

        .icon-noresult {
            color: #b0b0b0;
            font-size: 140px;
            -webkit-text-stroke-width: 0;

            &:before {
                content: "\e6f9";
            }
        }
    }

    .no-title {
        font-size: 18px;
        color: #3a3a3a;
    }

    .keyword {
        color: #e01;
    }

    .search-again {
        width: 490px;
        margin: 40px auto 20px;

        form {
            display: inline-block;
            *zoom: 1;

            &:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0;
            }
        }

        input {
            float: left;
            width: 220px;
            height: 36px;
            padding-left: 10px;
            line-height: 36px;
            border: 1px solid #3a3a3a;
            color: #333;
            outline: none;
            box-sizing: border-box;
        }

        input::-webkit-input-placeholder {
            color: #b0b0b0;
        }

        .search-again-btn {
            float: left;
            width: 80px;
            height: 36px;
            line-height: 36px;
            box-sizing: border-box;
            background: #3a3a3a;
            color: #fff;
            cursor: pointer;
            outline: none;
            border: none;
        }

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

    .no-tip {
        font-size: 14px;
        color: #b0b0b0;
    }
}