代码: html 页面小效果 (集合,待补充)

Posted 21270

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了代码: html 页面小效果 (集合,待补充)相关的知识,希望对你有一定的参考价值。

 

标签切换(下部内容区跟着切换):  2016-6-2

<script type="text/javascript" src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
    $(.res-head .btn).click(function(){
        $(this).addClass(active).siblings().removeClass(active);
        var idx = $(this).index();
        $(.res-body .res-con).eq(idx).addClass(active).siblings().removeClass(active);
    });
});
</script>
<style type="text/css">
.clearfix:after{display:block;content:‘‘;height:0;overflow:hidden;clear:both;}
.res-head{margin:0 auto;width:244px;}
.res-head .btn{display:block;float:left;width:120px;height:34px;line-height:34px;font-size:14px;text-align:center;color:#333;border:1px solid #ccc;cursor:pointer;}
.res-head .btn.active{background:#ff7200;color:#fff;border:1px solid #ff7200;}
.res-head .btn-base{border-right:none!important;}
.res-head .btn-fine{border-left:none!important;}
.res-body .res-con{display:none;}
.res-body .res-con.active{display:block;}
</style>
<div class="res-head clearfix">
    <a class="btn btn-base active">简装</a>
    <a class="btn btn-fine">精装</a>
</div>
<div class="res-body clearfix">
    <div class="res-con active">
        内容区域111111
    </div>
    <div class="res-con">
        内容区域22222
    </div>
</div>

 

 

 

 

待补充...

以上是关于代码: html 页面小效果 (集合,待补充)的主要内容,如果未能解决你的问题,请参考以下文章

python之数据类型补充集合深浅copy

python介绍和基础(待补充)

搭配bootstracp运用的通用样式(想起来就开个头,待补充……)

MVC5 DBContext.Database.SqlQuery获取对象集合到ViewModel集合中(可以利用这个方法给作为前台视图页cshtml页面的@model 源)??待验证

jQuery的zTree插件(待补充)

[WUSTCTF2020]Web Writeup(待补充)