jQuery手风琴中面板之间的垫片 [英] Spacer between panels in jQuery Accordion

查看:64
本文介绍了jQuery手风琴中面板之间的垫片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对我的要求很小……

使用jQuery手风琴(1.10.2版)

Using jQuery Accordion (version 1.10.2)

是否可以在手风琴的各个部分之间放置一个垫片?

Is there a way to put a spacer between the sections of the accordion?

基本上,所有者想要的是手风琴的默认功能,但是他们希望垂直放置各部分之间的空间.

Basically what the owner wants is the default functionality of the accordion as it is, but they want some space between the sections vertically.

这可以实现吗?

谢谢

推荐答案

您可以在手风琴部分添加一个顶部空白,除了第一个这样的

You can add a top margin to the accordion sections except the first like this

  #accordion > h3 {
    margin-top: 50px;
  }

  #accordion > h3:first-child {
      margin-top: 0;
  }

使用jquery ui文档上的html结构的更新示例

这篇关于jQuery手风琴中面板之间的垫片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆