_search.scss
1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.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;
}
}
}