style:样式的调整
Showing
4 changed files
with
5 additions
and
196 deletions
... | @@ -20,7 +20,6 @@ | ... | @@ -20,7 +20,6 @@ |
20 | width: 100%; | 20 | width: 100%; |
21 | height: 25px; | 21 | height: 25px; |
22 | padding: 10px 0; | 22 | padding: 10px 0; |
23 | line-height: 25px; | ||
24 | background: #FAFAFA; | 23 | background: #FAFAFA; |
25 | border: 1px solid #E6E6E6; | 24 | border: 1px solid #E6E6E6; |
26 | box-sizing: border-box; | 25 | box-sizing: border-box; | ... | ... |
... | @@ -11,124 +11,17 @@ | ... | @@ -11,124 +11,17 @@ |
11 | color: #006CFF; | 11 | color: #006CFF; |
12 | font-weight: 600; | 12 | font-weight: 600; |
13 | } | 13 | } |
14 | /* -------------------------end------------------------------- */ | ||
15 | /* -------------------------头部start----------------------------------- */ | ||
16 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | ||
17 | border: 0; | ||
18 | margin: 0; | ||
19 | outline: 0 none; | ||
20 | padding: 0; | ||
21 | vertical-align: baseline; | ||
22 | font-size: 100%; | ||
23 | background: transparent; | ||
24 | font-family: Arial; | ||
25 | } | ||
26 | |||
27 | div a { | ||
28 | color: #000000; | ||
29 | text-decoration: none; | ||
30 | } | ||
31 | |||
32 | div.subject h2 a:hover { | ||
33 | color: #f46143; | ||
34 | } | ||
35 | |||
36 | div.subject { | ||
37 | margin: 0 auto; | ||
38 | float: none; | ||
39 | clear: both; | ||
40 | position: relative; | ||
41 | min-width: 1200px; | ||
42 | } | ||
43 | div.top-logo { | ||
44 | width: 1200px; | ||
45 | height: 70px!important; | ||
46 | padding-top: 20px; | ||
47 | } | ||
48 | |||
49 | div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */ | ||
50 | font-size: 13px; | ||
51 | } | ||
52 | |||
53 | div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */ | ||
54 | font-size: 13px; | ||
55 | } | ||
56 | |||
57 | div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */ | ||
58 | font-size: 13px; | ||
59 | } | ||
60 | .top_logo_content { | ||
61 | height: 40px; | ||
62 | width: 100%; | ||
63 | margin: 0 auto; | ||
64 | } | ||
65 | div.top-logo .top_logo_search { | ||
66 | float: left; | ||
67 | width: 350px; | ||
68 | position: relative; | ||
69 | margin-left: 400px; | ||
70 | } | ||
71 | div.top-logo .top_logo_search input { | ||
72 | border-radius: 50px; | ||
73 | } | ||
74 | div.top-logo .login { | ||
75 | float: right; | ||
76 | margin-top: 8px; | ||
77 | } | ||
78 | div.top-logo .top_logo_search i { | ||
79 | position: absolute; | ||
80 | right: 10px; | ||
81 | top: 11px; | ||
82 | cursor: pointer; | ||
83 | } | ||
84 | .top-logo h1 { | ||
85 | display: inline-block; | ||
86 | float: left; | ||
87 | } | ||
88 | .top-logo ul li { | ||
89 | display: inline-block; | ||
90 | padding: 0 8px; | ||
91 | } | ||
92 | |||
93 | .top-logo ul li:first-child { | ||
94 | border-right: 1px solid grey; | ||
95 | } | ||
96 | |||
97 | div.navigation { | ||
98 | text-align: center; | ||
99 | } | ||
100 | .navigation .layui-nav-item { | ||
101 | width: 130px; | ||
102 | position: relative; | ||
103 | margin: 0 22px; | ||
104 | } | ||
105 | .layui-bg-blue { | ||
106 | background-color: #006CFF!important; | ||
107 | } | ||
108 | |||
109 | .layui-nav-item:not(:first-child)::before { | ||
110 | content: ''; | ||
111 | position: absolute; | ||
112 | height: 22px; | ||
113 | border-left: 1px solid #ccc; | ||
114 | top: 21px; | ||
115 | left: -22px; | ||
116 | } | ||
117 | .layui-nav-item a{ | ||
118 | font-size: 16px; | ||
119 | } | ||
120 | /* ------------------------------end--------------------------------------- */ | 14 | /* ------------------------------end--------------------------------------- */ |
121 | 15 | ||
122 | .navigation_crumbs { | 16 | .navigation_crumbs { |
123 | width: 100%; | 17 | width: 100%; |
124 | height: 25px; | 18 | height: 45px; |
125 | padding: 10px 0; | 19 | padding: 10px 0; |
126 | line-height: 25px; | ||
127 | background: #FAFAFA; | 20 | background: #FAFAFA; |
128 | border: 1px solid #E6E6E6; | 21 | border: 1px solid #E6E6E6; |
129 | } | 22 | } |
130 | .navigation_crumbs .layui-breadcrumb a:hover { | 23 | .navigation_crumbs .layui-breadcrumb a:hover { |
131 | color: #f46143!important; | 24 | color: #0091FF!important; |
132 | } | 25 | } |
133 | /* --------------------导航tab------------------------- */ | 26 | /* --------------------导航tab------------------------- */ |
134 | .one_content { | 27 | .one_content { |
... | @@ -187,93 +80,9 @@ div.navigation { | ... | @@ -187,93 +80,9 @@ div.navigation { |
187 | width: 100%; | 80 | width: 100%; |
188 | } | 81 | } |
189 | .online_list li a:hover span{ | 82 | .online_list li a:hover span{ |
190 | color: #f46143; | 83 | color: #0091FF; |
191 | } | 84 | } |
192 | .online_list li a button { | 85 | .online_list li a button { |
193 | float: right; | 86 | float: right; |
194 | margin-top: 15px; | 87 | margin-top: 15px; |
195 | } | ||
196 | /* -----------------底部start----------------------------- */ | ||
197 | div.footer { | ||
198 | background-color: #233042; | ||
199 | } | ||
200 | div.footer .system_service { | ||
201 | width: 100%; | ||
202 | border-bottom: 1px solid #4A4A4A; | ||
203 | } | ||
204 | div.footer .system_service ul { | ||
205 | padding: 40px 0; | ||
206 | width: 1400px; | ||
207 | margin: 0 auto; | ||
208 | font-size: 0; | ||
209 | } | ||
210 | div.footer .system_service ul li { | ||
211 | width: 20%; | ||
212 | display: inline-block; | ||
213 | text-align: center; | ||
214 | height: 18px; | ||
215 | box-sizing: border-box; | ||
216 | } | ||
217 | div.footer .system_service ul li:not(:last-child) { | ||
218 | border-right: 1px solid #6D7278; | ||
219 | } | ||
220 | div.footer .system_service ul li a{ | ||
221 | font-size: 16px; | ||
222 | font-weight: 400; | ||
223 | color: #DEDEDE; | ||
224 | } | ||
225 | div.footer .system_service ul li a:hover { | ||
226 | color: #f46143; | ||
227 | } | ||
228 | .footer .subject { | ||
229 | width: 1200px; | ||
230 | margin: 0 auto; | ||
231 | padding: 40px 0; | ||
232 | overflow: hidden; | ||
233 | } | ||
234 | .footer .subject .footer_logo { | ||
235 | float: left; | ||
236 | } | ||
237 | .footer .subject .footer_logo a{ | ||
238 | display: block; | ||
239 | width: 64px; | ||
240 | height: 74px; | ||
241 | padding: 10px; | ||
242 | } | ||
243 | .footer .subject .footer_logo a img { | ||
244 | width: 100%; | ||
245 | height: 100%; | ||
246 | } | ||
247 | .footer .subject ul, ol { | ||
248 | float: left; | ||
249 | color: #CBCBCB; | ||
250 | text-align: left; | ||
251 | } | ||
252 | .footer .subject ul { | ||
253 | width: 73%; | ||
254 | box-sizing: border-box; | ||
255 | padding-left: 40px; | ||
256 | margin-top: 10px; | ||
257 | } | ||
258 | .footer .subject ul li { | ||
259 | width: 30%; | ||
260 | display: inline-block; | ||
261 | text-align: left; | ||
262 | margin-bottom: 30px; | ||
263 | } | ||
264 | .footer .subject ol li { | ||
265 | display: inline-block; | ||
266 | text-align: center; | ||
267 | } | ||
268 | .footer .subject ol li:last-child { | ||
269 | margin-left: 60px; | ||
270 | } | ||
271 | .footer .subject ol li img { | ||
272 | width: 80px; | ||
273 | height: 80px; | ||
274 | } | ||
275 | .footer .subject ol li p { | ||
276 | font-size: 12px; | ||
277 | color: #CBCBCB; | ||
278 | margin-top: 5px; | ||
279 | } | 88 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
14 | <meta name="description" content="" /> | 14 | <meta name="description" content="" /> |
15 | <meta name="keywords" content="" /> | 15 | <meta name="keywords" content="" /> |
16 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | 16 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> |
17 | <link type="text/css" rel="stylesheet" href="../../staticCss/common.css" /> | ||
17 | <link rel="stylesheet" type="text/css" href="css/index.css"> | 18 | <link rel="stylesheet" type="text/css" href="css/index.css"> |
18 | </head> | 19 | </head> |
19 | <body> | 20 | <body> | ... | ... |
-
Please register or sign in to post a comment