gpt4 book ai didi

javascript - Css 第 n 个子过滤器不适用于所有元素

转载 作者:行者123 更新时间:2023-11-30 13:44:34 26 4
gpt4 key购买 nike

我有一个带有以下 css 的选项卡控件,它在使用 .tabset 时显示第一个元素(完整代码在 Fiddle 中)

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
display: block;
}

但是当我添加 2 个标签集时,CSS 仅适用于第二个标签集

Fiddle link

我希望两个选项卡集中的第一个面板都可见。有办法解决这个问题吗?

最佳答案

您需要将 name 属性更改为不同的设置。

例如:

<input type="radio" name="tabset2" id="tab4" aria-controls="ed" checked>

解释:

当您为多个单选输入设置相同的 name 属性时,它会将它们“分组”到一个单选组中,因此当您单击其中一个时,其余的将被取消选中。

你想要有 2 个组,每个组都有 checked radio 。因此,您需要将其输入 name 设置为不同的。

/*
CSS for the main interaction
*/
.tabset > input[type="radio"] {
position: absolute;
left: -200vw;
}

.tabset .tab-panel {
display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
display: block;
}

/*
Styling
*/
body {
font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
color: #333;
font-weight: 300;
}

.tabset > label {
position: relative;
display: inline-block;
padding: 15px 15px 25px;
border: 1px solid transparent;
border-bottom: 0;
cursor: pointer;
font-weight: 600;
}

.tabset > label::after {
content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
background: #06c;
}

.tabset > input:checked + label {
border-color: #ccc;
border-bottom: 1px solid #fff;
margin-bottom: -1px;
}

.tab-panel {
padding: 30px 0;
border-top: 1px solid #ccc;
}

/*
Demo purposes only
*/
*,
*:before,
*:after {
box-sizing: border-box;
}

body {
padding: 30px;
}

.tabset {
max-width: 65em;
}
<!-- 

Radio version of tabs.

Requirements:
- not rely on specific IDs for CSS (the CSS shouldn't need to know specific IDs)
- flexible for any number of unkown tabs [2-6]
- accessible

Caveats:
- since these are checkboxes the tabs not tab-able, need to use arrow keys

Also worth reading:
http://simplyaccessible.com/article/danger-aria-tabs/
-->

<div class="tabset">
<!-- Tab 1 -->
<input type="radio" name="tabset" id="tab1" aria-controls="marzen" checked>
<label for="tab1">Märzen</label>
<!-- Tab 2 -->
<input type="radio" name="tabset" id="tab2" aria-controls="rauchbier">
<label for="tab2">Rauchbier</label>
<!-- Tab 3 -->
<input type="radio" name="tabset" id="tab3" aria-controls="dunkles">
<label for="tab3">Dunkles Bock</label>

<div class="tab-panels">
<section id="marzen" class="tab-panel">
<h2>6A. Märzen</h2>
<p><strong>Overall Impression:</strong> An elegant, malty German amber lager with a clean, rich, toasty and bready malt flavor, restrained bitterness, and a dry finish that encourages another drink. The overall malt impression is soft, elegant, and complex, with a rich aftertaste that is never cloying or heavy.</p>
<p><strong>History:</strong> As the name suggests, brewed as a stronger “March beer” in March and lagered in cold caves over the summer. Modern versions trace back to the lager developed by Spaten in 1841, contemporaneous to the development of Vienna lager. However, the Märzen name is much older than 1841; the early ones were dark brown, and in Austria the name implied a strength band (14 °P) rather than a style. The German amber lager version (in the Viennese style of the time) was first served at Oktoberfest in 1872, a tradition that lasted until 1990 when the golden Festbier was adopted as the standard festival beer.</p>
</section>
<section id="rauchbier" class="tab-panel">
<h2>6B. Rauchbier</h2>
<p><strong>Overall Impression:</strong> An elegant, malty German amber lager with a balanced, complementary beechwood smoke character. Toasty-rich malt in aroma and flavor, restrained bitterness, low to high smoke flavor, clean fermentation profile, and an attenuated finish are characteristic.</p>
<p><strong>History:</strong> A historical specialty of the city of Bamberg, in the Franconian region of Bavaria in Germany. Beechwood-smoked malt is used to make a Märzen-style amber lager. The smoke character of the malt varies by maltster; some breweries produce their own smoked malt (rauchmalz).</p>
</section>
<section id="dunkles" class="tab-panel">
<h2>6C. Dunkles Bock</h2>
<p><strong>Overall Impression:</strong> A dark, strong, malty German lager beer that emphasizes the malty-rich and somewhat toasty qualities of continental malts without being sweet in the finish.</p>
<p><strong>History:</strong> Originated in the Northern German city of Einbeck, which was a brewing center and popular exporter in the days of the Hanseatic League (14th to 17th century). Recreated in Munich starting in the 17th century. The name “bock” is based on a corruption of the name “Einbeck” in the Bavarian dialect, and was thus only used after the beer came to Munich. “Bock” also means “Ram” in German, and is often used in logos and advertisements.</p>
</section>
</div>

</div>

<p><small>Source: <cite><a href="https://www.bjcp.org/stylecenter.php">BJCP Style Guidelines</a></cite></small></p>

<!--

Radio version of tabs.

Requirements:
- not rely on specific IDs for CSS (the CSS shouldn't need to know specific IDs)
- flexible for any number of unkown tabs [2-6]
- accessible

Caveats:
- since these are checkboxes the tabs not tab-able, need to use arrow keys

Also worth reading:
http://simplyaccessible.com/article/danger-aria-tabs/
-->

<div class="tabset">
<!-- Tab 1 -->
<input type="radio" name="tabset2" id="tab4" aria-controls="ed" checked>
<label for="tab4">Märzen</label>
<!-- Tab 2 -->
<input type="radio" name="tabset2" id="tab5" aria-controls="sd">
<label for="tab5">Rauchbier</label>
<!-- Tab 3 -->
<input type="radio" name="tabset2" id="tab6" aria-controls="as">
<label for="tab6">Dunkles Bock</label>

<div class="tab-panels">
<section id="ed" class="tab-panel">
<h2>6A. Märzen</h2>
<p><strong>Overall Impression:</strong> An elegant, malty German amber lager with a clean, rich, toasty and bready malt flavor, restrained bitterness, and a dry finish that encourages another drink. The overall malt impression is soft, elegant, and complex, with a rich aftertaste that is never cloying or heavy.</p>
<p><strong>History:</strong> As the name suggests, brewed as a stronger “March beer” in March and lagered in cold caves over the summer. Modern versions trace back to the lager developed by Spaten in 1841, contemporaneous to the development of Vienna lager. However, the Märzen name is much older than 1841; the early ones were dark brown, and in Austria the name implied a strength band (14 °P) rather than a style. The German amber lager version (in the Viennese style of the time) was first served at Oktoberfest in 1872, a tradition that lasted until 1990 when the golden Festbier was adopted as the standard festival beer.</p>
</section>
<section id="sd" class="tab-panel">
<h2>6B. Rauchbier</h2>
<p><strong>Overall Impression:</strong> An elegant, malty German amber lager with a balanced, complementary beechwood smoke character. Toasty-rich malt in aroma and flavor, restrained bitterness, low to high smoke flavor, clean fermentation profile, and an attenuated finish are characteristic.</p>
<p><strong>History:</strong> A historical specialty of the city of Bamberg, in the Franconian region of Bavaria in Germany. Beechwood-smoked malt is used to make a Märzen-style amber lager. The smoke character of the malt varies by maltster; some breweries produce their own smoked malt (rauchmalz).</p>
</section>
<section id="as" class="tab-panel">
<h2>6C. Dunkles Bock</h2>
<p><strong>Overall Impression:</strong> A dark, strong, malty German lager beer that emphasizes the malty-rich and somewhat toasty qualities of continental malts without being sweet in the finish.</p>
<p><strong>History:</strong> Originated in the Northern German city of Einbeck, which was a brewing center and popular exporter in the days of the Hanseatic League (14th to 17th century). Recreated in Munich starting in the 17th century. The name “bock” is based on a corruption of the name “Einbeck” in the Bavarian dialect, and was thus only used after the beer came to Munich. “Bock” also means “Ram” in German, and is often used in logos and advertisements.</p>
</section>
</div>

</div>

<p><small>Source: <cite><a href="https://www.bjcp.org/stylecenter.php">BJCP Style Guidelines</a></cite></small></p>

https://jsfiddle.net/hxgm4ts7/

关于javascript - Css 第 n 个子过滤器不适用于所有元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59561549/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com