一段Alist自定义头部CSS

Longli Lv3

自用备份

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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<meta name="referrer" content="never"> <link rel="canonical" href="https://space.longli.space"/> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap" rel="stylesheet"> <style> * {
font-family: 'ZCOOL XiaoWei',serif
}

#root,.App,body,html {
min-height: 70vh;
margin: 0;
padding: 0;
margin-top: 1%!important
}

.chakra-ui-light {
background-color: #fff
}

.obj-box {
border-radius: 15px!important;
box-shadow: unset!important
}

.hope-c-PJLV-igScBhH-css,.hope-c-PJLV-ikSuVsl-css {
background-color: rgba(255,255,255,.8)!important
}

.hope-c-PJLV {
border-radius: 15px!important;
box-shadow: unset!important
}

body {
background-size: cover!important;
background-position: center top!important;
background-attachment: fixed!important
}

.chakra-breadcrumb__list li,.chakra-breadcrumb__list li a {
color: #000!important
}

.foot {
line-height: 40px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
letter-spacing: 1px
}

dibu {
border-top: 0;
position: absolute;
bottom: 0;
width: 100%;
margin: 0;
padding: 0
}

#bg {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-backface-visibility: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -2
}

#bg:after,#bg:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

#bg:before {
-moz-transition: background-color 2.5s ease-in-out .75s;
-webkit-transition: background-color 2.5s ease-in-out .75s;
-ms-transition: background-color 2.5s ease-in-out;
transition: background-color 2.5s ease-in-out .75s;
-ms-transition-delay: .75s;
background-image: linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.4)),url(https://jitsu.oss-cn-beijing.aliyuncs.com/home/img/overlay.png);
background-size: auto,256px 256px;
background-position: center,center;
background-repeat: no-repeat,repeat;
z-index: 2
}

#bg:after {
-moz-transform: scale(1.125);
-webkit-transform: scale(1.125);
-ms-transform: scale(1.125);
transform: scale(1.125);
-moz-transition: -moz-transform 325ms ease-in-out,-moz-filter 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out,-webkit-filter 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out,-ms-filter 325ms ease-in-out;
transition: transform 325ms ease-in-out,filter 325ms ease-in-out;
background-image: url(https://api.likepoems.com/img/pc);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 1
}

@media screen and (max-width:960px) {
#bg:after {
-moz-transform: scale(1.125);
-webkit-transform: scale(1.125);
-ms-transform: scale(1.125);
transform: scale(1.125);
-moz-transition: -moz-transform 325ms ease-in-out,-moz-filter 325ms ease-in-out;
-webkit-transition: -webkit-transform 325ms ease-in-out,-webkit-filter 325ms ease-in-out;
-ms-transition: -ms-transform 325ms ease-in-out,-ms-filter 325ms ease-in-out;
transition: transform 325ms ease-in-out,filter 325ms ease-in-out;
background-image: url(https://api.likepoems.com/img/pe);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 1
}
}

.header, .nav {
background-color: transparent!important;
}

.hope-c-PJLV-ikEIIxw-css {
background: #eceef000 !important;
width: auto !important;
}

.hope-c-PJLV-ihYBJPK-css {
display: none !important;
}

.hope-c-ivMHWx-hZistB-cv.hope-icon-button {
background-color: #fff0;
}

.notify-render .hope-close-button {
display: none;
}

.footer span,.footer a:nth-of-type(1) {
display: none;
}

.footer span,.footer a:nth-of-type(2) {
display: none;
} } } </style>
  • 标题: 一段Alist自定义头部CSS
  • 作者: Longli
  • 创建于 : 2023-05-22 00:01:00
  • 更新于 : 2025-06-23 00:47:22
  • 链接: https://blog.longli.space/2023/05/22/2023052202/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
此页目录
一段Alist自定义头部CSS