2024-01-25 23:05:44 +08:00
|
|
|
.archive-background {
|
|
|
|
position: relative;
|
2024-01-26 20:54:35 +08:00
|
|
|
height: 60%;
|
2024-01-25 23:05:44 +08:00
|
|
|
overflow: hidden;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-title {
|
|
|
|
top: 43%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-item {
|
|
|
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
|
|
|
margin: 0.5rem 0 0.5rem 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-item:hover {
|
|
|
|
background-color: rgba(169, 169, 169, 0.22);
|
|
|
|
}
|
|
|
|
|