突然想到给自己的探针,网盘等项目使用,于是使用ChatGPT进行制作

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<style>
.background-video {
position: fixed;
right: 0;
bottom: 0;
width: 100%;
min-width: 100%;
height: auto;
min-height: 100%;
object-fit: cover;
z-index: -1;
}

.page-section {
display: none;
}
.hotaru-cover {
display: none;
}
</style>

<video class="background-video" autoplay loop muted>
<source src="https://file.style3d.com/static/media/login.7508378d.mp4" type="video/mp4">
</video>

.sidebar-container {
display: none;
}

.container {
background-color: rgba(255, 255, 255, 0.85);
}

footer {
display: none;
}