Skip to content

Commit

Permalink
Site updated: 2023-08-03 07:54:52
Browse files Browse the repository at this point in the history
  • Loading branch information
用户名 committed Aug 2, 2023
1 parent b381a17 commit b38b2d4
Show file tree
Hide file tree
Showing 18 changed files with 387 additions and 60 deletions.
10 changes: 5 additions & 5 deletions 2023/08/02/GSEA的实现/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/08/02/hello-world/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 2023/08/02/python传参/index.html

Large diffs are not rendered by default.

169 changes: 169 additions & 0 deletions about/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions archives/2023/08/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions archives/2023/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions archives/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions categories/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions categories/web前端/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions categories/web后端/index.html

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5667,3 +5667,79 @@ blockquote.pullquote.right {
display: none;
background: rgba(0,0,0,0.6);
}
#local-search .search-dialog .local-search-box {
margin: 0 auto;
max-width: 100%;
width: 100%;
}
#local-search .search-dialog .local-search-box input {
padding: 5px 14px;
width: 100%;
outline: none;
border: 2px solid #49b1f5;
border-radius: 40px;
background: var(--search-bg);
color: var(--search-input-color);
-webkit-appearance: none;
}
#local-search .search-dialog .search-wrap {
display: none;
}
#local-search .search-dialog .local-search-hit-item {
position: relative;
padding-left: 24px;
line-height: 1.7;
}
#local-search .search-dialog .local-search-hit-item:hover:before {
border-color: var(--pseudo-hover);
}
#local-search .search-dialog .local-search-hit-item:before {
position: absolute;
top: 0.45em;
left: 0;
width: 0.5em;
height: 0.5em;
border: 3px solid #49b1f5;
border-radius: 0.5em;
background: transparent;
content: '';
line-height: 0.5em;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#local-search .search-dialog .local-search-hit-item a {
display: block;
color: var(--search-a-color);
}
#local-search .search-dialog .local-search-hit-item a:hover {
color: #49b1f5;
}
#local-search .search-dialog .local-search-hit-item .search-result-title {
font-weight: 600;
}
#local-search .search-dialog .local-search-hit-item .search-result {
margin: 0 0 8px;
word-break: break-word;
}
#local-search .search-dialog .search-result-list {
overflow-y: overlay;
margin: 0 -20px;
padding: 0 22px;
max-height: calc(80vh - 200px);
}
@media screen and (max-width: 768px) {
#local-search .search-dialog .search-result-list {
max-height: calc(var(--search-height) - 220px) !important;
}
}
#local-search .search-dialog .no-result + #local-search-stats-wrap {
display: none;
}
.search-keyword {
background: transparent;
color: #f47466;
font-weight: bold;
}
Binary file added img/gsea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.html

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions search.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tags/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tags/orange/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tags/ple/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tags/当年情/index.html

Large diffs are not rendered by default.

0 comments on commit b38b2d4

Please sign in to comment.