-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpublic2.css
More file actions
executable file
·100 lines (100 loc) · 1.79 KB
/
public2.css
File metadata and controls
executable file
·100 lines (100 loc) · 1.79 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
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
display: inline-block;
color: rgb(150,150,150);
font-size: 12px;
}
li{
list-style-type: none;
}
footer{
width: 100%;
/*height: 340px;*/
background-color: rgb(250,250,250);
}
.f-top{
width: 1220px;
height: 200px;
border-bottom: 1px solid rgb(230,230,230);
margin: 0 auto;
}
.f-top>div{
text-align: center;
float: left;
}
#nav .title{
font-size: 13px;
color: rgb(100,100,100);
padding: 20px 0;
}
#nav a{
margin:0 40px;
}
.right{
width: 300px;
float: right;
margin-top: 30px;
position: relative;
height: 120px;
}
.right>li:nth-child(1){
font-size: 18px;
font-weight: 900;
line-height: 1;
cursor: default;
color: #5079d9;
text-align: right;
padding:0 0 20px 0;
}
.right>li:nth-child(2){
font-size: 12px;
line-height: 1;
color: #999;
text-align: right
}
.right>li:nth-child(3){
font-size: 12px;
line-height: 1;
color: #999;
text-align: right
}
.right>li:nth-child(4)>a{
width: 132px;
height: 30px;
line-height: 30px;
background: linear-gradient(#fcfcfc,#f5f5f5);
font-size: 12px;
font-weight: 700;
margin-top: 15px;
text-align: center;
color: #5079d9;
border: 1px solid #d0d0d0;
border-radius: 5px;
box-sizing: border-box;
position: absolute;
right: 0;
bottom: 0;
}
.f-bottom{
width: 1220px;
margin: 0 auto;
font-size: 12px;
color: #999;
}
.f-bottom li{
display: inline-block;
margin: 30px 10px;
}
.f-bottom li:nth-child(1){
font-size: 12px;
color: #999;
}
.f-bottom>a{
margin: 0 10px;
position: relative;
top: -20px;
}