16857c58 by weimo934

style(*):修改图标路径

1 parent 67b5daa7
......@@ -177,7 +177,7 @@ div.banner .banner_title li {
div.banner ul li a {
font-size: 32px;
background: #ffffff url('../image/b_s_1.jpg') no-repeat left center;
background: #ffffff url('./../staticImages/b_s_1.jpg') no-repeat left center;
padding-left: 42px;
letter-spacing: 2px;
color: #000000;
......@@ -434,7 +434,7 @@ div.c_one h2 a {
div.c_one h2 span {
float: left;
background: #ffffff url("../image/n_t_s.jpg") no-repeat left center;
background: #ffffff url("./../staticImages/n_t_s.jpg") no-repeat left center;
padding-left: 45px;
font-size: 18px;
color: #000000;
......