style(*):修改图标路径
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -177,7 +177,7 @@ div.banner .banner_title li { | ... | @@ -177,7 +177,7 @@ div.banner .banner_title li { |
| 177 | 177 | ||
| 178 | div.banner ul li a { | 178 | div.banner ul li a { |
| 179 | font-size: 32px; | 179 | font-size: 32px; |
| 180 | background: #ffffff url('../image/b_s_1.jpg') no-repeat left center; | 180 | background: #ffffff url('./../staticImages/b_s_1.jpg') no-repeat left center; |
| 181 | padding-left: 42px; | 181 | padding-left: 42px; |
| 182 | letter-spacing: 2px; | 182 | letter-spacing: 2px; |
| 183 | color: #000000; | 183 | color: #000000; |
| ... | @@ -434,7 +434,7 @@ div.c_one h2 a { | ... | @@ -434,7 +434,7 @@ div.c_one h2 a { |
| 434 | 434 | ||
| 435 | div.c_one h2 span { | 435 | div.c_one h2 span { |
| 436 | float: left; | 436 | float: left; |
| 437 | background: #ffffff url("../image/n_t_s.jpg") no-repeat left center; | 437 | background: #ffffff url("./../staticImages/n_t_s.jpg") no-repeat left center; |
| 438 | padding-left: 45px; | 438 | padding-left: 45px; |
| 439 | font-size: 18px; | 439 | font-size: 18px; |
| 440 | color: #000000; | 440 | color: #000000; | ... | ... |
-
Please register or sign in to post a comment