content.html
· 1.5 KiB · HTML
Неформатований
<div class="copyright" align="center">
<div class="about">
<div class="runtime">
<span class="run_item">
<span class="name">AList</span>
<span class="link">UI</span>
</span>
<span class="run_item">
<span class="name">云驰互联</span>
<span class="link">搭建</span>
</span>
<span class="run_item">
<span class="name">WillowGod</span>
<span class="link">版权</span>
</span>
</div>
</div>
<div class="state">
<p>免责声明:本站为个人网盘,网盘所发布的一切影视、源代码、注册信息及软件等资源仅限用于学习和研究目的</p>
</div>
<div class="by">
<span>Powered By</span>
<a href="https://blog.liushen.fun/" target="_blank">
<span>LiuShen</span>
<div class="xhx"></div>
</a>
<span>| ©2023 </span><a href="https://github.com/willow-god" target="_blank">Willow-God</a>
</div>
<div class="by">
<span>ICP备:</span><a href="https://beian.miit.gov.cn/" target="_blank">陕ICP备2024028531号</a><span> | 公安网备:</span><a href="https://beian.mps.gov.cn/#/query/webSearch?code=61011602000637" target="_blank">陕公网安备61011602000637号</a>
</div>
<div class="by">
<a href="/@login">登录页面</a><span>| 由Alist驱动 | </span><a href="/@manage">管理页面</a>
</div>
</div>
1 | <div class="copyright" align="center"> |
2 | <div class="about"> |
3 | <div class="runtime"> |
4 | <span class="run_item"> |
5 | <span class="name">AList</span> |
6 | <span class="link">UI</span> |
7 | </span> |
8 | <span class="run_item"> |
9 | <span class="name">云驰互联</span> |
10 | <span class="link">搭建</span> |
11 | </span> |
12 | <span class="run_item"> |
13 | <span class="name">WillowGod</span> |
14 | <span class="link">版权</span> |
15 | </span> |
16 | </div> |
17 | </div> |
18 | <div class="state"> |
19 | <p>免责声明:本站为个人网盘,网盘所发布的一切影视、源代码、注册信息及软件等资源仅限用于学习和研究目的</p> |
20 | </div> |
21 | <div class="by"> |
22 | <span>Powered By</span> |
23 | <a href="https://blog.liushen.fun/" target="_blank"> |
24 | <span>LiuShen</span> |
25 | <div class="xhx"></div> |
26 | </a> |
27 | <span>| ©2023 </span><a href="https://github.com/willow-god" target="_blank">Willow-God</a> |
28 | </div> |
29 | <div class="by"> |
30 | <span>ICP备:</span><a href="https://beian.miit.gov.cn/" target="_blank">陕ICP备2024028531号</a><span> | 公安网备:</span><a href="https://beian.mps.gov.cn/#/query/webSearch?code=61011602000637" target="_blank">陕公网安备61011602000637号</a> |
31 | </div> |
32 | <div class="by"> |
33 | <a href="/@login">登录页面</a><span>| 由Alist驱动 | </span><a href="/@manage">管理页面</a> |
34 | </div> |
35 | </div> |
head.html
· 3.2 KiB · HTML
Неформатований
<link rel="preconnect" href="https://fontsapi.zeoseven.com" crossorigin />
<link rel="stylesheet"
href="https://fontsapi.zeoseven.com/7/main/result.css"
onerror="this.href='https://fontsapi-storage.zeoseven.com/7/main/result.css'" />
<style>
.hope-ui-light {
--my-color: rgba(255,255,255,0.4);
--color-main-custom: #ffffff9e;
}
.hope-ui-dark {
--my-color: rgba(0,0,0,0.4);
--color-main-custom: #2e2e2e70;
}
* {
font-family: "Zhuque Fangsong (technical preview)";
}
/* 背景 */
body {
background-image: linear-gradient(to bottom, var(--my-color), var(--my-color)), url("https://api.kdcc.cn/") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-attachment: fixed !important;
background-position-x: center !important;
}
.hope-c-PJLV-igScBhH-css,
.hope-c-PJLV-ikSuVsl-css,
.hope-c-PJLV-ieGWMbI-css {
background-color: #ffffff9e !important;
backdrop-filter: blur(10px);
}
.hope-ui-dark .hope-c-PJLV-ieGWMbI-css {
background-color: var(--hope-colors-neutral3) !important;
}
.hope-c-PJLV-idaeksS-css,
.hope-c-PJLV-ikaMhsQ-css {
background: none !important;
}
.footer {
display: none !important;
}
::selection {
background: #fbc2eb;
color: #fff;
}
* {
letter-spacing: 2px;
}
.hope-ui-dark .markdown-body a {
color: #fff !important;
}
.copyright a,
.copyright .by {
text-decoration: none;
}
.copyright .by {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.copyright a {
display: flex;
justify-content: center;
margin: 0 10px;
position: relative;
transition: .5s;
}
.copyright .xhx {
background: pink;
height: 3px;
border-radius: 10px;
width: 0;
position: absolute;
bottom: -3px;
transition: .5s;
}
.copyright a:hover {
color: pink;
}
.copyright a:hover .xhx {
width: 100%;
}
.copyright .run_item {
display: flex;
align-items: center;
margin: 10px;
}
.copyright .link {
padding: 4px;
background: #479fff96;
backdrop-filter: blur(10px);
border-radius: 0 8px 8px 0;
}
.copyright .name {
padding: 4px;
backdrop-filter: blur(10px);
background: var(--color-main-custom);
border-radius: 8px 0 0 8px;
}
.copyright {
padding: 50px;
}
.runtime {
width: 100%;
padding: 10px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.about,
.state {
width: min(99%, 980px);
text-align: center;
padding-inline: 2%;
}
.state {
margin-top: 20px;
}
</style>
1 | <link rel="preconnect" href="https://fontsapi.zeoseven.com" crossorigin /> |
2 | <link rel="stylesheet" |
3 | href="https://fontsapi.zeoseven.com/7/main/result.css" |
4 | onerror="this.href='https://fontsapi-storage.zeoseven.com/7/main/result.css'" /> |
5 | <style> |
6 | .hope-ui-light { |
7 | --my-color: rgba(255,255,255,0.4); |
8 | --color-main-custom: #ffffff9e; |
9 | } |
10 | .hope-ui-dark { |
11 | --my-color: rgba(0,0,0,0.4); |
12 | --color-main-custom: #2e2e2e70; |
13 | } |
14 | |
15 | * { |
16 | font-family: "Zhuque Fangsong (technical preview)"; |
17 | } |
18 | /* 背景 */ |
19 | body { |
20 | background-image: linear-gradient(to bottom, var(--my-color), var(--my-color)), url("https://api.kdcc.cn/") !important; |
21 | background-repeat: no-repeat !important; |
22 | background-size: cover !important; |
23 | background-attachment: fixed !important; |
24 | background-position-x: center !important; |
25 | } |
26 | |
27 | .hope-c-PJLV-igScBhH-css, |
28 | .hope-c-PJLV-ikSuVsl-css, |
29 | .hope-c-PJLV-ieGWMbI-css { |
30 | background-color: #ffffff9e !important; |
31 | backdrop-filter: blur(10px); |
32 | } |
33 | |
34 | .hope-ui-dark .hope-c-PJLV-ieGWMbI-css { |
35 | background-color: var(--hope-colors-neutral3) !important; |
36 | } |
37 | |
38 | .hope-c-PJLV-idaeksS-css, |
39 | .hope-c-PJLV-ikaMhsQ-css { |
40 | background: none !important; |
41 | } |
42 | |
43 | .footer { |
44 | display: none !important; |
45 | } |
46 | |
47 | ::selection { |
48 | background: #fbc2eb; |
49 | color: #fff; |
50 | } |
51 | |
52 | * { |
53 | letter-spacing: 2px; |
54 | } |
55 | |
56 | .hope-ui-dark .markdown-body a { |
57 | color: #fff !important; |
58 | } |
59 | |
60 | .copyright a, |
61 | .copyright .by { |
62 | text-decoration: none; |
63 | } |
64 | |
65 | .copyright .by { |
66 | display: flex; |
67 | align-items: center; |
68 | justify-content: center; |
69 | margin-top: 20px; |
70 | } |
71 | |
72 | .copyright a { |
73 | display: flex; |
74 | justify-content: center; |
75 | margin: 0 10px; |
76 | position: relative; |
77 | transition: .5s; |
78 | } |
79 | |
80 | .copyright .xhx { |
81 | background: pink; |
82 | height: 3px; |
83 | border-radius: 10px; |
84 | width: 0; |
85 | position: absolute; |
86 | bottom: -3px; |
87 | transition: .5s; |
88 | } |
89 | |
90 | .copyright a:hover { |
91 | color: pink; |
92 | } |
93 | |
94 | .copyright a:hover .xhx { |
95 | width: 100%; |
96 | } |
97 | |
98 | .copyright .run_item { |
99 | display: flex; |
100 | align-items: center; |
101 | margin: 10px; |
102 | } |
103 | |
104 | .copyright .link { |
105 | padding: 4px; |
106 | background: #479fff96; |
107 | backdrop-filter: blur(10px); |
108 | border-radius: 0 8px 8px 0; |
109 | } |
110 | |
111 | .copyright .name { |
112 | padding: 4px; |
113 | backdrop-filter: blur(10px); |
114 | background: var(--color-main-custom); |
115 | border-radius: 8px 0 0 8px; |
116 | } |
117 | |
118 | .copyright { |
119 | padding: 50px; |
120 | } |
121 | |
122 | .runtime { |
123 | width: 100%; |
124 | padding: 10px; |
125 | box-sizing: border-box; |
126 | display: flex; |
127 | justify-content: center; |
128 | align-items: center; |
129 | } |
130 | |
131 | .about, |
132 | .state { |
133 | width: min(99%, 980px); |
134 | text-align: center; |
135 | padding-inline: 2%; |
136 | } |
137 | |
138 | .state { |
139 | margin-top: 20px; |
140 | } |
141 | </style> |