style:样式
Showing
1 changed file
with
9 additions
and
9 deletions
... | @@ -93,7 +93,7 @@ div.banner ul li a { | ... | @@ -93,7 +93,7 @@ div.banner ul li a { |
93 | padding: 20px; | 93 | padding: 20px; |
94 | height: 60px; | 94 | height: 60px; |
95 | box-sizing: border-box; | 95 | box-sizing: border-box; |
96 | border-bottom: 2px solid #E6E6E6; | 96 | border-bottom: 1px solid #DEDEDE; |
97 | width: 100%; | 97 | width: 100%; |
98 | } | 98 | } |
99 | .laws_regulations .title h2 a p{ | 99 | .laws_regulations .title h2 a p{ |
... | @@ -145,7 +145,7 @@ div.banner ul li a { | ... | @@ -145,7 +145,7 @@ div.banner ul li a { |
145 | color: #0091FF; | 145 | color: #0091FF; |
146 | } | 146 | } |
147 | .laws_regulations .laws_list li:not(:last-child) { | 147 | .laws_regulations .laws_list li:not(:last-child) { |
148 | border-bottom: 2px dashed #DEDEDE; | 148 | border-bottom: 1px dashed #DEDEDE; |
149 | } | 149 | } |
150 | /* ---------------end----------------------- */ | 150 | /* ---------------end----------------------- */ |
151 | 151 | ||
... | @@ -189,7 +189,7 @@ div.banner ul li a { | ... | @@ -189,7 +189,7 @@ div.banner ul li a { |
189 | width: 40%; | 189 | width: 40%; |
190 | height: 50px; | 190 | height: 50px; |
191 | line-height: 50px; | 191 | line-height: 50px; |
192 | border-bottom: 2px dashed #DEDEDE; | 192 | border-bottom: 1px dashed #DEDEDE; |
193 | } | 193 | } |
194 | .common_question .list_content dd a .icon { | 194 | .common_question .list_content dd a .icon { |
195 | width: 20px; | 195 | width: 20px; |
... | @@ -223,7 +223,7 @@ div.banner ul li a { | ... | @@ -223,7 +223,7 @@ div.banner ul li a { |
223 | box-sizing: border-box; | 223 | box-sizing: border-box; |
224 | height: 60px; | 224 | height: 60px; |
225 | box-sizing: border-box; | 225 | box-sizing: border-box; |
226 | border-bottom: 2px solid #E6E6E6; | 226 | border-bottom: 1px solid #E6E6E6; |
227 | width: 100%; | 227 | width: 100%; |
228 | } | 228 | } |
229 | .common_question .title h2 a p{ | 229 | .common_question .title h2 a p{ |
... | @@ -270,8 +270,8 @@ div.banner ul li a { | ... | @@ -270,8 +270,8 @@ div.banner ul li a { |
270 | text-align: center; | 270 | text-align: center; |
271 | } | 271 | } |
272 | .common_question .list_content_right dd { | 272 | .common_question .list_content_right dd { |
273 | border-right: 2px dashed #DEDEDE; | 273 | border-right: 1px dashed #DEDEDE; |
274 | border-bottom: 2px dashed #DEDEDE; | 274 | border-bottom: 1px dashed #DEDEDE; |
275 | } | 275 | } |
276 | .common_question .list_content_right dd:nth-of-type(n+3) { | 276 | .common_question .list_content_right dd:nth-of-type(n+3) { |
277 | border-bottom: none; | 277 | border-bottom: none; |
... | @@ -311,7 +311,7 @@ div.banner ul li a { | ... | @@ -311,7 +311,7 @@ div.banner ul li a { |
311 | div.c_one div:first-child .news, div.c_one div:first-child .notice { | 311 | div.c_one div:first-child .news, div.c_one div:first-child .notice { |
312 | margin-top: 40px; | 312 | margin-top: 40px; |
313 | height: 340px; | 313 | height: 340px; |
314 | border: #f3f3f3 2px solid; | 314 | border: #DEDEDE 1px solid; |
315 | padding: 0 15px 0 15px; | 315 | padding: 0 15px 0 15px; |
316 | } | 316 | } |
317 | 317 | ||
... | @@ -336,7 +336,7 @@ div.c_one h2 { | ... | @@ -336,7 +336,7 @@ div.c_one h2 { |
336 | float: left; | 336 | float: left; |
337 | width: 100%; | 337 | width: 100%; |
338 | padding: 20px 0 0 0; | 338 | padding: 20px 0 0 0; |
339 | border-bottom: 2px solid #efefef; | 339 | border-bottom: 1px solid #DEDEDE; |
340 | } | 340 | } |
341 | 341 | ||
342 | div.c_one h2 a { | 342 | div.c_one h2 a { |
... | @@ -376,7 +376,7 @@ div.c_one ul li { | ... | @@ -376,7 +376,7 @@ div.c_one ul li { |
376 | line-height: 276%; | 376 | line-height: 276%; |
377 | } | 377 | } |
378 | div.c_one ul li:not(:last-child) { | 378 | div.c_one ul li:not(:last-child) { |
379 | border-bottom: 2px dashed #DEDEDE; | 379 | border-bottom: 1px dashed #DEDEDE; |
380 | } | 380 | } |
381 | 381 | ||
382 | div.c_one ul li a { | 382 | div.c_one ul li a { | ... | ... |
-
Please register or sign in to post a comment