创建多个标签并在不同的标签面板中显示不同的网格,可以通过以下步骤实现:
示例代码:
<div class="tab">
<button class="tablinks" onclick="openTab(event, 'grid1')">标签1</button>
<button class="tablinks" onclick="openTab(event, 'grid2')">标签2</button>
<button class="tablinks" onclick="openTab(event, 'grid3')">标签3</button>
</div>
示例代码:
<div id="grid1" class="grid">
<!-- 网格1的内容 -->
</div>
<div id="grid2" class="grid" style="display: none;">
<!-- 网格2的内容 -->
</div>
<div id="grid3" class="grid" style="display: none;">
<!-- 网格3的内容 -->
</div>
示例代码:
function openTab(event, tabName) {
var i, tabcontent, tablinks;
// 隐藏所有网格
tabcontent = document.getElementsByClassName("grid");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
// 移除所有标签的选中状态
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
// 显示当前选中标签的网格
document.getElementById(tabName).style.display = "grid";
// 添加选中状态到当前标签
event.currentTarget.className += " active";
}
示例代码:
.tab {
overflow: hidden;
}
.tab button {
background-color: #f2f2f2;
border: none;
outline: none;
cursor: pointer;
padding: 8px 16px;
transition: 0.3s;
}
.tab button:hover {
background-color: #ddd;
}
.tab button.active {
background-color: #ccc;
}
.grid {
display: grid;
/* 网格布局的其他样式 */
}
通过以上步骤,你可以创建多个标签,并在不同的标签面板中显示不同的网格。在点击标签时,相应的网格将会显示,其他网格将隐藏。这样就能实现在不同的标签面板中显示不同的内容。
对于腾讯云相关产品和产品介绍链接地址,这里无法提供具体的推荐,建议参考腾讯云官方文档或咨询腾讯云官方支持获取更准确和最新的信息。
领取专属 10元无门槛券
手把手带您无忧上云