html 手风琴滑块 - 采用全新造型设计

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 手风琴滑块 - 采用全新造型设计相关的知识,希望对你有一定的参考价值。

$(document).ready(function(){
  $('.accordian .expand').click(function(){
    // Collapse all uncollapsed menus
    $('.accordian .expanded_content').slideUp();
    // Open up menu below the h3 clicked - only if it's collapsed
    if( !$(this).next().is(':visible') ) {
      $(this).next().slideDown();
    }
  })
});
.accordian {
  margin-bottom: 0 !important;

  .expand {
    cursor: pointer;
    background-color: #333;
    border-bottom: 1px solid #eee;
    color: #eee;
    padding: 5px 10px;
  }
  
  .expanded_content {
    display: none;
    padding: 10px;
    border: 1px solid #eee;
  }
  
  .active.expanded_content {
    display: block;
  }

}
          <div class="accordian">
            <div class="expand">Item 1 <small class="right">+</small></div>
            <div class="active expanded_content">
              {{ product.description }}
            </div>
          </div>
          <div class="accordian">
            <div class="expand">Item 2 <small class="right">+</small></div>
            <div class="expanded_content">
              {{ product.description }}
            </div>
          </div>
          <div class="accordian">
            <div class="expand">Item 3 <small class="right">+</small></div>
            <div class="expanded_content">
              {{ product.description }}
            </div>
          </div>
          <div class="accordian">
            <div class="expand">Item 4 <small class="right">+</small></div>
            <div class="expanded_content">
              {{ product.description }}
            </div>
          </div>

以上是关于html 手风琴滑块 - 采用全新造型设计的主要内容,如果未能解决你的问题,请参考以下文章

html 用于新BB重新设计的滑块(稍后清理)

Laravel 模板显示路线中的两个刀片模板

全新 iPad 即将发布!取消Home键,将采用人脸识别

手风琴效果

js 手风琴菜单折叠要用到列表浮动吗

scss 顶级手风琴造型