hexo-theme-solitude 1.3.1 → 1.4.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 (274) hide show
  1. package/.github/FUNDING.yml +13 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +107 -0
  3. package/.github/ISSUE_TEMPLATE/config.yml +13 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.yml +14 -0
  5. package/.github/workflows/npm-publish.yml +21 -0
  6. package/CONTRIBUTING.md +0 -0
  7. package/LICENSE +0 -0
  8. package/README.md +60 -43
  9. package/README_EN.md +60 -42
  10. package/_config.yml +602 -451
  11. package/languages/en-US.yml +4 -24
  12. package/languages/zh-CN.yml +4 -24
  13. package/layout/404.pug +1 -1
  14. package/layout/archive.pug +0 -0
  15. package/layout/category.pug +0 -0
  16. package/layout/includes/body/mode.pug +1 -6
  17. package/layout/includes/console.pug +3 -3
  18. package/layout/includes/footer.pug +16 -15
  19. package/layout/includes/head/config.pug +38 -30
  20. package/layout/includes/head/opengraph.pug +0 -0
  21. package/layout/includes/head/pwa.pug +5 -44
  22. package/layout/includes/head.pug +4 -2
  23. package/layout/includes/header.pug +0 -0
  24. package/layout/includes/inject/body.pug +114 -65
  25. package/layout/includes/inject/head.pug +11 -46
  26. package/layout/includes/layout.pug +1 -2
  27. package/layout/includes/loading.pug +0 -0
  28. package/layout/includes/mixins/articleSort.pug +0 -0
  29. package/layout/includes/mixins/pagination.pug +0 -0
  30. package/layout/includes/nav.pug +1 -1
  31. package/layout/includes/page/about.pug +1 -1
  32. package/layout/includes/page/categories.pug +0 -0
  33. package/layout/includes/page/default.pug +0 -0
  34. package/layout/includes/page/equipment.pug +0 -0
  35. package/layout/includes/page/links.pug +2 -2
  36. package/layout/includes/page/music.pug +0 -0
  37. package/layout/includes/page/not_configured.pug +0 -0
  38. package/layout/includes/page/rss.pug +3 -3
  39. package/layout/includes/page/says.pug +15 -15
  40. package/layout/includes/page/tags.pug +0 -0
  41. package/layout/includes/page/tlink.pug +1 -0
  42. package/layout/includes/recent-posts.pug +0 -0
  43. package/layout/includes/sidebar.pug +0 -0
  44. package/layout/includes/widgets/aside/aside.pug +6 -6
  45. package/layout/includes/widgets/aside/asideAllInfo.pug +0 -0
  46. package/layout/includes/widgets/aside/asideArchive.pug +0 -0
  47. package/layout/includes/widgets/aside/asideCustom.pug +1 -1
  48. package/layout/includes/widgets/aside/asideFlipCard.pug +0 -0
  49. package/layout/includes/widgets/aside/asideInfoCard.pug +3 -3
  50. package/layout/includes/widgets/aside/asideNewestPost.pug +0 -0
  51. package/layout/includes/widgets/aside/asideSwitch.pug +0 -4
  52. package/layout/includes/widgets/aside/asideTag.pug +1 -1
  53. package/layout/includes/widgets/aside/asideToc.pug +0 -0
  54. package/layout/includes/widgets/aside/asideWebInfo.pug +2 -2
  55. package/layout/includes/widgets/home/banner.pug +0 -0
  56. package/layout/includes/widgets/home/bb/json.pug +22 -0
  57. package/layout/includes/widgets/home/bb/local.pug +17 -0
  58. package/layout/includes/widgets/home/bb/memos.pug +25 -0
  59. package/layout/includes/widgets/home/bbTimeList.pug +11 -7
  60. package/layout/includes/widgets/home/categoryBar.pug +0 -0
  61. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  62. package/layout/includes/widgets/home/hometop.pug +0 -0
  63. package/layout/includes/widgets/home/postList.pug +0 -0
  64. package/layout/includes/widgets/home/topGroup.pug +0 -0
  65. package/layout/includes/widgets/nav/left.pug +0 -0
  66. package/layout/includes/widgets/nav/menu.pug +1 -1
  67. package/layout/includes/widgets/nav/right.pug +6 -5
  68. package/layout/includes/widgets/page/about/authorinfo.pug +10 -9
  69. package/layout/includes/widgets/page/about/award.pug +0 -0
  70. package/layout/includes/widgets/page/about/contentinfo.pug +35 -34
  71. package/layout/includes/widgets/page/about/hobbies.pug +21 -17
  72. package/layout/includes/widgets/page/about/motto.pug +17 -16
  73. package/layout/includes/widgets/page/about/other.pug +16 -16
  74. package/layout/includes/widgets/page/about/personalities.pug +15 -14
  75. package/layout/includes/widgets/page/about/skillsinfo.pug +37 -36
  76. package/layout/includes/widgets/page/about/tenyear.pug +0 -0
  77. package/layout/includes/widgets/page/banner.pug +9 -3
  78. package/layout/includes/widgets/page/equipment/content.pug +0 -0
  79. package/layout/includes/widgets/page/links/banner.pug +14 -12
  80. package/layout/includes/widgets/page/links/linksCard.pug +4 -6
  81. package/layout/includes/widgets/page/links/linksDiscn.pug +8 -0
  82. package/layout/includes/widgets/page/links/linksItem.pug +4 -6
  83. package/layout/includes/widgets/page/says/json.pug +78 -0
  84. package/layout/includes/widgets/page/says/local.pug +44 -0
  85. package/layout/includes/widgets/page/says/memos.pug +107 -0
  86. package/layout/includes/widgets/post/award.pug +0 -0
  87. package/layout/includes/widgets/post/copyright.pug +2 -2
  88. package/layout/includes/widgets/post/post-ai.pug +12 -0
  89. package/layout/includes/widgets/post/postMeta.pug +2 -2
  90. package/layout/includes/widgets/post/postNav.pug +0 -0
  91. package/layout/includes/widgets/post/wave.pug +0 -0
  92. package/layout/includes/widgets/randomlink.pug +1 -1
  93. package/layout/includes/widgets/rightside/index.pug +6 -5
  94. package/layout/includes/widgets/third-party/comments/comment.pug +1 -5
  95. package/layout/includes/widgets/third-party/comments/twikoo.pug +1 -1
  96. package/layout/includes/widgets/third-party/comments/waline.pug +9 -11
  97. package/layout/includes/widgets/third-party/music.pug +1 -1
  98. package/layout/includes/widgets/third-party/news-comment/newest-comment.pug +6 -0
  99. package/layout/includes/widgets/third-party/news-comment/twikoo.pug +70 -0
  100. package/layout/includes/widgets/third-party/news-comment/waline.pug +64 -0
  101. package/layout/includes/widgets/third-party/pjax.pug +0 -0
  102. package/layout/includes/widgets/third-party/search/algolia-search.pug +0 -0
  103. package/layout/includes/widgets/third-party/search/index.pug +8 -7
  104. package/layout/includes/widgets/third-party/search/local-search.pug +0 -0
  105. package/layout/index.pug +3 -3
  106. package/layout/page.pug +0 -4
  107. package/layout/post.pug +2 -2
  108. package/layout/tag.pug +0 -0
  109. package/package.json +18 -9
  110. package/plugins.yml +109 -0
  111. package/scripts/event/cdn.js +129 -0
  112. package/scripts/event/init.js +0 -0
  113. package/scripts/event/page.js +1 -21
  114. package/scripts/event/welcome.js +1 -1
  115. package/scripts/filter/checkThemeConfig.js +0 -0
  116. package/scripts/filter/default.js +0 -0
  117. package/scripts/filter/lazyload.js +1 -1
  118. package/scripts/filter/randomPosts.js +0 -0
  119. package/scripts/helper/cdn.js +0 -0
  120. package/scripts/helper/getArchiveLength.js +0 -0
  121. package/scripts/helper/page.js +0 -0
  122. package/scripts/helper/related_post.js +0 -0
  123. package/scripts/helper/stylus.js +0 -0
  124. package/scripts/tags/button.js +0 -0
  125. package/scripts/tags/bvideo.js +0 -0
  126. package/scripts/tags/card.js +0 -0
  127. package/scripts/tags/checkbox.js +0 -0
  128. package/scripts/tags/fold.js +0 -0
  129. package/scripts/tags/image.js +0 -0
  130. package/scripts/tags/inline-image.js +0 -0
  131. package/scripts/tags/label.js +0 -0
  132. package/scripts/tags/link.js +0 -0
  133. package/scripts/tags/media.js +0 -0
  134. package/scripts/tags/note.js +0 -0
  135. package/scripts/tags/span.js +0 -0
  136. package/scripts/tags/tabs.js +0 -0
  137. package/scripts/tags/timeline.js +0 -0
  138. package/scripts/tags/u.js +0 -0
  139. package/source/css/_global/animation.css +0 -0
  140. package/source/css/_global/function.styl +42 -42
  141. package/source/css/_global/index.styl +1 -1
  142. package/source/css/_global/var.styl +0 -0
  143. package/source/css/_layout/basic.styl +16 -13
  144. package/source/css/_layout/header.styl +7 -2
  145. package/source/css/_layout/index.styl +59 -5
  146. package/source/css/_mode/index.styl +1 -17
  147. package/source/css/_page/_home/category-bar.styl +0 -0
  148. package/source/css/_page/_home/home-top.styl +10 -31
  149. package/source/css/_page/_home/index.styl +0 -0
  150. package/source/css/_page/_home/pagination.styl +3 -0
  151. package/source/css/_page/_home/recent-post.styl +10 -3
  152. package/source/css/_page/about/author.styl +94 -0
  153. package/source/css/_page/about/buff.styl +34 -0
  154. package/source/css/_page/about/careers.styl +27 -0
  155. package/source/css/_page/about/contentinfo.styl +78 -0
  156. package/source/css/_page/about/game.styl +41 -0
  157. package/source/css/_page/about/index.styl +39 -1
  158. package/source/css/_page/about/like.styl +29 -0
  159. package/source/css/_page/about/maxim.styl +23 -0
  160. package/source/css/_page/about/myphoto.styl +34 -0
  161. package/source/css/_page/about/oneself.styl +91 -0
  162. package/source/css/_page/about/personalities.styl +25 -0
  163. package/source/css/_page/about/reward.styl +113 -0
  164. package/source/css/_page/about/skills.styl +75 -0
  165. package/source/css/_page/about/statistic.styl +55 -0
  166. package/source/css/_page/about/tenyear.styl +0 -0
  167. package/source/css/_page/category.styl +0 -0
  168. package/source/css/_page/douban.styl +0 -1
  169. package/source/css/_page/equipment.styl +0 -0
  170. package/source/css/_page/error.styl +0 -0
  171. package/source/css/_page/home.styl +0 -0
  172. package/source/css/_page/index.styl +20 -5
  173. package/source/css/_page/links.styl +84 -49
  174. package/source/css/_page/moment.styl +0 -0
  175. package/source/css/_page/music.styl +0 -0
  176. package/source/css/_page/rss.styl +0 -0
  177. package/source/css/_page/says.styl +10 -0
  178. package/source/css/_page/tag.styl +0 -0
  179. package/source/css/_widgets/_aside/allinfo.styl +34 -0
  180. package/source/css/_widgets/_aside/flip.styl +0 -0
  181. package/source/css/_widgets/_aside/index.styl +1 -7
  182. package/source/css/_widgets/_aside/info.styl +0 -0
  183. package/source/css/_widgets/_aside/newPost.styl +0 -0
  184. package/source/css/_widgets/_aside/toc.styl +0 -0
  185. package/source/css/_widgets/_aside/welcome.styl +0 -0
  186. package/source/css/_widgets/_comment/index.styl +0 -0
  187. package/source/css/_widgets/_comment/twikoo.styl +0 -2
  188. package/source/css/_widgets/_comment/waline.styl +0 -0
  189. package/source/css/_widgets/_extra/console.styl +0 -0
  190. package/source/css/_widgets/_extra/fullpage.styl +0 -0
  191. package/source/css/_widgets/_extra/music.styl +1 -1
  192. package/source/css/_widgets/_extra/pace.styl +0 -0
  193. package/source/css/_widgets/_extra/rightmenu.styl +0 -0
  194. package/source/css/_widgets/_mixins/article-sort.styl +0 -0
  195. package/source/css/_widgets/_mixins/footer.styl +1 -2
  196. package/source/css/_widgets/_mixins/other.styl +0 -4
  197. package/source/css/_widgets/_mixins/sidebar.styl +0 -0
  198. package/source/css/_widgets/_post/_highlight/diff.styl +0 -0
  199. package/source/css/_widgets/_post/_highlight/index.styl +0 -1
  200. package/source/css/_widgets/_post/_highlight/theme/default.styl +0 -0
  201. package/source/css/_widgets/_post/_highlight/theme/mac.styl +0 -0
  202. package/source/css/_widgets/_post/_highlight/theme.styl +0 -0
  203. package/source/css/_widgets/_post/commentBarrage.styl +0 -0
  204. package/source/css/_widgets/_post/content.styl +42 -11
  205. package/source/css/_widgets/_post/copyright.styl +0 -0
  206. package/source/css/_widgets/_post/index.styl +1 -1
  207. package/source/css/_widgets/_post/meta.styl +0 -3
  208. package/source/css/_widgets/_post/pagination.styl +1 -1
  209. package/source/css/_widgets/_post/postAI.styl +0 -0
  210. package/source/css/_widgets/_post/relatedPost.styl +0 -0
  211. package/source/css/_widgets/_post/tools.styl +0 -0
  212. package/source/css/_widgets/_search/algolia-search.styl +0 -0
  213. package/source/css/_widgets/_search/local-search.styl +0 -0
  214. package/source/css/_widgets/_tags/button.styl +0 -0
  215. package/source/css/_widgets/_tags/bvideo.styl +0 -0
  216. package/source/css/_widgets/_tags/card.styl +0 -0
  217. package/source/css/_widgets/_tags/checkbox.styl +0 -0
  218. package/source/css/_widgets/_tags/fold.styl +0 -0
  219. package/source/css/_widgets/_tags/image.styl +0 -0
  220. package/source/css/_widgets/_tags/index.styl +0 -0
  221. package/source/css/_widgets/_tags/inline-image.styl +0 -0
  222. package/source/css/_widgets/_tags/label.styl +0 -0
  223. package/source/css/_widgets/_tags/link.styl +4 -2
  224. package/source/css/_widgets/_tags/note.styl +0 -0
  225. package/source/css/_widgets/_tags/span.styl +0 -0
  226. package/source/css/_widgets/_tags/tabs.styl +0 -0
  227. package/source/css/_widgets/_tags/timeline.styl +0 -1
  228. package/source/css/_widgets/index.styl +4 -4
  229. package/source/css/index.styl +0 -0
  230. package/source/img/avatar.png +0 -0
  231. package/source/img/default.png +0 -0
  232. package/source/img/error_load.png +0 -0
  233. package/source/js/{extend/comment/twikoo/commentBarrage.js → comment/twikoo_commentBarrage.js} +0 -0
  234. package/source/js/{extend/comment/waline/commentBarrage.js → comment/waline_commentBarrage.js} +0 -0
  235. package/source/js/covercolor/api.js +92 -0
  236. package/source/js/covercolor/local.js +85 -0
  237. package/source/js/main.js +28 -235
  238. package/source/js/music.js +0 -0
  239. package/source/js/rightside.js +404 -0
  240. package/source/js/{extend/search/algolia-search.js → search/algolia.js} +10 -0
  241. package/source/js/{extend/search/local-search.js → search/local.js} +24 -2
  242. package/source/js/utils.js +75 -1
  243. package/layout/includes/head/fest.pug +0 -22
  244. package/layout/includes/page/echarts.pug +0 -7
  245. package/layout/includes/page/moments.pug +0 -4
  246. package/layout/includes/widgets/aside/asideHistory.pug +0 -8
  247. package/layout/includes/widgets/aside/asideWelcome.pug +0 -12
  248. package/layout/includes/widgets/page/moments/angle.pug +0 -19
  249. package/layout/includes/widgets/page/moments/index.pug +0 -23
  250. package/layout/includes/widgets/page/says/saysBottom.pug +0 -11
  251. package/layout/includes/widgets/page/says/saysContent.pug +0 -6
  252. package/layout/includes/widgets/page/says/saysFunction.pug +0 -10
  253. package/layout/includes/widgets/page/says/saysMeta.pug +0 -7
  254. package/layout/includes/widgets/third-party/ai/index.pug +0 -12
  255. package/layout/includes/widgets/third-party/comments/gitalk.pug +0 -0
  256. package/layout/includes/widgets/third-party/comments/valine.pug +0 -0
  257. package/scripts/helper/echarts.js +0 -407
  258. package/source/css/_page/about.styl +0 -764
  259. package/source/css/_widgets/_aside/history.styl +0 -42
  260. package/source/js/extend/comment/twikoo/twikoo.js +0 -67
  261. package/source/js/extend/comment/waline/waline.js +0 -60
  262. package/source/lib/bundle.min.js +0 -27
  263. package/source/lib/circle.min.js +0 -1
  264. package/source/lib/cover-color.min.js +0 -7
  265. package/source/lib/friends_post.js +0 -4
  266. package/source/lib/lazyload.min.js +0 -1
  267. package/source/lib/rightside.min.js +0 -1
  268. package/source/lib/snackbar.min.css +0 -1
  269. package/source/lib/snackbar.min.js +0 -9
  270. package/source/lib/txmap.min.js +0 -1
  271. package/source/lib/universe.min.js +0 -1
  272. package/source/lib/view-image.min.js +0 -6
  273. package/source/lib/waterfall.min.js +0 -1
  274. /package/source/{lib → js}/sco-ai.min.js +0 -0
@@ -1,764 +0,0 @@
1
- #about-page
2
- display flex
3
- padding-top 1rem
4
- flex-direction column
5
- align-items center
6
-
7
- .author-info
8
- display flex
9
- align-items center
10
- margin 0 0 16px 0
11
-
12
- .author-tag-left
13
- display flex
14
- flex-direction column
15
- align-items flex-end
16
-
17
- .author-tag
18
- &:first-child,
19
- &:last-child
20
- margin-right -16px
21
-
22
- .author-tag-right
23
- display flex
24
- flex-direction column
25
- align-items flex-start
26
-
27
- .author-tag
28
- &:first-child,
29
- &:last-child
30
- margin-left -16px
31
-
32
- +maxWidth768()
33
- .author-tag-left, .author-tag-right
34
- display none
35
-
36
- .author-tag
37
- transform translate(0, -4px)
38
- padding 1px 8px
39
- background var(--sco-card-bg)
40
- border var(--style-border-always)
41
- border-radius 40px
42
- margin-top 6px
43
- font-size 14px
44
- font-weight 700
45
- box-shadow var(--sco-shadow-lightblack)
46
- animation 6s ease-in-out 0s infinite normal none running floating
47
-
48
- &:nth-child(1)
49
- animation-delay 0s
50
-
51
- &:nth-child(2)
52
- animation-delay .6s
53
-
54
- &:nth-child(3)
55
- animation-delay 1.2s
56
-
57
- &:nth-child(4)
58
- animation-delay 1.8s
59
-
60
- .author-img
61
- margin 0 30px
62
- border-radius 50%
63
- width 180px
64
- height 180px
65
- position relative
66
- background var(--sco-secondbg)
67
- user-select none
68
-
69
- +maxWidth768()
70
- width 120px
71
- height 120px
72
-
73
- &::before
74
- bottom -5px
75
- right -5px
76
-
77
- img
78
- border-radius 200px
79
-
80
- &::before
81
- content ''
82
- -webkit-transition 1s
83
- -moz-transition 1s
84
- -o-transition 1s
85
- -ms-transition 1s
86
- transition 1s
87
- width 30px
88
- height 30px
89
- background var(--sco-green)
90
- position absolute
91
- border-radius 50%
92
- border 5px solid var(--sco-background)
93
- bottom 5px
94
- right 10px
95
- z-index 2
96
-
97
- .author-title
98
- font-size 2rem
99
- font-weight 700
100
- margin 1rem 0
101
- line-height 1
102
-
103
- .myInfoAndSayHello
104
- display flex
105
- flex-direction column
106
- justify-content center
107
- color var(--sco-white)
108
- background linear-gradient(120deg, #5b27ff 0, #00d4ff 100%)
109
- background-size 200%
110
- animation gradient 15s ease infinite
111
- width 59%
112
-
113
- .title1
114
- opacity .8
115
- line-height 1.3
116
-
117
- .title2
118
- font-size 36px
119
- font-weight 700
120
- line-height 1.1
121
- margin .5rem 0
122
-
123
- .inline-word
124
- word-break keep-all
125
- white-space nowrap
126
-
127
- .aboutsiteTips
128
- display flex
129
- justify-content center
130
- align-items flex-start
131
- flex-direction column
132
- width 39%
133
-
134
- h2
135
- margin-right auto
136
- font-size 36px
137
- font-family Helvetica
138
- line-height 1.06
139
- letter-spacing -.02em
140
- color var(--sco-fontcolor)
141
- margin-top 0
142
-
143
- .mask
144
- height 36px
145
- position relative
146
- overflow hidden
147
- margin-top 4px
148
-
149
- span
150
- display block
151
- box-sizing border-box
152
- position absolute
153
- top 36px
154
- padding-bottom var(--offset)
155
- background-size 100% 100%
156
- -webkit-background-clip text
157
- background-clip text
158
- -webkit-text-fill-color transparent
159
- background-repeat no-repeat
160
-
161
- &[data-show]
162
- transform translateY(-100%)
163
- transition .5s transform ease-in-out
164
-
165
- &[data-up]
166
- transform translateY(-200%)
167
- transition .5s transform ease-in-out
168
-
169
- span:nth-child(1)
170
- background-image linear-gradient(45deg, #0ecffe 50%, #07a6f1)
171
-
172
- span:nth-child(2)
173
- background-image linear-gradient(45deg, #18e198 50%, #0ec15d)
174
-
175
- span:nth-child(3)
176
- background-image linear-gradient(45deg, #8a7cfb 50%, #633e9c)
177
-
178
- span:nth-child(4)
179
- background-image linear-gradient(45deg, #fa7671 50%, #f45f7f)
180
-
181
- .author-content-item.skills
182
- display flex
183
- justify-content center
184
- align-items flex-start
185
- flex-direction column
186
- width 49%
187
- min-height 450px
188
-
189
- .tags-group-all
190
- display flex
191
- transform rotate(0)
192
- transition .3s
193
-
194
- .tags-group-wrapper
195
- margin-top 20px
196
- display flex
197
- flex-wrap nowrap
198
- animation rowup 60s linear infinite
199
-
200
- .skills-style-group
201
- position relative
202
-
203
- .skills-list
204
- display flex
205
- opacity 0
206
- transition .3s
207
- position absolute
208
- width 100%
209
- top 0
210
- left 0
211
- flex-wrap wrap
212
- flex-direction row
213
- margin-top 10px
214
-
215
- &:hover
216
- .skills-style-group
217
- .tags-group-all
218
- opacity 0
219
-
220
- .skills-list
221
- opacity 1
222
-
223
- .skill-info
224
- display flex
225
- align-items center
226
- margin-right 10px
227
- margin-top 10px
228
- background var(--sco-background)
229
- border-radius 40px
230
- padding 4px 12px 4px 8px
231
- border var(--style-border)
232
- box-shadow var(--sco-shadow-border)
233
-
234
- .etc
235
- margin-right 10px
236
- margin-top 10px
237
-
238
- .skill-icon
239
- width 32px
240
- height 32px
241
- border-radius 32px
242
- display flex
243
- align-items center
244
- justify-content center
245
- margin-right 8px
246
- user-select none
247
-
248
- img
249
- width 18px
250
- height 18px
251
-
252
- .skill-name
253
- font-weight 700
254
- line-height 1
255
-
256
- .author-content-item.careers
257
- min-height 400px
258
-
259
- img
260
- position absolute
261
- left 0
262
- bottom 20px
263
- width 100%
264
- transition .6s
265
- user-select none
266
-
267
- .careers-group
268
- margin-top 12px
269
-
270
- .careers-item
271
- display flex
272
- align-items center
273
-
274
- .circle
275
- width 16px
276
- height 16px
277
- margin-right 8px
278
- border-radius 16px
279
-
280
- .name
281
- color var(--sco-secondtext)
282
-
283
- .author-content-item.myphoto
284
- height 60%
285
- min-height 240px
286
- position relative
287
- overflow hidden
288
- width 39%
289
- display flex
290
- align-items center
291
- justify-content center
292
-
293
- img
294
- position absolute
295
- height 100%
296
- min-width 100%
297
- object-fit cover
298
- transition .6s
299
- user-select none
300
-
301
- &:hover
302
- img
303
- min-width 105%
304
- transition 2s
305
-
306
- .myphoto-title
307
- position absolute
308
- bottom 0
309
- left 0
310
- width 100%
311
- background var(--sco-maskbgdeep)
312
- padding .5rem 2rem
313
- backdrop-filter saturate(180%) blur(20px)
314
- -webkit-backdrop-filter blur(20px)
315
- transform translateZ(0)
316
-
317
- .author-content-item.personalities
318
- overflow hidden
319
- position relative
320
- width 59%
321
- +maxWidth768()
322
- min-height 360px
323
-
324
- .title2
325
- font-size 36px
326
- font-weight 700
327
- line-height 1.1
328
-
329
- .image
330
- position absolute
331
- right -40px
332
- bottom -10rem
333
- transition transform 2s cubic-bezier(.13, .45, .21, 1.02)
334
- user-select none
335
-
336
- +maxWidth768()
337
- right -70px
338
-
339
- &:hover
340
- .image
341
- transform rotate(-10deg)
342
-
343
- .author-content-item.maxim
344
- font-size 36px
345
- font-weight 700
346
- line-height 1.1
347
- display flex
348
- align-items flex-start
349
- flex-direction column
350
- justify-content center
351
- width 39%
352
-
353
- .maxim-title
354
- display flex
355
- flex-direction column
356
-
357
- span:first-child
358
- opacity 0.6
359
- margin-bottom 8px
360
-
361
- .title1
362
- opacity .8
363
- font-size .6rem
364
- margin-bottom .5rem
365
-
366
- .author-content-item.buff
367
- font-size 36px
368
- font-weight 700
369
- line-height 1.1
370
- display flex
371
- align-items flex-start
372
- flex-direction column
373
- justify-content center
374
- background linear-gradient(120deg, #ff27e8 0, #ff8000 100%)
375
- color var(--sco-white)
376
- background-size 200%
377
- animation gradient 15s ease infinite
378
- min-height 200px
379
- height fit-content
380
- width 59%
381
-
382
- .card-content
383
- display flex
384
- flex-direction column
385
- justify-content center
386
-
387
- .buff-title
388
- display flex
389
- flex-direction column
390
-
391
- span:first-child
392
- opacity 0.6
393
- margin-bottom 8px
394
-
395
- .title1
396
- opacity .8
397
- font-size .6rem
398
- margin-bottom .5rem
399
-
400
- .author-content-item.game-apex
401
- min-height 300px
402
- overflow hidden
403
- color var(--sco-white)
404
- width 59%
405
-
406
- &::after
407
- box-shadow 0 -69px 203px 11px #04120f inset
408
- position absolute
409
- content ''
410
- width 100%
411
- height 100%
412
- top 0
413
- left 0
414
-
415
- .card-content
416
- position absolute
417
- width 100%
418
- height 100%
419
- top 0
420
- left 0
421
- z-index 2
422
- display flex
423
- flex-direction column
424
- padding 1rem 2rem
425
-
426
- .author-content-item.game-jl
427
- width 39%
428
- min-height 300px
429
- overflow hidden
430
- color var(--sco-white)
431
-
432
- &::after
433
- box-shadow 0 -69px 203px 11px #415dc9 inset
434
- position absolute
435
- content ''
436
- width 100%
437
- height 100%
438
- top 0
439
- left 0
440
-
441
- .author-content-item.like-technology
442
- background-size cover
443
- min-height 230px
444
- color var(--sco-white)
445
-
446
- &::after
447
- box-shadow 0 -69px 203px 11px #050b20 inset
448
- position absolute
449
- content ''
450
- width 100%
451
- height 100%
452
- top 0
453
- left 0
454
-
455
- .author-content-item.like-music
456
- background-size cover
457
- min-height 400px
458
- color var(--sco-white)
459
- overflow hidden
460
-
461
- &::after
462
- box-shadow 0 -69px 203px 11px #0e0e0e inset
463
- position absolute
464
- content ''
465
- width 100%
466
- height 100%
467
- top 0
468
- left 0
469
-
470
- .about-statistic
471
- min-height 380px
472
- width 39%
473
- background-size cover
474
- color var(--sco-white)
475
- overflow hidden
476
-
477
- &::after
478
- box-shadow 0 -159px 173px 71px #0f1114 inset
479
- position absolute
480
- content ''
481
- width 100%
482
- height 100%
483
- top 0
484
- left 0
485
-
486
- #statistic
487
- font-size 16px
488
- border-radius 15px
489
- width 100%
490
- color var(--sco-white)
491
- display flex
492
- justify-content space-between
493
- flex-direction row
494
- flex-wrap wrap
495
- margin-top 1rem
496
- margin-bottom 2rem
497
-
498
- div
499
- display flex
500
- justify-content space-between
501
- flex-direction column
502
- width 50%
503
- margin-bottom .5rem
504
-
505
- span:first-child
506
- opacity .8
507
- font-size .6rem
508
-
509
- span:last-child
510
- font-weight 700
511
- font-size 34px
512
- line-height 1
513
- white-space nowrap
514
-
515
- .banner-button
516
- background var(--sco-white-op)
517
-
518
- .banner-button:hover
519
- background var(--sco-theme)
520
-
521
- .author-content-item-group
522
- &.column
523
- display flex
524
- flex-direction column
525
- width 49%
526
- justify-content space-between
527
-
528
- +maxWidth768()
529
- width 100% !important
530
-
531
- &.mapAndInfo
532
- width 59%
533
-
534
- .author-content-item
535
- +minWidth1300()
536
- animation slide-in .6s 0s backwards
537
- &.map
538
- background var(--site-about-oneself-map--light) no-repeat center
539
- min-height 160px
540
- max-height 400px
541
- position relative
542
- overflow hidden
543
- margin-bottom 0.5rem
544
- height 60%
545
- background-size 100%
546
- transition 1s ease-in-out
547
-
548
- .map-title
549
- position absolute
550
- bottom 0
551
- left 0
552
- width 100%
553
- background var(--sco-maskbg)
554
- padding 0.5rem 2rem
555
- backdrop-filter saturate(180%) blur(20px)
556
- transition 1s ease-in-out
557
- font-size 20px
558
- transform translateZ(0)
559
-
560
- +maxWidth768()
561
- padding 1rem
562
-
563
- b
564
- color var(--sco-fontcolor)
565
-
566
- +maxWidth768()
567
- margin-bottom 0
568
-
569
- [data-theme=dark] &
570
- background var(--site-about-oneself-map--dark) no-repeat center
571
- background-size 100%
572
-
573
- &:hover
574
- background-size 120%
575
- transition 4s ease-in-out
576
- background-position-x 0
577
- background-position-y 36%
578
-
579
- .map-title
580
- bottom -100%
581
-
582
- .author-content-item.selfInfo
583
- display flex
584
- min-height 100px
585
- max-height 400px
586
- justify-content space-between
587
- align-items center
588
- flex-wrap wrap
589
- height -webkit-fill-available
590
- height 40%
591
-
592
- +maxWidth1300()
593
- height 70%
594
-
595
- div
596
- display flex
597
- flex-direction column
598
- margin .5rem 2rem .5rem 0
599
-
600
- .selfInfo-title
601
- opacity .8
602
- font-size .6rem
603
- line-height 1
604
- margin-bottom 8px
605
-
606
- .selfInfo-content
607
- font-weight 700
608
- font-size 34px
609
- line-height 1
610
-
611
- .author-content-item
612
- &.single.like-movie
613
- height 19rem
614
- background-size cover
615
- color var(--sco-white)
616
- overflow hidden
617
-
618
- &::after
619
- box-shadow 0 21px 133px 81px #1c1c1c inset
620
- position absolute
621
- content ''
622
- width 100%
623
- height 100%
624
- top 0
625
- left 0
626
-
627
- &.single.toolPage
628
- height 19rem
629
- background-size cover
630
- color var(--sco-white)
631
- overflow hidden
632
- margin-top 0
633
-
634
- .author-content-item
635
- &.single.reward
636
- .author-content-item
637
- .author-content-item-title
638
- color var(--sco-red)
639
-
640
- .reward-list-updateDate
641
- color var(--sco-gray)
642
- font-size 14px
643
-
644
- .author-content-item-description
645
- font-size 16px
646
- margin-top .5rem
647
-
648
- .reward-list-all
649
- display flex
650
- flex-wrap wrap
651
- flex-direction row
652
- margin 1rem -.25rem .5rem
653
-
654
- .post-reward
655
- position absolute
656
- right 2rem
657
- top 2rem
658
-
659
- .reward-main
660
- top 60px
661
- right 0
662
- left auto
663
- bottom auto
664
- width fit-content
665
- box-shadow var(--sco-shadow-border)
666
-
667
- .reward-all::before
668
- bottom auto
669
- top -16px
670
-
671
- .reward-button
672
- padding 8px 12px
673
- background var(--sco-red)
674
- border-radius 12px
675
- color var(--sco-white)
676
- display flex
677
- align-items center
678
- z-index 1
679
- transition .3s
680
- cursor pointer
681
- box-shadow none
682
- width fit-content
683
- height fit-content
684
- line-height 2
685
- user-select none
686
-
687
- +maxWidth768()
688
- display none
689
-
690
- &:hover
691
- .reward-button
692
- filter brightness(1.1)
693
-
694
- .reward-list-item
695
- padding 1rem
696
- border-radius 12px
697
- border var(--style-border-always)
698
- width calc((100% / 6) - .5rem)
699
- margin 0 .25rem .5rem .25rem
700
- box-shadow var(--sco-shadow-border)
701
- flex-direction column
702
- justify-content space-between
703
-
704
- +maxWidth1200()
705
- width calc((100% / 4) - .5rem)
706
-
707
- +maxWidth900()
708
- width calc((100% / 2) - .5rem)
709
-
710
- +maxWidth768()
711
- width 100%
712
-
713
- .reward-list-item-name
714
- font-size 1rem
715
- font-weight 700
716
- line-height 1
717
- margin-bottom .5rem
718
- white-space nowrap
719
- overflow hidden
720
- text-overflow ellipsis
721
-
722
- .reward-list-bottom-group
723
- display flex
724
- align-items center
725
- justify-content space-between
726
-
727
- .reward-list-item-money
728
- padding 4px
729
- background var(--sco-fontcolor)
730
- color var(--sco-card-bg)
731
- font-size 12px
732
- line-height 1
733
- border-radius 4px
734
- margin-right 4px
735
- white-space nowrap
736
-
737
- .reward-list-item-time
738
- font-size 12px
739
- color var(--sco-secondtext)
740
- white-space nowrap
741
-
742
- .reward-list-tips
743
- p
744
- font-size 12px
745
- color var(--sco-secondtext)
746
-
747
- +maxWidth1300()
748
- .author-content-item
749
- animation slide-in .6s 0s backwards
750
-
751
- .author-content
752
- display flex
753
- flex-wrap wrap
754
- justify-content space-between
755
- width 100%
756
- margin-top 1rem
757
- +maxWidth768()
758
- margin-top 0
759
-
760
- .author-content-item
761
- +maxWidth768()
762
- width 100% !important
763
- margin-top 1rem
764
- padding 1rem