JavaScript面向对象简单Tab切换-

这篇博客通过展示HTML和JavaScript代码,详细介绍了如何使用JavaScript创建简单的Tab切换效果,无需多余解释,直接以代码为主。
摘要由CSDN通过智能技术生成

**

废话不说,看代码

**

html代码:

<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Tab栏特效</title>
<style>
* {
    
    margin: 0;
    padding: 0
}

li {
    
    list-style: none
}

a {
    
    text-decoration: none
}

input {
    
    outline: none;
}

#Tab {
    
    position: relative;
    width: 900px;
    height: 500px;
    margin: 40px auto;
    border: 1px solid #000
}

#ul {
    
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #000000
}

#ul li {
    
    position: relative;
    float: left;
    width: 90px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    border-right: 1px solid #000000;
    cursor: pointer
}

#ul>li span:first-child {
    
    display: inline-block;
    width: 100%;
    color: #000
}

#ul>li span:nth-child(2) {
    
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    border: 1px solid #000000;
    background-color: pink;
    color: #000;
}

#ul>li span input {
    
    position: absolute;
    left: 2px;
    top: 8px;
    width: 82px;
    height: 30px;
    outline: none;
}

#ul .bottom-class {
    
    border-bottom: 1px solid #ffffff
}

#nei-div {
    
    width: 100%
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值