找回密码
 注册账号

QQ登录

只需一步,快速开始

《泰拉瑞亚下载-1.4.2.3版》 泰拉瑞亚服务器 - MOD模组下载

入驻泰拉战网 新手指引 - 升级 - 师徒

泰拉瑞亚合成表 泰拉卡牌 - 泰拉江湖 - 泰拉刺客

联系泰拉开发组👈进入 积分市场 - 房产交易 - 水晶获取

查看: 3247|回复: 1

纯CSS选项卡

[复制链接]

152

主题

5

回帖

27

广播

论坛版主

积分
106
泰拉
0
水晶
0
铜钥匙
0
银钥匙
0
金钥匙
0

【江湖新秀】【我是小土豪】【宝剑回鞘】【新官上任三把火】

发表于 2018-1-11 14:36:35 | 显示全部楼层 |阅读模式


HTML:

<div class="tpt-bar">
    <input type="radio" name="bar" id="tab-1" checked="">
    <label for="tab-1">网站设置</label>
    <div class="tpt-bar-con">
        网站设置
    </div>
    <input type="radio" name="bar" id="tab-2">
    <label for="tab-2">用户管理</label>
    <div class="tpt-bar-con">
        用户管理
    </div>
    <input type="radio" name="bar" id="tab-3">
    <label for="tab-3">订单管理</label>
    <div class="tpt-bar-con">
        订单管理
    </div>
</div>


CSS:
.tpt-bar {
        display:flex;
        border:1px solid #e2e2e2;
        border-radius:2px;
        background:#f2f2f2;
        box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
        flex-wrap:wrap;
}
.tpt-bar label {
        display:block;
        padding:0 20px;
        height:38px;
        line-height:38px;
        cursor:pointer;
        order:1;
}
.tpt-bar .tpt-bar-con {
        z-index:0;
        display:none;
        margin-top:-1px;
        padding:10px;
        width:100%;
        min-height:120px;
        border-top:1px solid #e2e2e2;
        background:#fff;
        order:99;
}
.tpt-bar input[type=radio] {
        position:absolute;
        opacity:0;
}
.tpt-bar input[type=radio]:checked+label {
        z-index:1;
        margin-right:-1px;
        margin-left:-1px;
        border-right:1px solid #e2e2e2;
        border-left:1px solid #e2e2e2;
        background:#fff;
}
.tpt-bar input[type=radio]:checked+label+.tpt-bar-con {
        display:block;
}







[发帖际遇]: 褪色 在论坛发帖时没有注意,被小偷偷去了 7 泰拉. 幸运榜 / 衰神榜
您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|友链申请|Archiver|手机版|小黑屋|游芯沙盒 ( 陕ICP备11006283号-1 )

GMT+8, 2024-5-2 08:57 , Processed in 0.111587 second(s), 42 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表