topsearch.css
731 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 {
border: 1px solid #0096eb;
border-right: none;
float: left;
}
.div-search img {
margin-left: 10px;
/* margin-top:10px; */
margin-right: 4px;
}
.div-search input[type="text"] {
border: none;
width: 475px;
height: 36px;
padding: 4px;
}
.search{
float: left;
margin-top: 5px;
}
.search input[type="text"] {
width: 200px;
height: 30px;
padding-left: 8px;
border: 1px solid #0096eb;
border-radius: 2px;
}
.search .btn-group>.btn:first-child{
border:1px solid #0096eb;
border-radius:2px;
/* width: 230px; */
width: 200px; /*hyh 2017/11/9 */
height: 30px;
}
.search .dropdown-menu open{
width: 200px;
}
.search input[type="text"]{
border:1px solid #0096eb;
width: 200px;
}