2015-08-31 23:01:56 +08:00
|
|
|
#search {
|
2015-01-16 05:54:32 +08:00
|
|
|
position: relative;
|
|
|
|
font-size: 18px;
|
2015-01-16 06:05:06 +08:00
|
|
|
padding-top: 40px;
|
2015-08-31 23:01:56 +08:00
|
|
|
margin: -20px auto 0px;
|
|
|
|
|
2015-01-16 05:54:32 +08:00
|
|
|
label {
|
|
|
|
position: absolute;
|
|
|
|
left: 17px;
|
2015-01-16 06:05:06 +08:00
|
|
|
top: 50px;
|
2015-01-16 05:54:32 +08:00
|
|
|
}
|
2015-08-31 23:01:56 +08:00
|
|
|
|
|
|
|
#search-input, .hint {
|
2015-01-16 05:54:32 +08:00
|
|
|
padding-left: 43px;
|
|
|
|
padding-right: 43px;
|
|
|
|
border-radius: 23px;
|
|
|
|
}
|
2015-08-31 23:01:56 +08:00
|
|
|
|
2015-01-16 05:54:32 +08:00
|
|
|
.hint {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2015-08-31 23:01:56 +08:00
|
|
|
|
|
|
|
#search-clear {
|
2015-01-16 05:54:32 +08:00
|
|
|
text-decoration: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 18px;
|
2015-01-16 06:05:06 +08:00
|
|
|
top: 53px;
|
2015-01-16 05:54:32 +08:00
|
|
|
}
|
|
|
|
}
|
2015-08-31 23:01:56 +08:00
|
|
|
|
|
|
|
.algolia {
|
|
|
|
margin-top: -20px;
|
|
|
|
padding-top: 45px;
|
|
|
|
}
|