var imgs=document.getElementsByTagName("img");
listBtn.onclick=function(){
listBtn.className="btn-list-on";
carBtn.className="btn-car-off";
for(var i=0;i<imgs.length;i++){
imgs[i].src="http://img1.sycdn.imooc.com//53ab7d16000159a801640236.jpg";
imgs[i].parentNode.className="a-img small";
}
}
listBtn.onclick=function(){
listBtn.className="btn-list-on";
carBtn.className="btn-car-off";
for(var i=0;i<imgs.length;i++){
imgs[i].src="http://img1.sycdn.imooc.com//53ab7d16000159a801640236.jpg";
imgs[i].parentNode.className="a-img small";
}
}
15----
background:#fff url(http://img1.sycdn.imooc.com//53ab7e86000153cc00710057.jpg) no-repeat -38px 0;
20----
width:164px;
height:300px;
border:1px solid #e8e8e8;
float:left;
21----
overflow:hidden;
28----
display:block;
height:180px;
width:150px;
margin:5px;
.
.
.
<a href="#" class="a-img small">
background:#fff url(http://img1.sycdn.imooc.com//53ab7e86000153cc00710057.jpg) no-repeat -38px 0;
20----
width:164px;
height:300px;
border:1px solid #e8e8e8;
float:left;
21----
overflow:hidden;
28----
display:block;
height:180px;
width:150px;
margin:5px;
.
.
.
<a href="#" class="a-img small">