Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkxnif committed Dec 26, 2024
1 parent b234a59 commit a8f3886
Show file tree
Hide file tree
Showing 18 changed files with 368 additions and 11 deletions.
Binary file added covers/52个创意绘画实验_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/不可撼动的财务自由_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/丰盛_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/太傻天书_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/头脑的东西_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/必要的创伤_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covers/游心之路_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ body {
border-color: var(--border-color);
transition: transform 0.2s ease, box-shadow 0.2s ease;
height: auto;
margin-bottom: 15px;
}

.card:hover {
Expand Down Expand Up @@ -427,4 +428,37 @@ a:hover {

.navbar .dropdown-toggle::after {
margin-left: 0.5rem;
}

/* 瀑布流布局容器 */
#books-container {
column-count: 4;
column-gap: 15px;
padding: 15px;
}

@media (max-width: 1200px) {
#books-container {
column-count: 3;
}
}

@media (max-width: 992px) {
#books-container {
column-count: 2;
}
}

@media (max-width: 576px) {
#books-container {
column-count: 1;
}
}

/* 瀑布流子项目样式 */
#books-container>div {
break-inside: avoid;
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
Binary file added data/52个创意绘画实验.pdf
Binary file not shown.
Loading

0 comments on commit a8f3886

Please sign in to comment.