luckyphoenix 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,242 +1,217 @@
1
-
2
- @import url("./colorful.css");/*渐变*/
3
- @import url("./alist_wallpaper.css");/*背景*/
4
- @import url("https://cdn.bootcdn.net/ajax/libs/font-awesome/6.5.2/css/all.min.css");
5
- @import url('https://npm.elemecdn.com/lxgw-wenkai-webfont@1.7.0/lxgwwenkai-regular.css');
6
- @import url('https://npm.elemecdn.com/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-regular.css');
7
- /*@import url("./style.css");LGXWWenKai Font*/
8
- /* reference: https://github.com/anosu/alist-style/blob/main/moe/style-v3.css */
9
-
10
- /*全局字体*/
11
- * {
12
- font-family: "LXGW WenKai", math, "楷体", "Trebuchet MS", "Times New Roman";
13
- font-weight: bold;
14
- }
15
-
16
- body {
17
- font-family: "LXGW WenKai", math, "楷体", "Trebuchet MS", "Times New Roman";
18
- }
19
-
20
- pre,
21
- code {
22
- font-family: "LXGW WenKai Mono", math, "楷体", "Trebuchet MS", "Times New Roman";
23
- }
24
-
25
- /* * {
26
- padding: 0;
27
- margin: 0;
28
- font-family: math, "楷体", "Trebuchet MS", "Times New Roman";
29
- font-style: normal;
30
- font-weight: 700;
31
- font-display: swap;
32
- outline: none !important
33
- } */
34
-
35
- /*最小化高度*/
36
- .body {
37
- min-height: 0% !important;
38
- }
39
-
40
- /*文本居中*/
41
- .hope-select__value,
42
- .hope-modal__header {
43
- text-align: center !important;
44
- }
45
-
46
- /*图标 颜色*/
47
- a>svg.hope-icon,
48
- div>svg.hope-icon {
49
- color: rgb(24, 144, 255) !important;
50
- }
51
-
52
-
53
- .nav.hope-c-hrsMRY/*导航条*/,
54
- .nav.hope-c-hrsMRY::after/*导航条*/,
55
- .header.hope-c-jKOUQW.hope-c-PJLV/*顶部*/ {
56
- border-radius: var(--hope-radii-xl) !important;/*边框半径*/
57
- background: rgba(255, 255, 255, 0) !important;/*无色透明*/
58
- }
59
-
60
- /*白天模式 透明*/
61
- .hope-ui-light .obj-box/*主目录*/,
62
- .hope-ui-light .nav.hope-c-hrsMRY/*导航栏*/,
63
- .hope-c-PJLV.hope-c-PJLV-ikSuVsl-css/*readme*/,
64
- .hope-ui-light .hope-c-PJLV-ihVEsOa-css/*返回顶部*/,
65
- .hope-ui-light .left-toolbar/*右侧按钮 扩展*/,
66
- .hope-ui-light .left-toolbar-box .svg/*右侧按钮 收缩*/,
67
- .hope-ui-light .hope-c-PJLV-ieGWMbI-css/*左侧侧边栏目录*/,
68
- .hope-ui-light .header-right .hope-c-ivMHWx-hZistB-cv.hope-icon-button/*右上角切换按钮*/,
69
- .hope-ui-light .header-right .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css/*右上角搜索框*/ {
70
- background-color: rgba(255, 255, 255, 0.5) !important/* rgba(24, 144, 255, 0.15) */;
71
-
72
- }
73
-
74
- /*白天模式 代码块 透明*/
75
- .hope-ui-light pre {
76
- background-color: rgba(255, 255, 255, 0.1)!important;
77
- }
78
- /*夜间模式 代码块 透明*/
79
- .hope-ui-dark pre {
80
- background-color: rgba(255, 255, 255, 0)!important;
81
- }
82
-
83
- /*夜间模式 透明*/
84
- .hope-ui-dark .obj-box/*主目录*/,
85
- .hope-ui-dark .nav.hope-c-hrsMRY/*导航栏*/,
86
- .hope-c-PJLV.hope-c-PJLV-iiuDLME-css/*readme*/,
87
- .hope-ui-dark .hope-c-PJLV-ihVEsOa-css/*返回顶部*/,
88
- .hope-ui-dark .left-toolbar/*右侧按钮 扩展*/,
89
- .hope-ui-dark .left-toolbar-box .svg/*右侧按钮 收缩*/,
90
- .hope-ui-dark .hope-c-PJLV-ieGWMbI-css/*左侧侧边栏目录*/,
91
- .hope-ui-dark .header-right .hope-c-ivMHWx-hZistB-cv.hope-icon-button/*右上角切换按钮*/,
92
- .hope-ui-dark .header-right .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css/*右上角搜索框*/ {
93
- background-color: #202425 !important/* rgb(0 0 0 / 50%) */;
94
-
95
- }
96
-
97
- /*鼠标悬浮 颜色*/
98
- .left-toolbar-box svg:hover,
99
- .header-right .hope-c-ivMHWx-hZistB-cv.hope-icon-button:hover,
100
- .header-right .hope-c-ivMHWx-hZistB-cv.hope-icon-button:hover svg,
101
- .header-right .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css:hover,
102
- .header-right .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css:hover svg {
103
- color: white !important;
104
- background-color: #1890ff !important;
105
- }
106
-
107
- /*搜索框 居中*/
108
- .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css {
109
- width: 32px;
110
- height: 32px;
111
- display: flex;
112
- justify-content: center/* 在主轴上居中 */;
113
- align-items: center/* 在交叉轴上居中 */;
114
- }
115
-
116
- /*搜索框 隐藏CTRL+K*/
117
- .hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-ikEIIxw-css>div.hope-c-PJLV-ihYBJPK-css {
118
- display: none !important;
119
- }
120
-
121
- /*白天模式 搜索按钮+毛玻璃*/
122
- .hope-ui-light .hope-c-PJLV-ikEIIxw-css {
123
- background-color: rgba(255, 255, 255, 0.2) !important;
124
- backdrop-filter: blur(10px) !important;
125
- padding: var(--hope-space-1) !important;
126
- }
127
-
128
- /*夜间模式 搜索按钮+毛玻璃*/
129
- .hope-ui-dark .hope-c-PJLV-ikEIIxw-css {
130
- background-color: rgb(0 0 0 / 10%) !important;
131
- backdrop-filter: blur(10px) !important;
132
- padding: var(--hope-space-1) !important;
133
- }
134
-
135
- /*白天模式 搜索主体+毛玻璃*/
136
- .hope-ui-light .hope-c-PJLV-iiBaxsN-css {
137
- background-color: rgba(255, 255, 255, 0.2) !important;
138
- backdrop-filter: blur(10px) !important;
139
- }
140
-
141
- /*夜间模式 搜索主体+毛玻璃*/
142
- .hope-ui-dark .hope-c-PJLV-iiBaxsN-css {
143
- background-color: rgb(0 0 0 / 10%) !important;
144
- backdrop-filter: blur(10px) !important;
145
- }
146
-
147
- /*白天模式 搜索栏+毛玻璃*/
148
- /* .hope-ui-light .hope-c-kvTTWD-hYRNAb-variant-filled {
149
- background-color: rgba(255, 255, 255, 0.2) !important;
150
- backdrop-filter: blur(10px) !important;
151
- } */
152
-
153
- /*夜间模式 搜索栏+毛玻璃*/
154
- /* .hope-ui-dark .hope-c-kvTTWD-hYRNAb-variant-filled {
155
- background-color: rgb(0 0 0 / 10%) !important;
156
- backdrop-filter: blur(10px) !important;
157
- } */
158
-
159
- /*底部 隐藏*/
160
- .footer {
161
- display: none !important;
162
- }
163
-
164
- #footer {
165
- line-height: 50px;
166
- text-align: center;
167
- letter-spacing: 1px;
168
- }
169
-
170
- /* <!--音乐播放器所用的文件-->
171
- <!-- require APlayer -->
172
- <link rel="stylesheet" href="https://npm.elemecdn.com/aplayer@1.10.1/dist/APlayer.min.css">
173
- <script src="https://npm.elemecdn.com/aplayer@1.10.1/dist/APlayer.min.js"></script>
174
- <!-- require MetingJS -->
175
- <script src="https://npm.elemecdn.com/meting2@0.0.1/js/Meting.min.js"></script>
176
- <!-- 自行配置音乐选项 auto 内容 -->
177
- <meting-js fixed="true" autoplay="false" theme="#409EFF" list-folded="true" auto="https://y.qq.com/n/ryqq/playlist/766443746.html"></meting-js> */
178
- .aplayer,.aplayer-body,
179
- .aplayer-list ol::-webkit-scrollbar-track {
180
- /* backdrop-filter: blur(10px) !important; */
181
- background: rgba(255, 255, 255, 0) !important;/*无色透明*/
182
- }
183
- .hope-ui-light .aplayer-list,
184
- .hope-ui-light .aplayer-pic,
185
- .hope-ui-light .aplayer-info,
186
- .hope-ui-light .aplayer-notice,
187
- .hope-ui-light .aplayer-miniswitcher {
188
- border: none !important;
189
- border-top-width: 0px !important;
190
- border-radius: 2px 2px 2px 2px !important;
191
- background-color: rgba(255, 255, 255, 0.5) !important;
192
- }
193
- /* 当前播放歌曲 白天模式 */
194
- .hope-ui-light .aplayer-list-light {
195
- background-color: #edf0f3 !important;
196
- }
197
- .hope-ui-dark .aplayer-list,
198
- .hope-ui-dark .aplayer-pic,
199
- .hope-ui-dark .aplayer-info,
200
- .hope-ui-dark .aplayer-notice,
201
- .hope-ui-dark .aplayer-miniswitcher {
202
- border: none !important;
203
- border-radius: 2px 2px 2px 2px !important;
204
- background-color: #202425 !important;
205
- }
206
- /* 当前播放歌曲 夜间模式 */
207
- .hope-ui-dark .aplayer-list-light {
208
- background-color: #999 !important;
209
- }
210
- .aplayer-time-inner {
211
- color: #666 !important;
212
- }
213
- .aplayer-play,
214
- .aplayer-pause {
215
- border-color: rgb(24, 144, 255) !important;
216
- }
217
- .aplayer-icon path,
218
- .aplayer-button path {
219
- fill: rgb(24, 144, 255) !important;
220
- }
221
- .aplayer-icon:hover path {
222
- fill: rgba(24, 200, 255) !important;
223
- }
224
- /* 播放列表 */
225
- .aplayer-list ol li {
226
- border-top-width: 0px !important;
227
- }
228
- .aplayer-list ol li:hover {
229
- background: transparent !important;
230
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
231
- }
232
- /* 鼠标滑块 */
233
- .aplayer-list ol::-webkit-scrollbar-thumb {
234
- background-color: rgba(24, 144, 255) !important;
235
- }
236
- /*音乐播放器折叠隐藏*/
237
- .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
238
- left: -66px !important;
239
- }
240
- .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
241
- left: 0 !important;
242
- }
1
+ @import url("./colorful.css");/*渐变*/
2
+ @import url("./alist_wallpaper.css");/*背景*/
3
+ @import url("https://cdn.bootcdn.net/ajax/libs/font-awesome/6.5.2/css/all.min.css");
4
+ @import url('https://npm.elemecdn.com/lxgw-wenkai-webfont@1.7.0/lxgwwenkai-regular.css');
5
+ @import url('https://npm.elemecdn.com/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-regular.css');
6
+ /*@import url("./style.css");LGXWWenKai Font*/
7
+ /* reference: https://github.com/anosu/alist-style/blob/main/moe/style-v3.css */
8
+ /* reference: https://github.com/kasuie/alist-customize/blob/main/v3/css/index.css */
9
+
10
+ /*全局字体*/
11
+ * {
12
+ font-family: "LXGW WenKai", math, "楷体", "Trebuchet MS", "Times New Roman";
13
+ font-weight: bold;
14
+ }
15
+
16
+ body {
17
+ font-family: "LXGW WenKai", math, "楷体", "Trebuchet MS", "Times New Roman";
18
+ }
19
+
20
+ pre,
21
+ code {
22
+ font-family: "LXGW WenKai Mono", math, "楷体", "Trebuchet MS", "Times New Roman";
23
+ }
24
+
25
+ /* * {
26
+ padding: 0;
27
+ margin: 0;
28
+ font-family: math, "楷体", "Trebuchet MS", "Times New Roman";
29
+ font-style: normal;
30
+ font-weight: 700;
31
+ font-display: swap;
32
+ outline: none !important
33
+ } */
34
+
35
+ /*最小化高度*/
36
+ .body {
37
+ min-height: 0% !important;
38
+ }
39
+
40
+ /*文本居中*/
41
+ .hope-select__value,
42
+ .hope-modal__header {
43
+ text-align: center !important;
44
+ }
45
+
46
+ /*图标 颜色*/
47
+ button svg,
48
+ a svg.hope-icon,
49
+ div svg.hope-icon {
50
+ color: rgb(24, 144, 255) !important;
51
+ }
52
+
53
+ .header/*顶部*/,
54
+ .nav.hope-breadcrumb/*导航条*/,
55
+ .nav.hope-breadcrumb::after/*导航条*/ {
56
+ border-radius: var(--hope-radii-xl) !important;/*边框半径*/
57
+ background: rgba(255, 255, 255, 0) !important;/*无色透明*/
58
+ }
59
+
60
+ /*白天模式 透明*/
61
+ .hope-ui-light .obj-box/*主目录*/,
62
+ .hope-ui-light .nav.hope-breadcrumb/*导航栏*/,
63
+ .hope-c-PJLV.hope-c-PJLV-ikSuVsl-css/*readme*/,
64
+ .hope-ui-light .hope-c-PJLV-ihVEsOa-css/*返回顶部*/,
65
+ .hope-ui-light .left-toolbar/*工具栏 扩展*/,
66
+ .hope-ui-light .header-right div/*右上角搜索快捷键*/,
67
+ .hope-ui-light .left-toolbar-box .svg/*工具栏 收缩*/,
68
+ .hope-ui-light .hope-c-PJLV-ieGWMbI-css/*左侧侧边栏目录*/,
69
+ .hope-ui-light .header-right button.hope-menu__trigger/*右上角视图切换按钮*/ {
70
+ background-color: rgba(255, 255, 255, 0.5) !important/* rgba(24, 144, 255, 0.15) */;
71
+ }
72
+ /*夜间模式 透明*/
73
+ .hope-ui-dark .obj-box/*主目录*/,
74
+ .hope-ui-dark .nav.hope-breadcrumb/*导航栏*/,
75
+ .hope-c-PJLV.hope-c-PJLV-iiuDLME-css/*readme*/,
76
+ .hope-ui-dark .hope-c-PJLV-ihVEsOa-css/*返回顶部*/,
77
+ .hope-ui-dark .left-toolbar/*工具栏 扩展*/,
78
+ .hope-ui-dark .header-right div/*右上角搜索快捷键*/,
79
+ .hope-ui-dark .left-toolbar-box .svg/*工具栏 收缩*/,
80
+ .hope-ui-dark .hope-c-PJLV-ieGWMbI-css/*左侧侧边栏目录*/,
81
+ .hope-ui-dark .header-right button.hope-menu__trigger/*右上角视图切换按钮*/ {
82
+ background-color: #202425 !important/* rgb(0 0 0 / 50%) */;
83
+ }
84
+
85
+ /*搜索快捷键 居中*/
86
+ .header-right div {
87
+ width: 32px;
88
+ height: 32px;
89
+ display: flex;
90
+ justify-content: center/* 在主轴上居中 */;
91
+ align-items: center/* 在交叉轴上居中 */;
92
+ }
93
+ /*搜索快捷键 隐藏CTRL+K*/
94
+ .header-right div div {
95
+ display: none !important;
96
+ }
97
+
98
+ /*白天模式 搜索主体+毛玻璃*/
99
+ .hope-ui-light .hope-modal__content {
100
+ background-color: rgba(255, 255, 255, 0.2) !important;
101
+ backdrop-filter: blur(5px) !important;
102
+ }
103
+ /*夜间模式 搜索主体+毛玻璃*/
104
+ .hope-ui-dark .hope-modal__content {
105
+ background-color: rgb(0 0 0 / 10%) !important;
106
+ backdrop-filter: blur(5px) !important;
107
+ }
108
+
109
+ /*白天模式 搜索按钮+毛玻璃*/
110
+ .hope-ui-light .hope-modal__body button {
111
+ background-color: rgba(255, 255, 255, 0.2) !important;
112
+ backdrop-filter: blur(5px) !important;
113
+ padding: var(--hope-space-1) !important;
114
+ }
115
+ /*夜间模式 搜索按钮+毛玻璃*/
116
+ .hope-ui-dark .hope-modal__body button {
117
+ background-color: rgb(0 0 0 / 10%) !important;
118
+ backdrop-filter: blur(5px) !important;
119
+ padding: var(--hope-space-1) !important;
120
+ }
121
+
122
+ /*鼠标悬浮 颜色*/
123
+ .left-toolbar-box svg:hover,
124
+ .header-right div:hover,
125
+ .header-right div:hover svg,
126
+ .header-right div:hover,
127
+ .header-right div:hover svg ,
128
+ .header-right button.hope-menu__trigger:hover,
129
+ .header-right button.hope-menu__trigger:hover svg{
130
+ color: white !important;
131
+ background-color: #1890ff !important;
132
+ }
133
+
134
+ /*底部 隐藏*/
135
+ .footer {
136
+ display: none !important;
137
+ }
138
+
139
+ #footer {
140
+ line-height: 50px;
141
+ text-align: center;
142
+ letter-spacing: 1px;
143
+ }
144
+
145
+ /* <!--音乐播放器所用的文件-->
146
+ <!-- require APlayer -->
147
+ <link rel="stylesheet" href="https://npm.elemecdn.com/aplayer@1.10.1/dist/APlayer.min.css">
148
+ <script src="https://npm.elemecdn.com/aplayer@1.10.1/dist/APlayer.min.js"></script>
149
+ <!-- require MetingJS -->
150
+ <script src="https://npm.elemecdn.com/meting2@0.0.1/js/Meting.min.js"></script>
151
+ <!-- 自行配置音乐选项 auto 内容 -->
152
+ <meting-js fixed="true" autoplay="false" theme="#409EFF" list-folded="true" auto="https://y.qq.com/n/ryqq/playlist/766443746.html"></meting-js> */
153
+ .aplayer,.aplayer-body,
154
+ .aplayer-list ol::-webkit-scrollbar-track {
155
+ /* backdrop-filter: blur(10px) !important; */
156
+ background: rgba(255, 255, 255, 0) !important;/*无色透明*/
157
+ }
158
+ .hope-ui-light .aplayer-list,
159
+ .hope-ui-light .aplayer-pic,
160
+ .hope-ui-light .aplayer-info,
161
+ .hope-ui-light .aplayer-notice,
162
+ .hope-ui-light .aplayer-miniswitcher {
163
+ border: none !important;
164
+ border-top-width: 0px !important;
165
+ border-radius: 2px 2px 2px 2px !important;
166
+ background-color: rgba(255, 255, 255, 0.5) !important;
167
+ }
168
+ /* 当前播放歌曲 白天模式 */
169
+ .hope-ui-light .aplayer-list-light {
170
+ background-color: #edf0f3 !important;
171
+ }
172
+ .hope-ui-dark .aplayer-list,
173
+ .hope-ui-dark .aplayer-pic,
174
+ .hope-ui-dark .aplayer-info,
175
+ .hope-ui-dark .aplayer-notice,
176
+ .hope-ui-dark .aplayer-miniswitcher {
177
+ border: none !important;
178
+ border-radius: 2px 2px 2px 2px !important;
179
+ background-color: #202425 !important;
180
+ }
181
+ /* 当前播放歌曲 夜间模式 */
182
+ .hope-ui-dark .aplayer-list-light {
183
+ background-color: #999 !important;
184
+ }
185
+ .aplayer-time-inner {
186
+ color: #666 !important;
187
+ }
188
+ .aplayer-play,
189
+ .aplayer-pause {
190
+ border-color: rgb(24, 144, 255) !important;
191
+ }
192
+ .aplayer-icon path,
193
+ .aplayer-button path {
194
+ fill: rgb(24, 144, 255) !important;
195
+ }
196
+ .aplayer-icon:hover path {
197
+ fill: rgba(24, 200, 255) !important;
198
+ }
199
+ /* 播放列表 */
200
+ .aplayer-list ol li {
201
+ border-top-width: 0px !important;
202
+ }
203
+ .aplayer-list ol li:hover {
204
+ background: transparent !important;
205
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
206
+ }
207
+ /* 鼠标滑块 */
208
+ .aplayer-list ol::-webkit-scrollbar-thumb {
209
+ background-color: rgba(24, 144, 255) !important;
210
+ }
211
+ /*音乐播放器折叠隐藏*/
212
+ .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
213
+ left: -66px !important;
214
+ }
215
+ .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
216
+ left: 0 !important;
217
+ }
@@ -1,49 +1,49 @@
1
- /* @import "/css/wallpaper.css"; */
2
- /* 背景图片:
3
- 必应:https://wall.youtd.cc/bing.php; https://api.paugram.com/bing/; https://baotangguo.cn:8081/; https://free-api.lsoex.com/v1/bing.php;
4
- https://bing.img.run/uhd.php; https://bing.img.run/1920x1080.php; https://bing.img.run/1366x768.php; https://bing.img.run/m.php;
5
- https://api.dujin.org/bing/1920.php; https://api.dujin.org/bing/m.php; https://api.dujin.org/bing/1366.php;
6
- https://www.yumus.cn/api/?target=img&brand=bing&ua=uhd; https://www.yumus.cn/api/?target=img&brand=bing&ua=pc; https://www.yumus.cn/api/?target=img&brand=bing&ua=m; // https://www.yumus.cn/apidoc
7
- https://api.timecdn.cn/libs/wallpaper/v1/?p=1920x1080; https://api.timecdn.cn/libs/wallpaper/v1/?p=1080x1920; https://api.timecdn.cn/libs/wallpaper/v1/?p=1366x768;
8
- 樱花:https://www.dmoe.cc
9
- 夏沫:https://cdn.seovx.com
10
- 搏天:https://api.btstu.cn/doc/sjbz.php
11
- 姬长信:https://github.com/insoxin/API
12
- 小歪:https://www.ixiaowai.cn/#works
13
- 保罗:https://api.paugram.com
14
- 墨天逸:https://api.mtyqx.cn
15
- 岁月小筑:https://img.xjh.me
16
- 东方Project:https://img.paulzzh.com
17
- */
18
-
19
- /* class="hope-ui-light" */
20
- .hope-ui-light {
21
- background-image: url(../bing/FHD.jpg),
22
- url(https://wall.youtd.cc/bing.php), url(https://api.paugram.com/bing), url(https://baotangguo.cn:8081),
23
- url(https://bing.img.run/1920x1080.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1920x1080),
24
- url(https://api.dujin.org/bing/1920.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=pc),
25
- url(https://www.bing.com/th?id=OHR.SestriLevante_ZH-CN9286254645_1920x1080.jpg);
26
- background-position: center;
27
- background-attachment: fixed;
28
- background-size: cover;
29
- background-repeat: no-repeat;
30
- background-color: #fff !important;
31
- }
32
-
33
- @media screen and (max-width:960px) {
34
- .hope-ui-light {
35
- background-image: url(../bing/mFHD.jpg),
36
- url(https://bing.img.run/m.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1080x1920),
37
- url(https://api.dujin.org/bing/m.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=m),
38
- url(https://www.bing.com/th?id=OHR.SestriLevante_ZH-CN9286254645_1080x1920.jpg);
39
- background-position: center;
40
- background-attachment: fixed;
41
- background-size: cover;
42
- background-repeat: no-repeat;
43
- background-color: #fff !important;
44
- }
45
- }
46
-
47
- .hope-ui-dark {
48
- background-color: #555555 !important;
1
+ /* @import "/css/wallpaper.css"; */
2
+ /* 背景图片:
3
+ 必应:https://wall.youtd.cc/bing.php; https://api.paugram.com/bing/; https://baotangguo.cn:8081/; https://free-api.lsoex.com/v1/bing.php;
4
+ https://bing.img.run/uhd.php; https://bing.img.run/1920x1080.php; https://bing.img.run/1366x768.php; https://bing.img.run/m.php;
5
+ https://api.dujin.org/bing/1920.php; https://api.dujin.org/bing/m.php; https://api.dujin.org/bing/1366.php;
6
+ https://www.yumus.cn/api/?target=img&brand=bing&ua=uhd; https://www.yumus.cn/api/?target=img&brand=bing&ua=pc; https://www.yumus.cn/api/?target=img&brand=bing&ua=m; // https://www.yumus.cn/apidoc
7
+ https://api.timecdn.cn/libs/wallpaper/v1/?p=1920x1080; https://api.timecdn.cn/libs/wallpaper/v1/?p=1080x1920; https://api.timecdn.cn/libs/wallpaper/v1/?p=1366x768;
8
+ 樱花:https://www.dmoe.cc
9
+ 夏沫:https://cdn.seovx.com
10
+ 搏天:https://api.btstu.cn/doc/sjbz.php
11
+ 姬长信:https://github.com/insoxin/API
12
+ 小歪:https://www.ixiaowai.cn/#works
13
+ 保罗:https://api.paugram.com
14
+ 墨天逸:https://api.mtyqx.cn
15
+ 岁月小筑:https://img.xjh.me
16
+ 东方Project:https://img.paulzzh.com
17
+ */
18
+
19
+ /* class="hope-ui-light" */
20
+ .hope-ui-light {
21
+ background-image:
22
+ url(https://wall.youtd.cc/bing.php), url(https://api.paugram.com/bing), url(https://baotangguo.cn:8081),
23
+ url(https://bing.img.run/1920x1080.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1920x1080),
24
+ url(https://api.dujin.org/bing/1920.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=pc),
25
+ url(https://www.bing.com/th?id=OHR.BeachHutsSweden_ZH-CN4193150313_1920x1080.jpg), url(../bing/FHD.jpg);
26
+ background-position: center;
27
+ background-attachment: fixed;
28
+ background-size: cover;
29
+ background-repeat: no-repeat;
30
+ background-color: #fff !important;
31
+ }
32
+
33
+ @media screen and (max-width:960px) {
34
+ .hope-ui-light {
35
+ background-image:
36
+ url(https://bing.img.run/m.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1080x1920),
37
+ url(https://api.dujin.org/bing/m.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=m),
38
+ url(https://www.bing.com/th?id=OHR.BeachHutsSweden_ZH-CN4193150313_1080x1920.jpg), url(../bing/mFHD.jpg);
39
+ background-position: center;
40
+ background-attachment: fixed;
41
+ background-size: cover;
42
+ background-repeat: no-repeat;
43
+ background-color: #fff !important;
44
+ }
45
+ }
46
+
47
+ .hope-ui-dark {
48
+ background-color: #555555 !important;
49
49
  }