topsearch.css
997 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
44
45
46
47
48
49
50
51
52
.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: 250px; */
width: 210px;/*hyh �� 2017/11/30 */
height: 30px;
}
.search .dropdown-menu open{
/* width: 200px; */
width: 210px;/*hyh �� 2017/11/30 */
}
.search input[type="text"]{
border:1px solid #0096eb;
width: 200px;
width: 210px;/*hyh �� 2017/11/30 */
}
.layui-table-cell{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}