模板:Test/styles.css
外观
< 模板:Test
/* 分页tabs */
.tabs-container {
width: 100%;
margin-bottom: 20px;
}
.tabs-pages {
display: flex;
list-style: none !important;
background-color: #e2e9f6;
border-radius: 4px;
padding: 0;
}
.tab {
padding: 0.5em 1em;
color: #244786;
font-size: 16px;
margin: 0 0 0 1em;
transition: background-color 0.2s;
}
.tab:focus,
.tab:hover {
cursor: pointer;
background-color: #a4c2f8;
}
.tab.active {
background-color: #c3d8fc;
}
.tabs-contents {
width: 100%;
height: auto;
}
.tab-c {
display: none;
width: 100%;
height: auto;
}
.tab-c.active {
display: block;
}
.inner-content {
padding: .5em;
column-count: 3;
border: solid #e2e9f6;
border-radius: 0 0 4px 4px;
border-width: 0 3px 3px;
}