久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

js實(shí)現(xiàn)九宮格布局效果

瀏覽:127日期:2024-05-07 08:32:46

本文實(shí)例為大家分享了js實(shí)現(xiàn)九宮格布局效果的具體代碼,供大家參考,具體內(nèi)容如下

效果

js實(shí)現(xiàn)九宮格布局效果

js實(shí)現(xiàn)九宮格布局效果

js實(shí)現(xiàn)九宮格布局效果

代碼如下:

<!DOCTYPE html><html> <head> <meta charset='UTF-8'> <title></title> <style type='text/css'> *{ margin: 0; padding: 0; } #container{ width: 1200px; margin:0 auto; } #top{ padding: 20px; } #bottom{ position: relative; } .box{ //每一個(gè)小塊 width: 220px; height: 360px; margin: 0 15px 15px 0; background-color:#e8e8e8; } .box img{ width: 220px; height: 300px; } .box p{ color: orangered; } </style> </head> <body> <div id='container'> <div id='top'> <button id='btn1'>3列</button> <button id='btn2'>4列</button> <button id='btn3'>5列</button> </div> <div id='bottom'> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> <div class='box'> <img src='http://www.baoyu77737.com/img/bg2.jpg' /> <h4>以為遇見你</h4> <p>世界才會(huì)變得美麗</p> </div> </div> </div> </body> <script type='text/javascript'> window.onload=function () { //判斷是否有id function $(id) { return typeof id ===’string’?document.getElementById(id):null; } //改變每個(gè)位置的函數(shù) jiuge function jiuge(lieshu,pn) { var boxW=220,boxH=360,boxXY=15; for(var i=0;i<pn.children.length;i++){ var row =Math.floor(i/lieshu);//行 var col=Math.floor(i%lieshu);//列 console.log('當(dāng)前盒子所在的坐標(biāo):('+row+','+col+')'); var sd=pn.children[i]; sd.style.position=’absolute’; sd.style.left=col*(boxW+boxXY)+’px’; sd.style.top=row*(boxH+boxXY)+’px’; } } //調(diào)用 $(’btn1’).addEventListener(’click’,function () { jiuge(3,$(’bottom’)); }); $(’btn2’).addEventListener(’click’,function () { jiuge(4,$(’bottom’)); }); $(’btn3’).addEventListener(’click’,function () { jiuge(5,$(’bottom’)); }); } </script></html>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 马山县| 东山县| 金华市| 建昌县| 钟山县| 汶川县| 洞口县| 桦甸市| 永济市| 且末县| 邵阳县| 景东| 肥城市| 丰台区| 壤塘县| 横山县| 英德市| 奇台县| 高淳县| 丰顺县| 乐亭县| 偃师市| 普兰县| 安福县| 武穴市| 元阳县| 砚山县| 乡宁县| 曲周县| 白沙| 疏勒县| 比如县| 吴堡县| 高密市| 周宁县| 万年县| 石家庄市| 工布江达县| 宾川县| 蒲江县| 泌阳县|