indexSearch.css
781 Bytes
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
.div-search{
float: right;
height: 40px;
color: white;
margin-top: 7px;
margin-right: 30px;
}
#txtSearch{
float: left;
margin-right: 4px;
margin-top: 1px;
padding: 0px 6px 0px 5px;
border: 0;
width: 240px;
/* width: 98.7%; */
height: 38px;
line-height: 38px;
min-width: 130px;
background: none;
font-size: 15px;
color: white;
opacity: 0.7;
border: 1px solid #5fa8de;
border-radius: 4px;
}
.div-search-searchbtn{
float: left;
cursor: pointer;
margin: 7px 0px 7px 0px;
position: relative;
/* right: -205px;
top: -35px; */
/* right: -185px;
top: -38px; */
right: 36px;
top: 2px;
}
#txtSearch::-webkit-input-placeholder{
color: #ffffff;
padding-left: 10px;
}