modify posts, add search style

This commit is contained in:
linlongchen
2019-11-25 11:44:29 +08:00
parent 01c4035003
commit 6fa11dec03
2 changed files with 33 additions and 2 deletions

View File

@@ -1,9 +1,20 @@
---
layout: default
---
<div class="search-container">
<input type="text" id="search-input" placeholder="search blog posts...">
<input type="text" id="search-input" placeholder="search blog posts..." style="width: 90%;
height: 35px;
color: #333;
background-color: rgba(227,231,236,.2);
line-height: 35px;
padding:0px 16px;
border: 1px solid #c0c0c0;
font-size: 16px;
font-weight: bold;
border-radius: 17px;
outline: none;
box-sizing: border-box;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);">
<ul id="results-container"></ul>
</div>