Tab选项卡

Tab在底部的tabs选项卡jQuery插件

阿里云


这是一款基于 bootstrap 的选项卡。该选项卡的 tab 被设计在底部,通过简单的 CSS 代码来对其进行美化,效果非常不错。

使用方法

在页面中引入下面的文件。

也想出现在这里?联系我们
创客主机
  1. <link rel="stylesheet" href="bootstrap.min.css" />
  2. <script src="jquery.min.js"></script>
  3. <script src="bootstrap.min.js"></script>

HTML 结构

  1. &t;div class="container"gt;
  2.     &t;div class="row"gt;
  3.         &t;div class="col-md-6"gt;
  4.             &t;div class="tab" role="tabpanel"gt;
  5.                 &t;!-- Tab panes --gt;
  6.                 &t;div class="tab-content"gt;
  7.                     &t;div role="tabpanel" class="tab-pane fade in active" id="Section1"gt;
  8.                         &t;pgt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. ... &t;/pgt;
  9.                         &t;h3gt;Web Development&t;/h3gt;
  10.                     &t;/divgt;
  11.  
  12.                     &t;div role="tabpanel" class="tab-pane fade" id="Section2"gt;
  13.                         &t;pgt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. ... &t;/pgt;
  14.                         &t;h3gt;Brand Building&t;/h3gt;
  15.                     &t;/divgt;
  16.  
  17.                     &t;div role="tabpanel" class="tab-pane fade" id="Section3"gt;
  18.                         &t;pgt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.... &t;/pgt;
  19.                         &t;h3gt;Responsive Design&t;/h3gt;
  20.                     &t;/divgt;
  21.  
  22.                     &t;div role="tabpanel" class="tab-pane fade" id="Section4"gt;
  23.                         &t;pgt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. ... &t;/pgt;
  24.                         &t;h3gt;Clean & Clear Design&t;/h3gt;
  25.                     &t;/divgt;
  26.                 &t;/divgt;
  27.                 &t;!-- Nav tabs --gt;
  28.                 &t;ul class="nav nav-tabs" role="tablist"gt;
  29.                     &t;li role="presentation" class="active"gt;&t;a href="#Section1" aria-controls="home" role="tab" data-toggle="tab"gt;Section 1&t;/agt;&t;/ligt;
  30.                     &t;li role="presentation"gt;&t;a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab"gt;Section 2&t;/agt;&t;/ligt;
  31.                     &t;li role="presentation"gt;&t;a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab"gt;Section 3&t;/agt;&t;/ligt;
  32.                     &t;li role="presentation"gt;&t;a href="#Section4" aria-controls="settings" role="tab" data-toggle="tab"gt;Section 4&t;/agt;&t;/ligt;
  33.                 &t;/ulgt;
  34.             &t;/divgt;
  35.         &t;/divgt;
  36.     &t;/divgt;
  37. &t;/divgt;

CSS 样式

  1. a:hover,a:focus{
  2.     outline: none;
  3.     text-decoration: none;
  4. }
  5. .tab .nav-tabs{
  6.     box-shadow: -1px 0 2px #6676ff;
  7.     border-bottom: 0 none;
  8. }
  9. .tab .nav-tabs li{
  10.     width: 25%;
  11. }
  12. .tab .nav-tabs li a{
  13.     display: block;
  14.     font-size: 14px;
  15.     color: #fff;
  16.     text-align: center;
  17.     border: none;
  18.     padding: 18px;
  19.     background: #272e38;
  20.     border-radius: 0;
  21.     margin: 0;
  22.     position: relative;
  23.     transition: all 0.3s ease 0s;
  24. }
  25. .tab .nav-tabs li a:hover{
  26.     background: #6676ff;
  27. }
  28. .tab .nav-tabs li.active a,
  29. .tab .nav-tabs li.active a:focus,
  30. .tab .nav-tabs li.active a:hover{
  31.     border: none;
  32.     background: #6676ff;
  33.     color: #fff;
  34.     transition: all 0.20s ease 0s;
  35. }
  36. .tab .nav-tabs li.active a:after{
  37.     content: "";
  38.     position: absolute;
  39.     top: -30px;
  40.     left: 38%;
  41.     border: 15px solid transparent;
  42.     border-bottom-color: #6676ff;
  43. }
  44. .tab .tab-content{
  45.     font-size: 14px;
  46.     color: #fff;
  47.     background: #333;
  48.     line-height: 25px;
  49.     padding: 20px;
  50. }
  51. .tab .tab-content h3{
  52.     font-size: 20px;
  53.     color: #6676ff;
  54. }
  55. @media only screen and (max-width: 480px){
  56.     .tab .nav-tabs li{
  57.         width: 100%;
  58.         margin-bottom: 2px;
  59.     }
  60.     .tab .nav-tabs li.active a:after{
  61.         border: none;
  62.     }
  63. }

Tab 在底部的 tabs 选项卡 jQuery 插件

已有 731 人购买
  • y9so
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!