_index.css
2.92 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.help-page {
width: 990px;
font-size: 12px;
margin: 0 auto 20px;
.left-container {
float: left;
width: 180px;
margin-right: 8px;
}
.block {
border: 1px solid #dedede;
border-radius: 2px;
}
.title {
height: 40px;
line-height: 40px;
padding: 0 8px;
background-color: #e3e3e3;
background-position: 10px 12px;
background-repeat: no-repeat;
}
.help-navigation {
background: #f8f8f8;
margin-bottom: 10px;
.help-center {
background-image: resolve('/help/help-center.png');
}
dl {
width: 100%;
height: 40px;
background: #efefef;
border-top: 1px #e6e6e6 solid;
border-bottom: 1px #e6e6e6 solid;
dt {
width: 132px;
height: 22px;
margin: 10px 0 10px 7px;
overflow: hidden;
background: resolve('/help/help-search.png') no-repeat;
float: left;
input {
width: 110px;
border: 0px;
background: none;
margin: 3px 10px;
}
}
dd {
width: 31px;
float: left;
margin: 10px 0;
.search-btn {
width: 31px;
height: 22px;
border: 0;
background: resolve('/help/help-search.png') no-repeat -134px 0px;
cursor: pointer;
text-indent: -999em;
}
}
}
ul {
width: 154px;
padding: 8px 12px;
li {
line-height: 20px;
font-family: Arial,helvetica,sans-serif;
margin: 6px 0;
padding-left: 20px;
color: #333;
background: resolve('/help/help-nav-li.png') no-repeat;
}
.active {
background-position: 0px -20px;
a {
color: #fff;
}
}
}
}
.help-service {
background: #f8f8f8;
line-height: 15px;
.service-center {
background-image: resolve('/help/yoho-service.png');
background-position: 10px 9px;
}
.service-main {
padding: 12px;
strong {
color: #000;
font-size: 18px;
font-weight: bold;
font-family: Arial,helvetica,sans-serif;
}
p:first-child {
margin-bottom: 10px;
}
}
}
.help-main {
width: 800px;
float: left;
.help-content {
width: 100%;
padding: 15px;
}
}
}
@import "search";