File tree Expand file tree Collapse file tree 1 file changed +187
-4
lines changed Expand file tree Collapse file tree 1 file changed +187
-4
lines changed Original file line number Diff line number Diff line change 1
- body {
2
- background : # F6F6F6 ;
3
- color : black;
4
-
1
+ h1 , h2 , h3 , p , ul , li {
2
+ border : 0 ;
3
+ outline : 0 ;
4
+ font-weight : inherit;
5
+ font-style : inherit;
6
+ font-size : 100% ;
7
+ font-family : inherit;
8
+ vertical-align : baseline;
9
+ margin : 0 ;
10
+ padding : 0 ;
11
+ }
12
+
13
+ ul {
14
+ list-style : none;
15
+ }
16
+
17
+ a img {
18
+ border : none;
19
+ }
20
+
21
+
22
+ body {
23
+ font-family : Arial, Helvetica, sans-serif;
24
+ font-size : 12px ;
25
+ background-color : # FFF ;
26
+ color : # 575757 ;
27
+ height : 100% ;
28
+ line-height : 1.7 ;
29
+ border-top : 30px solid # 3C7AC9 ;
30
+ margin : 0 0 1px ;
31
+ }
32
+
33
+ p {
34
+ margin-top : 3px ;
35
+ }
36
+
37
+ a , p a {
38
+ text-decoration : underline;
39
+ color : # FFF ;
40
+ }
41
+
42
+ h1 , h2 , h3 {
43
+ font-family : Arial, Helvetica, sans-serif;
44
+ font-weight : 400 ;
45
+ position : relative;
46
+ }
47
+
48
+ h1 {
49
+ font-size : 30px ;
50
+ line-height : 0.9 ;
51
+ color : # 666 ;
52
+ text-align : left;
53
+ margin-bottom : 13px ;
54
+ padding-bottom : 15px ;
55
+ }
56
+
57
+ h3 {
58
+ font-size : 18px ;
59
+ line-height : 0.9 ;
60
+ color : # 575757 ;
61
+ text-align : left;
62
+ margin-bottom : 6px ;
63
+ padding-bottom : 5px ;
64
+ }
65
+
66
+ # container {
67
+ position : relative;
68
+ width : 980px ;
69
+ background-color : transparent;
70
+ min-height : 100% ;
71
+ margin : 0 auto;
72
+ }
73
+
74
+ .group1 {
75
+ margin-bottom : 10px ;
76
+ }
77
+
78
+ .group2 {
79
+ margin-bottom : 10px ;
80
+ margin-left : 30px ;
81
+ }
82
+
83
+ .group3 {
84
+ margin-left : 15px ;
85
+ }
86
+
87
+ .group3 , .group2 , .group1 {
88
+ float : left;
89
+ width : 274px ;
90
+ margin-bottom : 16px ;
91
+ position : relative;
92
+ background : transparent;
93
+ padding : 15px ;
94
+ }
95
+
96
+ header {
97
+ position : relative;
98
+ float : left;
99
+ width : 100% ;
100
+ height : 100px ;
101
+ }
102
+
103
+ # intro {
104
+ width : 980px ;
105
+ position : relative;
106
+ float : left;
107
+ height : 40px ;
108
+ background : transparent;
109
+ margin-top : 10px ;
110
+ }
111
+
112
+ a .photo_hover3 {
113
+ position : relative;
114
+ float : left;
115
+ background-color : # FFF ;
116
+ border : 1px solid # D6D6D6 ;
117
+ margin : 16px 13px 8px 0 ;
118
+ padding : 8px ;
119
+ }
120
+
121
+ footer {
122
+ position : relative;
123
+ height : 40px ;
124
+ clear : both;
125
+ width : 100% ;
126
+ background-color : # 3C7AC9 ;
127
+ }
128
+
129
+ # FooterOne , # FooterTwo , # FooterTree {
130
+ position : absolute;
131
+ }
132
+
133
+ # FooterTwo {
134
+ position : absolute;
135
+ right : 225px ;
136
+ top : 8px ;
137
+ color : # FFF ;
138
+ }
139
+
140
+ # FooterTree {
141
+ position : absolute;
142
+ left : 225px ;
143
+ top : 8px ;
144
+ color : # FFF ;
145
+ }
146
+
147
+ nav {
148
+ position : absolute;
149
+ width : 434px ;
150
+ top : 38px ;
151
+ left : 480px ;
152
+ background : transparent;
153
+ border-top : 1px solid # A3A3A3 ;
154
+ border-bottom : 1px solid # A3A3A3 ;
155
+ }
156
+
157
+ nav ul li {
158
+ float : left;
159
+ margin-left : 16px ;
160
+ line-height : normal;
161
+ }
162
+
163
+ nav ul li a {
164
+ font-size : 20px ;
165
+ font-family : Arial, Helvetica, sans-serif;
166
+ color : # 666 ;
167
+ font-weight : 400 ;
168
+ display : block;
169
+ padding-bottom : 10px ;
170
+ padding-top : 5px ;
171
+ background-color : transparent;
172
+ margin-top : 5px ;
173
+ margin-right : 6px ;
174
+ text-decoration : none;
175
+ }
176
+
177
+ nav ul li a .current {
178
+ color : # 3C9 ;
179
+ }
180
+
181
+ # logo {
182
+ position : relative;
183
+ float : left;
184
+ left : 0 ;
185
+ width : 167px ;
186
+ height : 43px ;
187
+ top : 40px ;
5
188
}
You can’t perform that action at this time.
0 commit comments