Initial commit: 百家号文章采集系统
This commit is contained in:
2078
static/css/bootstrap-icons.css
vendored
Normal file
2078
static/css/bootstrap-icons.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
static/css/bootstrap-icons.min.css
vendored
Normal file
5
static/css/bootstrap-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
81
static/css/icons-local.css
Normal file
81
static/css/icons-local.css
Normal file
@@ -0,0 +1,81 @@
|
||||
/* Bootstrap Icons - 本地精简版 */
|
||||
/* 使用多CDN备份策略确保字体文件加载 */
|
||||
|
||||
@font-face {
|
||||
font-display: block;
|
||||
font-family: "bootstrap-icons";
|
||||
src:
|
||||
url("https://unpkg.com/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
|
||||
url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
|
||||
url("https://cdn.bootcdn.net/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.woff2") format("woff2"),
|
||||
url("https://unpkg.com/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff"),
|
||||
url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
|
||||
}
|
||||
|
||||
.bi::before,
|
||||
[class^="bi-"]::before,
|
||||
[class*=" bi-"]::before {
|
||||
display: inline-block;
|
||||
font-family: bootstrap-icons !important;
|
||||
font-style: normal;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: -.125em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/* 项目中使用的图标 */
|
||||
.bi-shield-lock-fill::before { content: "\f621"; }
|
||||
.bi-person-fill::before { content: "\f4da"; }
|
||||
.bi-key-fill::before { content: "\f494"; }
|
||||
.bi-box-arrow-in-right::before { content: "\f1cb"; }
|
||||
.bi-hourglass-split::before { content: "\f47e"; }
|
||||
.bi-file-earmark-text::before { content: "\f32a"; }
|
||||
.bi-person-circle::before { content: "\f4d6"; }
|
||||
.bi-box-arrow-right::before { content: "\f1cd"; }
|
||||
.bi-link-45deg::before { content: "\f4b3"; }
|
||||
.bi-info-circle::before { content: "\f489"; }
|
||||
.bi-cookie::before { content: "\f2a0"; }
|
||||
.bi-calendar-range::before { content: "\f1e9"; }
|
||||
.bi-shield-check::before { content: "\f61c"; }
|
||||
.bi-file-earmark-spreadsheet::before { content: "\f324"; }
|
||||
.bi-card-list::before { content: "\f1ed"; }
|
||||
.bi-download::before { content: "\f30b"; }
|
||||
.bi-plus-circle::before { content: "\f512"; }
|
||||
.bi-1-circle::before { content: "\f657"; }
|
||||
.bi-2-circle::before { content: "\f658"; }
|
||||
.bi-3-circle::before { content: "\f659"; }
|
||||
.bi-4-circle::before { content: "\f65a"; }
|
||||
.bi-5-circle::before { content: "\f65b"; }
|
||||
.bi-6-circle::before { content: "\f65c"; }
|
||||
.bi-file-arrow-down::before { content: "\f310"; }
|
||||
.bi-list-ul::before { content: "\f4bc"; }
|
||||
.bi-clock::before { content: "\f279"; }
|
||||
.bi-check-circle-fill::before { content: "\f26b"; }
|
||||
.bi-three-dots::before { content: "\f62d"; }
|
||||
.bi-book::before { content: "\f194"; }
|
||||
.bi-exclamation-triangle::before { content: "\f33c"; }
|
||||
.bi-inbox::before { content: "\f486"; }
|
||||
.bi-list-task::before { content: "\f4ba"; }
|
||||
.bi-cloud-download::before { content: "\f265"; }
|
||||
.bi-file-earmark-arrow-down::before { content: "\f30e"; }
|
||||
.bi-newspaper::before { content: "\f4ca"; }
|
||||
.bi-kanban::before { content: "\f48d"; }
|
||||
.bi-list-check::before { content: "\f4b6"; }
|
||||
.bi-collection::before { content: "\f285"; }
|
||||
.bi-arrow-repeat::before { content: "\f130"; }
|
||||
.bi-check-circle::before { content: "\f26a"; }
|
||||
.bi-x-circle::before { content: "\f623"; }
|
||||
.bi-pause-circle::before { content: "\f4c2"; }
|
||||
.bi-list::before { content: "\f4b4"; }
|
||||
.bi-eye::before { content: "\f341"; }
|
||||
.bi-trash::before { content: "\f5de"; }
|
||||
.bi-file-text::before { content: "\f32d"; }
|
||||
.bi-chevron-bar-left::before { content: "\f276"; }
|
||||
.bi-chevron-left::before { content: "\f284"; }
|
||||
.bi-chevron-right::before { content: "\f285"; }
|
||||
.bi-chevron-bar-right::before { content: "\f277"; }
|
||||
.bi-x::before { content: "\f62a"; }
|
||||
1050
static/css/style.css
Normal file
1050
static/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user