關(guān)于雪碧圖位置:
1.最簡單的方法是翻到前面一節(jié)看代碼寫的位置具體是啥;
2.另外也可以瀏覽器打開圖片URL,右鍵保存到本地用PS打開,自己量。
伸手黨多的令人發(fā)指……
1.最簡單的方法是翻到前面一節(jié)看代碼寫的位置具體是啥;
2.另外也可以瀏覽器打開圖片URL,右鍵保存到本地用PS打開,自己量。
伸手黨多的令人發(fā)指……
2017-05-14
卡片模式代碼:https://codepen.io/taosang1992/pen/ZKoZzP
列表模式代碼:https://codepen.io/taosang1992/pen/EmLMqq
列表模式代碼:https://codepen.io/taosang1992/pen/EmLMqq
2017-05-14
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";
}
}
2017-05-11
文字至右
.small {
height: 50px;
width: 50px;
display: block;
float: left;
margin: 5px;
}
.small {
height: 50px;
width: 50px;
display: block;
float: left;
margin: 5px;
}
2017-05-11