您好,登錄后才能下訂單哦!
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>slide</title> <link rel="stylesheet" href="slide.css"> </head> <body> <div id="pn"> <p>商品篩選</p> <p>網絡:移動4G,聯通3G,電信3G</p> <div id="hpn" > <p>價格:5000</p> <p> 特點.... </p> </div> </div> <p class="slide"><a href="javascript:showDiv()" id="strHref" class="btn-slide">更多選項+</a></p> <script src="slide.js"></script> </body> </html>
function showDiv(){ document.getElementById("hpn").style.display = "block"; document.getElementById("strHref").innerHTML = "收起-"; document.getElementById("strHref").href = "javascript:hideDiv()"; } function hideDiv(){ document.getElementById("hpn").style.display = "none"; document.getElementById("strHref").innerHTML = "更多選項+"; document.getElementById("strHref").href = "javascript:showDiv()"; }
body{ margin: 0 auto; padding: 0; } #pn{ background: #e8e8e8; width: 600px; display: block; margin: 0 auto; padding: 5px; font-size: 9pt; height: auto; } .slide{ margin: 0 auto; padding: 0px; width: 600px; border-top:solid 4px gray; } .btn-slide{ background: gray; width: 120px; height: 30px; text-align: center; margin: 0 auto; display: block; color: #fff; text-decoration: none; padding: 10px 0 0 0; }
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。