hexo-theme-solitude 1.2.6 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/CONTRIBUTING.md +41 -0
  2. package/README.md +8 -8
  3. package/README_EN.md +6 -6
  4. package/_config.yml +502 -297
  5. package/languages/en-US.yml +105 -8
  6. package/languages/zh-CN.yml +98 -1
  7. package/layout/archive.pug +4 -5
  8. package/layout/category.pug +4 -5
  9. package/layout/includes/body/mode.pug +40 -0
  10. package/layout/includes/console.pug +15 -16
  11. package/layout/includes/footer.pug +26 -28
  12. package/layout/includes/head/config.pug +27 -8
  13. package/layout/includes/head/fest.pug +22 -0
  14. package/layout/includes/head/opengraph.pug +11 -0
  15. package/layout/includes/head.pug +1 -3
  16. package/layout/includes/header.pug +1 -1
  17. package/layout/includes/inject/body.pug +36 -13
  18. package/layout/includes/inject/head.pug +30 -20
  19. package/layout/includes/layout.pug +12 -8
  20. package/layout/includes/loading.pug +1 -64
  21. package/layout/includes/mixins/articleSort.pug +4 -4
  22. package/layout/includes/mixins/pagination.pug +1 -1
  23. package/layout/includes/nav.pug +10 -10
  24. package/layout/includes/page/about.pug +1 -0
  25. package/layout/includes/page/categories.pug +3 -3
  26. package/layout/includes/page/default.pug +1 -1
  27. package/layout/includes/page/echarts.pug +3 -3
  28. package/layout/includes/page/equipment.pug +0 -1
  29. package/layout/includes/page/links.pug +5 -26
  30. package/layout/includes/page/moments.pug +0 -1
  31. package/layout/includes/page/music.pug +19 -0
  32. package/layout/includes/page/not_configured.pug +18 -0
  33. package/layout/includes/page/rss.pug +20 -22
  34. package/layout/includes/page/says.pug +1 -2
  35. package/layout/includes/page/tags.pug +3 -3
  36. package/layout/includes/page/tlink.pug +0 -1
  37. package/layout/includes/sidebar.pug +7 -7
  38. package/layout/includes/widgets/aside/aside.pug +13 -1
  39. package/layout/includes/widgets/aside/asideArchive.pug +5 -3
  40. package/layout/includes/widgets/aside/asideCustom.pug +6 -0
  41. package/layout/includes/widgets/aside/asideHistory.pug +3 -3
  42. package/layout/includes/widgets/aside/asideInfoCard.pug +4 -6
  43. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  44. package/layout/includes/widgets/aside/asideSwitch.pug +0 -11
  45. package/layout/includes/widgets/aside/asideTag.pug +2 -2
  46. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  47. package/layout/includes/widgets/aside/asideWebInfo.pug +6 -6
  48. package/layout/includes/widgets/aside/asideWelcome.pug +1 -1
  49. package/layout/includes/widgets/home/banner.pug +2 -2
  50. package/layout/includes/widgets/home/bbTimeList.pug +3 -3
  51. package/layout/includes/widgets/home/categoryBar.pug +3 -3
  52. package/layout/includes/widgets/home/categoryGroup.pug +2 -2
  53. package/layout/includes/widgets/home/hometop.pug +7 -7
  54. package/layout/includes/widgets/home/postList.pug +12 -8
  55. package/layout/includes/widgets/home/topGroup.pug +17 -13
  56. package/layout/includes/widgets/nav/left.pug +6 -6
  57. package/layout/includes/widgets/nav/menu.pug +4 -4
  58. package/layout/includes/widgets/nav/right.pug +14 -14
  59. package/layout/includes/widgets/page/about/authorinfo.pug +1 -1
  60. package/layout/includes/widgets/page/about/award.pug +11 -9
  61. package/layout/includes/widgets/page/about/contentinfo.pug +7 -7
  62. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  63. package/layout/includes/widgets/page/about/motto.pug +2 -2
  64. package/layout/includes/widgets/page/about/other.pug +10 -9
  65. package/layout/includes/widgets/page/about/personalities.pug +2 -2
  66. package/layout/includes/widgets/page/about/skillsinfo.pug +10 -12
  67. package/layout/includes/widgets/page/about/tenyear.pug +48 -0
  68. package/layout/includes/widgets/page/banner.pug +2 -2
  69. package/layout/includes/widgets/page/links/banner.pug +12 -14
  70. package/layout/includes/widgets/page/links/linksItem.pug +0 -1
  71. package/layout/includes/widgets/page/moments/angle.pug +7 -12
  72. package/layout/includes/widgets/page/moments/index.pug +7 -2
  73. package/layout/includes/widgets/post/award.pug +12 -8
  74. package/layout/includes/widgets/post/copyright.pug +16 -14
  75. package/layout/includes/widgets/post/postMeta.pug +36 -25
  76. package/layout/includes/widgets/post/postNav.pug +15 -15
  77. package/layout/includes/widgets/randomlink.pug +10 -5
  78. package/layout/includes/widgets/rightside/index.pug +9 -8
  79. package/layout/includes/widgets/third-party/ai/index.pug +12 -0
  80. package/layout/includes/widgets/third-party/comments/comment.pug +6 -1
  81. package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -4
  82. package/layout/includes/widgets/third-party/comments/waline.pug +4 -5
  83. package/layout/includes/widgets/third-party/music.pug +1 -1
  84. package/layout/includes/widgets/third-party/pjax.pug +6 -1
  85. package/layout/includes/widgets/third-party/search/algolia-search.pug +4 -3
  86. package/layout/includes/widgets/third-party/search/index.pug +2 -2
  87. package/layout/includes/widgets/third-party/search/local-search.pug +3 -3
  88. package/layout/index.pug +5 -6
  89. package/layout/page.pug +34 -29
  90. package/layout/post.pug +3 -23
  91. package/layout/tag.pug +3 -3
  92. package/package.json +2 -2
  93. package/scripts/filter/checkThemeConfig.js +0 -5
  94. package/scripts/helper/cdn.js +12 -0
  95. package/scripts/helper/page.js +13 -0
  96. package/scripts/helper/related_post.js +0 -1
  97. package/scripts/tags/button.js +21 -0
  98. package/scripts/tags/card.js +9 -0
  99. package/scripts/tags/checkbox.js +51 -0
  100. package/scripts/tags/fold.js +0 -5
  101. package/scripts/tags/image.js +75 -0
  102. package/scripts/tags/inline-image.js +12 -0
  103. package/scripts/tags/label.js +10 -0
  104. package/scripts/tags/link.js +2 -0
  105. package/scripts/tags/media.js +29 -0
  106. package/scripts/tags/span.js +17 -0
  107. package/scripts/tags/timeline.js +2 -15
  108. package/scripts/tags/u.js +7 -0
  109. package/source/css/_global/animation.css +57 -0
  110. package/source/css/_global/index.styl +5 -20
  111. package/source/css/_global/var.styl +16 -1
  112. package/source/css/_layout/{base.styl → basic.styl} +24 -116
  113. package/source/css/_layout/header.styl +204 -616
  114. package/source/css/_layout/index.styl +29 -271
  115. package/source/css/_mode/index.styl +102 -93
  116. package/source/css/_page/_home/category-bar.styl +74 -0
  117. package/source/css/_page/_home/home-top.styl +541 -0
  118. package/source/css/_page/_home/index.styl +15 -0
  119. package/source/css/_page/_home/pagination.styl +176 -0
  120. package/source/css/_page/_home/recent-post.styl +204 -0
  121. package/source/css/_page/about/index.styl +1 -0
  122. package/source/css/_page/about/tenyear.styl +56 -0
  123. package/source/css/_page/about.styl +555 -626
  124. package/source/css/_page/category.styl +95 -119
  125. package/source/css/_page/douban.styl +126 -0
  126. package/source/css/_page/equipment.styl +100 -99
  127. package/source/css/_page/error.styl +130 -146
  128. package/source/css/_page/home.styl +41 -50
  129. package/source/css/_page/index.styl +42 -10
  130. package/source/css/_page/links.styl +306 -0
  131. package/source/css/_page/moment.styl +51 -51
  132. package/source/css/_page/music.styl +506 -0
  133. package/source/css/_page/rss.styl +62 -67
  134. package/source/css/_page/says.styl +375 -344
  135. package/source/css/_page/tag.styl +15 -13
  136. package/source/css/_widgets/{aside → _aside}/flip.styl +7 -5
  137. package/source/css/_widgets/{aside → _aside}/history.styl +9 -2
  138. package/source/css/_widgets/_aside/index.styl +96 -0
  139. package/source/css/_widgets/{aside → _aside}/info.styl +86 -89
  140. package/source/css/_widgets/{aside → _aside}/newPost.styl +7 -1
  141. package/source/css/_widgets/{aside → _aside}/toc.styl +28 -5
  142. package/source/css/_widgets/{comment → _comment}/index.styl +4 -12
  143. package/source/css/_widgets/{comment → _comment}/twikoo.styl +5 -2
  144. package/source/css/_widgets/{comment → _comment}/waline.styl +21 -5
  145. package/source/css/{_extra → _widgets/_extra}/console.styl +33 -10
  146. package/source/css/_widgets/_extra/fullpage.styl +46 -0
  147. package/source/css/_widgets/_extra/music.styl +218 -0
  148. package/source/css/_widgets/_extra/pace.styl +39 -0
  149. package/source/css/_widgets/_extra/rightmenu.styl +78 -0
  150. package/source/css/_widgets/_mixins/article-sort.styl +93 -0
  151. package/source/css/_widgets/_mixins/footer.styl +273 -0
  152. package/source/css/_widgets/_mixins/other.styl +34 -0
  153. package/source/css/_widgets/_mixins/sidebar.styl +230 -0
  154. package/source/css/_widgets/_post/_highlight/diff.styl +75 -0
  155. package/source/css/_widgets/_post/_highlight/index.styl +144 -0
  156. package/source/css/_widgets/_post/_highlight/theme/default.styl +12 -0
  157. package/source/css/_widgets/_post/_highlight/theme/mac.styl +25 -0
  158. package/source/css/_widgets/_post/_highlight/theme.styl +68 -0
  159. package/source/css/_widgets/_post/commentBarrage.styl +144 -0
  160. package/source/css/_widgets/_post/content.styl +152 -0
  161. package/source/css/_widgets/_post/copyright.styl +98 -0
  162. package/source/css/_widgets/_post/index.styl +20 -0
  163. package/source/css/_widgets/_post/meta.styl +420 -0
  164. package/source/css/_widgets/_post/pagination.styl +177 -0
  165. package/source/css/_widgets/_post/postAI.styl +131 -0
  166. package/source/css/{_post → _widgets/_post}/relatedPost.styl +4 -1
  167. package/source/css/_widgets/_post/tools.styl +249 -0
  168. package/source/css/{_search → _widgets/_search}/algolia-search.styl +4 -0
  169. package/source/css/{_search → _widgets/_search}/local-search.styl +15 -5
  170. package/source/css/_widgets/_tags/button.styl +60 -0
  171. package/source/css/_widgets/_tags/bvideo.styl +8 -0
  172. package/source/css/_widgets/_tags/card.styl +52 -0
  173. package/source/css/_widgets/_tags/checkbox.styl +85 -0
  174. package/source/css/_widgets/_tags/fold.styl +79 -0
  175. package/source/css/_widgets/_tags/image.styl +10 -0
  176. package/source/css/_widgets/_tags/index.styl +61 -0
  177. package/source/css/_widgets/_tags/inline-image.styl +6 -0
  178. package/source/css/_widgets/_tags/label.styl +3 -0
  179. package/source/css/_widgets/_tags/link.styl +80 -0
  180. package/source/css/_widgets/_tags/note.styl +101 -0
  181. package/source/css/_widgets/_tags/span.styl +61 -0
  182. package/source/css/_widgets/_tags/tabs.styl +105 -0
  183. package/source/css/_widgets/_tags/timeline.styl +80 -0
  184. package/source/css/_widgets/index.styl +50 -1
  185. package/source/css/index.styl +0 -25
  186. package/source/js/{commentBarrage.js → extend/comment/twikoo/commentBarrage.js} +0 -4
  187. package/source/js/extend/comment/{twikoo.js → twikoo/twikoo.js} +12 -40
  188. package/source/js/extend/comment/waline/commentBarrage.js +155 -0
  189. package/source/js/extend/comment/{waline.js → waline/waline.js} +10 -11
  190. package/source/js/extend/search/algolia-search.js +1 -5
  191. package/source/js/extend/search/local-search.js +33 -13
  192. package/source/js/main.js +135 -171
  193. package/source/js/music.js +129 -0
  194. package/source/js/utils.js +4 -7
  195. package/source/lib/cover-color.min.js +7 -0
  196. package/source/lib/rightside.min.js +1 -0
  197. package/source/lib/sco-ai.min.js +8 -0
  198. package/source/lib/snackbar.min.css +1 -1
  199. package/source/lib/txmap.min.js +1 -0
  200. package/source/lib/universe.min.js +1 -0
  201. package/source/lib/view-image.min.js +1 -1
  202. package/layout/includes/widgets/aside/asidePower.pug +0 -19
  203. package/layout/includes/widgets/home/rencentPost.pug +0 -26
  204. package/source/css/_extra/rightmenu.styl +0 -83
  205. package/source/css/_layout/articleSort.styl +0 -199
  206. package/source/css/_layout/footer.styl +0 -359
  207. package/source/css/_layout/sidebar.styl +0 -226
  208. package/source/css/_page/homeTop.styl +0 -1035
  209. package/source/css/_page/link.styl +0 -433
  210. package/source/css/_post/commentBarrage.styl +0 -149
  211. package/source/css/_post/externalTags.styl +0 -694
  212. package/source/css/_post/highlight.styl +0 -96
  213. package/source/css/_post/index.styl +0 -935
  214. package/source/css/_post/pagination.styl +0 -467
  215. package/source/css/_post/postContent.styl +0 -957
  216. package/source/css/_post/reward.styl +0 -217
  217. package/source/css/_widgets/aside/index.styl +0 -156
  218. package/source/css/_widgets/aside/power.styl +0 -90
  219. package/source/img/logo-horizontal_version.png +0 -0
  220. package/source/img/pwa/16.png +0 -0
  221. package/source/img/pwa/180.png +0 -0
  222. package/source/img/pwa/192.png +0 -0
  223. package/source/img/pwa/32.png +0 -0
  224. package/source/img/pwa/512.png +0 -0
  225. package/source/img/pwa/logo.png +0 -0
  226. package/source/img/pwa/siteicon/splash-1125x2436.png +0 -0
  227. package/source/img/pwa/siteicon/splash-1136x640.png +0 -0
  228. package/source/img/pwa/siteicon/splash-1170x2532.png +0 -0
  229. package/source/img/pwa/siteicon/splash-1179x2556.png +0 -0
  230. package/source/img/pwa/siteicon/splash-1242x2208.png +0 -0
  231. package/source/img/pwa/siteicon/splash-1242x2688.png +0 -0
  232. package/source/img/pwa/siteicon/splash-1248x2778.png +0 -0
  233. package/source/img/pwa/siteicon/splash-1290x2796.png +0 -0
  234. package/source/img/pwa/siteicon/splash-1334x750.png +0 -0
  235. package/source/img/pwa/siteicon/splash-1536x2048.png +0 -0
  236. package/source/img/pwa/siteicon/splash-1620x2160.png +0 -0
  237. package/source/img/pwa/siteicon/splash-1668x2224.png +0 -0
  238. package/source/img/pwa/siteicon/splash-1668x2388.png +0 -0
  239. package/source/img/pwa/siteicon/splash-1792x828.png +0 -0
  240. package/source/img/pwa/siteicon/splash-2048x1536.png +0 -0
  241. package/source/img/pwa/siteicon/splash-2048x2732.png +0 -0
  242. package/source/img/pwa/siteicon/splash-2160x1620.png +0 -0
  243. package/source/img/pwa/siteicon/splash-2208x1242.png +0 -0
  244. package/source/img/pwa/siteicon/splash-2224x1668.png +0 -0
  245. package/source/img/pwa/siteicon/splash-2388x1668.png +0 -0
  246. package/source/img/pwa/siteicon/splash-2436x1125.png +0 -0
  247. package/source/img/pwa/siteicon/splash-2532x1170.png +0 -0
  248. package/source/img/pwa/siteicon/splash-2556x1179.png +0 -0
  249. package/source/img/pwa/siteicon/splash-2688x1242.png +0 -0
  250. package/source/img/pwa/siteicon/splash-2732x2048.png +0 -0
  251. package/source/img/pwa/siteicon/splash-2778x1248.png +0 -0
  252. package/source/img/pwa/siteicon/splash-2796x1290.png +0 -0
  253. package/source/img/pwa/siteicon/splash-640x1136.png +0 -0
  254. package/source/img/pwa/siteicon/splash-750x1334.png +0 -0
  255. package/source/img/pwa/siteicon/splash-828x1792.png +0 -0
  256. package/source/img/solitude-show.jpg +0 -0
  257. package/source/js/extend/covercolor/local.js +0 -160
  258. package/source/js/rightside.js +0 -402
  259. package/source/js/txmap.js +0 -236
  260. package/source/lib/chuckle-post-ai.js +0 -1
  261. /package/source/css/_widgets/{aside → _aside}/allinfo.styl +0 -0
  262. /package/source/css/_widgets/{aside → _aside}/welcome.styl +0 -0
  263. /package/source/img/{theme/avatar.png → avatar.png} +0 -0
@@ -0,0 +1,506 @@
1
+ body[data-type=music]
2
+ #page-header #nav a
3
+ color var(--sco-white)
4
+ #page-header.not-top-img #nav .back-home-button
5
+ color var(--sco-white)
6
+ .page
7
+ .layout#content-inner
8
+ background none
9
+
10
+ #page
11
+ padding 0
12
+ background transparent
13
+
14
+ #footer,
15
+ #nav-music
16
+ display none
17
+
18
+ #Music-bg
19
+ display none
20
+ position fixed
21
+ z-index -999
22
+ width 200%
23
+ height 200%
24
+ top -50%
25
+ left -50%
26
+ background-size 40%
27
+ transition 0.6s
28
+ background-image url(https://bu.dusays.com/2023/11/08/654af68b25bb8.jpg)
29
+
30
+ &:before
31
+ content ''
32
+ background rgba(0, 0, 0, 0.4)
33
+ backdrop-filter blur(200px)
34
+ -webkit-backdrop-filter blur(200px)
35
+ position fixed
36
+ z-index -998
37
+ top -50%
38
+ left -50%
39
+ width 200%
40
+ height 200%
41
+
42
+ #Music-page
43
+ max-width 1400px
44
+
45
+ meting-js
46
+ .aplayer
47
+ display flex
48
+ flex-direction row-reverse
49
+ background transparent
50
+ box-shadow none
51
+ justify-content space-between
52
+
53
+ .aplayer-body
54
+ width 70%
55
+
56
+ +maxWidth798()
57
+ width 100%
58
+ overflow hidden
59
+ position fixed
60
+ margin auto
61
+ margin-top 50px
62
+ left 0
63
+ right 0
64
+ top 0
65
+ height calc(var(--vh) - 250px)
66
+
67
+ ol
68
+ max-height calc(var(--vh) - 170px)!important
69
+
70
+ +maxWidth798()
71
+ max-height 100%!important
72
+ padding-right 3px
73
+ padding-left 8px
74
+
75
+ & > li
76
+ font-size 14px
77
+ opacity 0.6
78
+ border-top none
79
+
80
+ +maxWidth798()
81
+ display flex
82
+
83
+ &:hover
84
+ background var(--sco-black-op)
85
+ border-radius 6px
86
+
87
+ &.aplayer-list-light
88
+ background var(--sco-black-op)
89
+ border-radius 6px
90
+ height 60px
91
+ display flex
92
+ flex-direction column
93
+ opacity 1
94
+
95
+ +maxWidth798()
96
+ background #33a673
97
+ padding 5px 20px
98
+ border-radius 10px
99
+ height 52px
100
+ justify-content center
101
+
102
+ .aplayer-list-index
103
+ display none
104
+
105
+ .aplayer-list-title
106
+ font-size 20px
107
+ line-height 20px
108
+ margin-top 8px
109
+ font-weight bold
110
+ overflow hidden
111
+ text-overflow ellipsis
112
+ white-space nowrap
113
+
114
+ +maxWidth798()
115
+ margin-top 4px
116
+
117
+ .aplayer-list-cur
118
+ display none
119
+
120
+ span
121
+ +maxWidth798()
122
+ color #fff
123
+
124
+ &.aplayer-list-author
125
+ max-width 100%
126
+
127
+ +maxWidth798()
128
+ margin-left 0
129
+ right 15px
130
+
131
+ span
132
+ color var(--sco-white)
133
+
134
+ +maxWidth798()
135
+ color var(--sco-black)
136
+
137
+ &.aplayer-list-title
138
+ line-height 32px
139
+
140
+ +maxWidth798()
141
+ max-width 55%
142
+ width auto
143
+ display -webkit-box
144
+ -webkit-line-clamp 1
145
+ overflow hidden
146
+ -webkit-box-orient vertical
147
+ width 30%
148
+
149
+ &.aplayer-list-author
150
+ opacity 0.6
151
+ overflow hidden
152
+ text-overflow ellipsis
153
+ white-space nowrap
154
+ max-width 40%
155
+ line-height 32px
156
+
157
+ +maxWidth798()
158
+ right 10px
159
+ width auto
160
+ max-width 35%
161
+ display -webkit-box
162
+ -webkit-line-clamp 1
163
+ overflow hidden
164
+ -webkit-box-orient vertical
165
+ margin-left auto
166
+
167
+ .aplayer-list-index
168
+ line-height 32px
169
+
170
+ &::-webkit-scrollbar-thumb
171
+ background-color var(--sco-white-op)
172
+
173
+ .aplayer-pic
174
+ float none
175
+ width 60px
176
+ height 60px
177
+ border-radius 12px
178
+ margin auto
179
+ bottom 30px
180
+ left 90px
181
+ position fixed
182
+ z-index 999
183
+ display none
184
+
185
+ .aplayer-info
186
+ margin 0 20px 0 20px
187
+ border-bottom none
188
+
189
+ .aplayer-music
190
+ display none
191
+
192
+ +maxWidth798()
193
+ display flex
194
+ position fixed
195
+ top calc(var(--vh) - 178px)
196
+ left 0
197
+ margin 0
198
+ margin-left 32px
199
+ height 21px
200
+ max-width calc(100vw - 110px)
201
+ white-space nowrap
202
+ overflow hidden
203
+ text-overflow ellipsis
204
+ opacity 0.6
205
+ align-items center
206
+ line-height 1
207
+
208
+ .aplayer-title
209
+ +maxWidth798()
210
+ margin 0
211
+
212
+ .aplayer-author
213
+ +maxWidth798()
214
+ margin-left 4px
215
+
216
+ .aplayer-author,
217
+ .aplayer-title
218
+ +maxWidth798()
219
+ white-space nowrap
220
+ overflow hidden
221
+ text-overflow ellipsis
222
+ max-width calc(100vw - 176px)
223
+ font-size 16px
224
+ font-weight normal
225
+ line-height 1
226
+ color #fff
227
+
228
+ .aplayer-lrc
229
+ padding-top 240px
230
+ height var(--vh)
231
+
232
+ +maxWidth798()
233
+ margin-top 0
234
+ height auto
235
+ min-height 100%
236
+ mask-image linear-gradient(to bottom, #000, #000, #000, #000, #0000, #0000)
237
+ padding-top 100px
238
+
239
+ &:hover
240
+ p
241
+ filter blur(0px)
242
+
243
+ p
244
+ font-size 36px
245
+ line-height 44px !important
246
+ height 44px !important
247
+ margin-bottom 36px !important
248
+ color #fff
249
+ font-weight bold
250
+ text-align center
251
+ filter blur(2px)
252
+ opacity 0.3
253
+ transition all 0.9s cubic-bezier(0.56, 0.17, 0.22, 0.76)
254
+ user-select none
255
+ text-shadow 0px 4px 0px #ffffff00
256
+ overflow hidden
257
+
258
+ +maxWidth798()
259
+ font-size 32px
260
+ margin-bottom 38px
261
+ line-height 42px
262
+ height 42px
263
+
264
+ &.aplayer-lrc-current
265
+ filter blur(0px)
266
+ opacity 1
267
+ transition all 0.3s cubic-bezier(0.56, 0.17, 0.22, 0.76), text-shadow 8s 4s ease-in
268
+ height fit-content !important
269
+ text-shadow 0px 4px 4px #ffffff94
270
+
271
+ &:first-child
272
+ text-shadow 0px 4px 4px #ffffff00
273
+
274
+ .aplayer-controller
275
+ position fixed
276
+ max-width 1400px
277
+ margin auto
278
+ left 0
279
+ right 0
280
+ bottom 38px
281
+ display flex
282
+ justify-content center
283
+ align-items center
284
+
285
+ +maxWidth798()
286
+ width 100%
287
+ bottom 120px
288
+
289
+ .aplayer-bar-wrap
290
+ margin 0 160px 0 150px
291
+
292
+ +maxWidth798()
293
+ margin 0 32px
294
+
295
+ .aplayer-played
296
+ background var(--sco-white) !important
297
+
298
+ .aplayer-thumb
299
+ -webkit-transform none
300
+ transform none
301
+ background #fff !important
302
+
303
+ .aplayer-time
304
+ position absolute
305
+ width 100%
306
+ bottom 26px
307
+ height 0
308
+ display flex
309
+ justify-content flex-end
310
+
311
+ +maxWidth798()
312
+ bottom -40px
313
+ align-items center
314
+
315
+ .aplayer-icon
316
+ width 1.8rem
317
+ height 1.8rem
318
+ margin-left 16px
319
+
320
+ path
321
+ fill var(--sco-white)
322
+ opacity 0.8
323
+
324
+ .aplayer-time-inner
325
+ margin-right 18px
326
+ margin-top -8px
327
+
328
+ +maxWidth798()
329
+ position absolute
330
+ width 100%
331
+ margin-right 4px
332
+ margin-top -60px
333
+
334
+ .aplayer-dtime
335
+ position absolute
336
+ right 30px
337
+
338
+ .aplayer-ptime
339
+ position absolute
340
+ left 44px
341
+
342
+ .aplayer-icon-back
343
+ position absolute
344
+ left 0
345
+ display inline
346
+
347
+ +maxWidth798()
348
+ margin auto
349
+ right 110px
350
+
351
+ .aplayer-icon-play
352
+ position absolute
353
+ left 40px
354
+ display inline
355
+
356
+ +maxWidth798()
357
+ margin auto
358
+ right 0
359
+ left 0
360
+ width 56px
361
+ height 56px
362
+
363
+ .aplayer-icon-forward
364
+ position absolute
365
+ left 80px
366
+ display inline
367
+
368
+ +maxWidth798()
369
+ margin auto
370
+ left 110px
371
+ right 0
372
+
373
+ .aplayer-icon-order
374
+ +maxWidth798()
375
+ position absolute
376
+ left 22px
377
+ width 24px
378
+ height 24px
379
+ opacity 0.4
380
+
381
+ .aplayer-icon-loop
382
+ +maxWidth798()
383
+ position absolute
384
+ right 25px
385
+ width 24px
386
+ height 24px
387
+ opacity 0.4
388
+
389
+ .aplayer-icon-menu
390
+ display none
391
+
392
+ +maxWidth798()
393
+ display inline
394
+ position absolute
395
+ right 30px
396
+ top -100px
397
+ width 24px
398
+ height 24px
399
+ opacity 0.4
400
+
401
+ .aplayer-list
402
+ width 40%
403
+ max-width 480px
404
+ max-height none !important
405
+ height 100%
406
+ min-width 200px
407
+
408
+ +maxWidth798()
409
+ position fixed
410
+ z-index 1002
411
+ width 100%
412
+ bottom 0px
413
+ left 0
414
+ background var(--sco-white)
415
+ border-radius 16px 16px 0px 0px
416
+ padding 15px 0px
417
+ max-width 100%
418
+ height calc(var(--vh) - 200px)
419
+
420
+ &.aplayer-list-hide
421
+ bottom -100% !important
422
+
423
+ .aplayer
424
+ .aplayer-lrc
425
+ +maxWidth798()
426
+ overflow inherit
427
+
428
+ &:after,
429
+ &:before
430
+ display none
431
+
432
+ .aplayer-lrc-contents
433
+ width 90%
434
+ margin-left auto
435
+ transition all .5s cubic-bezier(0.49, 0.21, 0.22, 0.84)
436
+ position relative
437
+
438
+ +maxWidth798()
439
+ width 100%
440
+
441
+ .aplayer-info
442
+ .aplayer-controller
443
+ .aplayer-bar-wrap
444
+ .aplayer-bar
445
+ height 8px
446
+ border-radius 8px
447
+ background var(--sco-white-op)
448
+
449
+ .aplayer-loaded
450
+ background var(--sco-white-op)
451
+ height 8px
452
+ border-radius 8px
453
+
454
+ .aplayer-played
455
+ height 8px
456
+ border-radius 8px
457
+
458
+ .aplayer-thumb
459
+ height 16px
460
+ width 16px
461
+
462
+ .aplayer-time
463
+ color var(--sco-white)
464
+
465
+
466
+ .aplayer-volume-wrap
467
+ &:hover
468
+ .aplayer-volume-bar-wrap
469
+ height 120px
470
+ border-radius 40px
471
+ width 30px
472
+
473
+ .aplayer-volume-bar-wrap
474
+ width 30px
475
+ right 6px
476
+
477
+ .aplayer-volume-bar
478
+ width 100%
479
+ height 100%
480
+ left 0
481
+
482
+ .aplayer-volume
483
+ width: 100%
484
+ background: var(--sco-white) !important
485
+
486
+ .aplayer-icon-volume-down
487
+ display block
488
+
489
+ +maxWidth798()
490
+ display none
491
+
492
+ .aplayer-volume-bar-wrap
493
+ +maxWidth798()
494
+ bottom 0
495
+ right 7px
496
+
497
+ .Music-loading
498
+ display flex
499
+ align-items center
500
+ justify-content center
501
+ height 50vh
502
+
503
+ div
504
+ font-size 1rem
505
+ font-weight bold
506
+ letter-spacing 2px
@@ -3,85 +3,80 @@
3
3
  width 100%
4
4
  flex-direction row
5
5
  flex-wrap wrap
6
- margin 0 -4px
6
+ margin-left -4px
7
7
  position relative
8
8
 
9
- .rss-plan-item.rss-plan-wechat
10
- background #27c125
11
- overflow hidden
12
-
13
- .rss-plan-item.rss-plan-mail
14
- background var(--sco-blue)
9
+ .rss-plan-item
10
+ border-radius 12px
11
+ display flex
12
+ flex-direction column
13
+ justify-content space-between
14
+ min-width 240px
15
+ height 240px
16
+ margin 4px auto
17
+ overflow hidden
18
+ text-decoration none
19
+ width calc(100% / 3 - 8px)
20
+ filter brightness(1)
21
+ transition .3s
15
22
 
16
- .rss-plan-item.rss-plan-rss
17
- background var(--sco-orange)
23
+ +maxWidth1024()
24
+ width calc(100% / 2 - 8px)
18
25
 
19
- .rss-plan-item
20
- border-radius 12px
21
- display flex
22
- flex-direction column
23
- justify-content space-between
24
- min-width 240px
25
- height 240px
26
- margin 4px auto
27
- overflow hidden
28
- text-decoration none
29
- width calc(100% / 3 - 8px)
30
- filter brightness(1)
31
- transition .3s
26
+ &first-child
27
+ width 100%
32
28
 
33
- .rss-plan-item:hover
34
- filter brightness(1.1)
29
+ +maxWidth768()
30
+ width 100%
35
31
 
36
- +maxWidth1024()
37
- .rss-plan-item
38
- width calc(100% / 2 - 4px)
32
+ &.rss-plan-wechat
33
+ background #27c125
34
+ overflow hidden
39
35
 
40
- .rss-plan-item:first-child
41
- width 100%
36
+ &.rss-plan-mail
37
+ background var(--sco-blue)
42
38
 
43
- +maxWidth768()
44
- .rss-plan-item
45
- width 100%
39
+ &.rss-plan-rss
40
+ background var(--sco-orange)
46
41
 
47
- .rss-plan-item:visited
48
- color var(--sco-white)
42
+ &:hover
43
+ filter brightness(1.1)
49
44
 
50
- .rss-plan-description
51
- font-size 16px
52
- color var(--sco-white)
53
- margin 26px 0 0 30px
54
- line-height 20px
45
+ img.rss-plan-icon
46
+ bottom -40px
47
+ right -10px
48
+ filter blur(0)
49
+ opacity 1
55
50
 
56
- img.rss-plan-icon
57
- position absolute
58
- bottom -50px
59
- right -20px
60
- height 140px
61
- user-select none
62
- -webkit-user-drag none
63
- transition all 1.2s cubic-bezier(.39, .575, .565, 1)
64
- transform-origin bottom right
65
- filter blur(8px)
66
- opacity .6
51
+ .rss-plan-description
52
+ font-size 16px
53
+ color var(--sco-white)
54
+ margin 26px 0 0 30px
55
+ line-height 20px
67
56
 
68
- .rss-plan-item:hover img.rss-plan-icon
69
- bottom -40px
70
- right -10px
71
- filter blur(0)
72
- opacity 1
57
+ img.rss-plan-icon
58
+ position absolute
59
+ bottom -50px
60
+ right -20px
61
+ height 140px
62
+ user-select none
63
+ -webkit-user-drag none
64
+ transition all 1.2s cubic-bezier(.39, .575, .565, 1)
65
+ transform-origin bottom right
66
+ filter blur(8px)
67
+ opacity .6
73
68
 
74
- .rss-plan-info-group
75
- position relative
76
- margin 0 0 26px 30px
77
- color var(--sco-white)
69
+ .rss-plan-info-group
70
+ position relative
71
+ margin 0 0 26px 30px
72
+ color var(--sco-white)
78
73
 
79
- .rss-plan-title
80
- font-size 36px
81
- font-weight 700
82
- width fit-content
83
- line-height 1
74
+ .rss-plan-title
75
+ font-size 36px
76
+ font-weight 700
77
+ width fit-content
78
+ line-height 1
84
79
 
85
- .rss-plan-info
86
- width fit-content
87
- opacity .6
80
+ .rss-plan-info
81
+ width fit-content
82
+ opacity .6