SearchBox.less
1.09 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
.wev-searchbox.wev-search{
padding: 6px 5px;
}
.wev-searchbox.wev-search .wev-search-inner{
height: 30px;
margin-left:5px;
margin-right: 5px;
}
.wev-searchbox.wev-search .wev-placeholder span{
height: 30px;
line-height: 30px;
}
.wev-searchbox-btn-wrap{
display: flex;
align-items: center;
overflow: hidden;
}
.wev-searchbox-btn-wrap .btn:not(:last-child){
margin-right: 5px;
}
.wev-searchbox-btn-wrap img.btn,
.wev-searchbox-btn-wrap div.btn{
background-color:transparent;
cursor: pointer;
padding:0px;
box-sizing:border-box;
height: 30px;
line-height: 30px;
text-align: center;
}
.wev-searchbox-btn-wrap div.btn{
font-size: 10px;
color: #333;
height: 34px;
line-height: 34px;
min-width: 36px;
}
.wev-searchbox-btn-wrap div.btn > div{
display: flex;
flex-direction:column;
align-items: center;
}
.wev-searchbox-btn-wrap div.btn-inner > img{
height: 18px;
width: 18px;
}
.wev-searchbox-btn-wrap div.btn-inner > div{
line-height: 12px;
height: 12px;
padding-top: 4px;
}
.wev-placeholder .wev-placeholder-left {
position: absolute;
transform: none;
left: 0px;
color: #333;
}