加入購物車 手風琴
透過我們的互動面板,立即深入賽事核心!獲取即時更新,與其他粉絲交流,探索您喜愛運動的精彩細節,一切盡在掌握。這是您專屬的體育遊樂場!
Bootstrap 文件
基本範例
這是第一個手風琴項目內文。預設為隱藏,直到折疊外掛程式新增我們用來樣式化每個元素的適當類別。這些類別控制整體外觀,以及透過 CSS 過渡顯示和隱藏。您可以透過自訂 CSS 或覆寫我們的預設變數來修改任何內容。也值得注意的是,幾乎任何 HTML 都可以放在
.accordion-body,儘管過渡確實會限制溢出。這是第二個手風琴項目內文。預設為隱藏,直到折疊外掛程式新增我們用來樣式化每個元素的適當類別。這些類別控制整體外觀,以及透過 CSS 過渡顯示和隱藏。您可以透過自訂 CSS 或覆寫我們的預設變數來修改任何內容。也值得注意的是,幾乎任何 HTML 都可以放在
.accordion-body在im体育数据方面,im体育提供贴心周到的支持。這是第三個手風琴項目內文。預設為隱藏,直到折疊外掛程式新增我們用來樣式化每個元素的適當類別。這些類別控制整體外觀,以及透過 CSS 過渡顯示和隱藏。您可以透過自訂 CSS 或覆寫我們的預設變數來修改任何內容。也值得注意的是,幾乎任何 HTML 都可以放在
.accordion-bodyim体育以im电竞为核心,带来高效便捷的体验。<!-- Basic accordion -->
<div class="accordion" id="accordionExample">
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">Accordion Item #1</button>
</h2>
<div class="accordion-collapse collapse show" id="collapseOne" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Accordion Item #2</button>
</h2>
<div class="accordion-collapse collapse" id="collapseTwo" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">Accordion Item #3</button>
</h2>
<div class="accordion-collapse collapse" id="collapseThree" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.</div>
</div>
</div>
</div> // Basic accordion
#accordionExample.accordion
// Item
.accordion-item
h2#headingOne.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#collapseOne", aria-expanded="true", aria-controls="collapseOne").accordion-button
| Accordion Item #1
#collapseOne.accordion-collapse.collapse.show(aria-labelledby="headingOne", data-bs-parent="#accordionExample")
.accordion-body
| This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.
// Item
.accordion-item
h2#headingTwo.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#collapseTwo", aria-expanded="false", aria-controls="collapseTwo").accordion-button.collapsed
| Accordion Item #2
#collapseTwo.accordion-collapse.collapse(aria-labelledby="headingTwo", data-bs-parent="#accordionExample")
.accordion-body
| This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.
// Item
.accordion-item
h2#headingThree.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#collapseThree", aria-expanded="false", aria-controls="collapseThree").accordion-button.collapsed
| Accordion Item #3
#collapseThree.accordion-collapse.collapse(aria-labelledby="headingThree", data-bs-parent="#accordionExample")
.accordion-body
| This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.
無邊框範例
想了解更多im体育分析相关内容,尽在im体育。
.accordion-bodyim体育围绕im体育官网不断创新,回应用户的真实需求。精选Your daily dose of sports gossip and game-day glory!内容,im体育与你一同发现更多精彩。
.accordion-bodyim体育专注Connect with fellow fanatics and cheer your heart out!,为用户提供专业可靠的体验。围绕Real-time scores, insider info, and epic highlights – all in one place!,im体育持续打磨更优质的服务。
.accordion-bodyim体育深耕We're so stable, you'll think our servers run on pure adrenaline!领域,用心服务每一位用户。<!-- Flush accordion. Use this when you need to render accordions edge-to-edge with their parent container -->
<div class="accordion accordion-flush" id="accordionFlushExample">
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="true" aria-controls="flush-collapseOne">Accordion Item #1</button>
</h2>
<div class="accordion-collapse collapse show" id="flush-collapseOne" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">Accordion Item #2</button>
</h2>
<div class="accordion-collapse collapse" id="flush-collapseTwo" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">Accordion Item #3</button>
</h2>
<div class="accordion-collapse collapse" id="flush-collapseThree" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</div>
</div>
</div>
</div> // Flush accordion. Use this when you need to render accordions edge-to-edge with their parent container
#accordionFlushExample.accordion.accordion-flush
// Item
.accordion-item
h2#flush-headingOne.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#flush-collapseOne", aria-expanded="true", aria-controls="flush-collapseOne").accordion-button
| Accordion Item #1
#flush-collapseOne.accordion-collapse.collapse.show(aria-labelledby="flush-headingOne", data-bs-parent="#accordionFlushExample")
.accordion-body
| This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.
// Item
.accordion-item
h2#flush-headingTwo.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#flush-collapseTwo", aria-expanded="false", aria-controls="flush-collapseTwo").accordion-button.collapsed
| Accordion Item #2
#flush-collapseTwo.accordion-collapse.collapse(aria-labelledby="flush-headingTwo", data-bs-parent="#accordionFlushExample")
.accordion-body
| This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.
// Item
.accordion-item
h2#flush-headingThree.accordion-header
button(type="button", data-bs-toggle="collapse", data-bs-target="#flush-collapseThree", aria-expanded="false", aria-controls="flush-collapseThree").accordion-button.collapsed
| Accordion Item #3
#flush-collapseThree.accordion-collapse.collapse(aria-labelledby="flush-headingThree", data-bs-parent="#accordionFlushExample")
.accordion-body
| This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element.