_search.scss 1.43 KB
.search-page {
    .search-input {
        position: relative;
        padding: 7px 46px 7px 15px;
        background: #f8f8f8;

        .search-icon {
            position: absolute;
            font-size: 12px;
            top: 16px;
            left: 24px;
        }

        input {
            height: 30px;
            width: 100%;
            border-radius: 15px;
            text-indent: 26px;
            background: #fff;
            border: none;
        }

        .clear-input {
            position: absolute;
            top: 12px;
            right: 50px;
        }

        .search {
            position: absolute;
            top: 12px;
            right: 0;
            border: none;
            background: transparent;
            font-size: 16px;
        }
    }

    .search-items {
        padding: 20px 10px;

        h3 {
            font-size: 12px;
            margin-bottom: 10px;
        }

        li {
            float: left;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            height: 34px;
            line-height: 34px;
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 0 10px;
            background: #f8f8f8;
            color: #000;
        }

        .clear-history {
            height: 32px;
            line-height: 32px;
            border: 1px solid #e6e6e6;
            background: #fff;
            font-size: 14px;
        }
    }
}