_search.css
2.72 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.search-help-page {
.search-content {
padding: 15px;
h2{
border-bottom: 2px #eee solid;
font-size: 14px;
color: #333;
height: 20px;
line-height: 20px;
padding-top: 10px;
}
ul {
margin: 10px 0px;
display: block;
min-height: 20px;
li {
width: 345px;
height: 20px;
line-height: 20px;
padding: 0px 0px 0px 20px;
margin: 0px 15px 5px 0px;
display: inline-block;
overflow: hidden;
background: resolve('/help/ask-icon.png') no-repeat 2px 4px;
font-family: Arial,helvetica,sans-serif;
}
}
.full-search {
line-height: 22px;
padding: 10px 8px;
background-color: #e3e3e3;
font-size: 14px;
font-weight: bold;
label {
padding: 12px;
}
.full-search-name {
width: 185px;
height: 22px;
padding: 0 10px;
border: 0;
background: resolve('/help/help-search.png') no-repeat 0 -22px;
}
.search-btn {
width: 31px;
height: 22px;
border: 0;
background: resolve('/help/help-search.png') no-repeat -134px 0px;
cursor: pointer;
text-indent: -999em;
}
.yoho-im-btn {
width: 120px;
height: 20px;
background: resolve('/help/yoho-im.png');
display: inline-block;
vertical-align: middle;
margin-left: 10px;
border: 0px;
cursor: pointer;
}
}
.all-ask-list {
line-height: 18px;
padding-top: 10px;
.ask-item {
padding: 10px;
}
.ask-item.even {
border: 1px #fbf0d5 solid;
background: #fefaf0;
}
.ask {
min-height: 10px;
padding-left: 20px;
margin-bottom: 10px;
background: resolve('/help/ask-icon.png') no-repeat 2px 2px;
}
.answer {
padding-left: 20px;
color: #f07100;
background: resolve('/help/answer-icon.png') no-repeat 2px 2px;
}
}
.search-pager {
height: 20px;
padding: 10px;
.pager-html {
display: inline;
}
}
}
}