本文实例为大家分享了js选项卡切换效果的具体实现代码,供大家参考,具体内容如下
朱朱制作 *{ margin: 0; padding: 0; } body{ background-color: #fff; font-family: "微软雅黑"; font-size: 18px; width: 1000px; margin: 50px auto; color:#000000; } .wrapper{ width: 350px; } #nav ul{ border-bottom: 2px solid yellowgreen; height: 32px; } #nav li{ display: inline-block; border: 2px solid #999; border-bottom: none; margin-left: 10px; width: 65px; text-align: center; line-height: 30px; } #nav li:hover{ cursor: pointer; } #content{ display: block; border: 1px solid blue; border-top: none; text-align: center; height: 100px; line-height: 100px; } #nav li.on{ border-bottom: solid 2px #ffffff; } .hide{ display: none; } .show{ display: block; } content1 content2 content3 content4
- num1
- num2
- num3
- num4
以上就是本文的全部内容,希望对大家的学习有所帮助。



