-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublicHF.css
More file actions
82 lines (78 loc) · 1.21 KB
/
Copy pathpublicHF.css
File metadata and controls
82 lines (78 loc) · 1.21 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
*{
margin: 0px;
padding: 0px;
font-family: "Microsoft YaHei";
}
a{
text-decoration: none;
}
#banner{
float: right;
list-style: none;
margin-right: 80px;
margin-top: 20px;
}
#brand,#banner li{
float: left;
}
.bannerOut{
padding: 15px 15px;
margin: 10px;
color: #696969;
font-size: 16px;
}
.bannerOn{
color: #2f71fe;
border-bottom: solid 2px #2f71fe;
}
header{
padding: 20px;
width: 100%;
height: 65px;
background-color: white;
position: fixed;
top:0px;
z-index: 2;
border-bottom: solid 1px #e1e1e1;
}
footer{
padding: 5px 0px 20px;
}
#footTB{
padding:5px 25px 25px 25px;
margin: 25px auto;
border-bottom: solid 1px #eaeaea;
}
#footTB th{
color: #333333;
padding-bottom: 12px;
padding-right: 135px;
}
#footTB th,td{
text-align: left;
font-weight: 700;
font-size: 14px;
}
.tdOut{
color: #777777;
font-weight: 500;
}
.tdCode{
margin: 0px auto;
padding-left: 10px;
color: #333333;
}
#copyright{
text-align: center;
}
.copyR{
padding-right: 370px;
padding-bottom: 20px;
}
#copyright span,#copyright a{
color: #cdcdcd;
font-size: 14px;
}
.mouseOn{
color: #2f71fe;
}