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
@@ -9,87 +9,90 @@
9
9
  align-items center
10
10
  margin 0 0 16px 0
11
11
 
12
- .author-tag-left
13
- display flex
14
- flex-direction column
15
- align-items flex-end
12
+ .author-tag-left
13
+ display flex
14
+ flex-direction column
15
+ align-items flex-end
16
16
 
17
- .author-tag-right
18
- display flex
19
- flex-direction column
20
- align-items flex-start
17
+ .author-tag
18
+ &:first-child,
19
+ &:last-child
20
+ margin-right -16px
21
21
 
22
- @media screen and (max-width: 768px)
23
- .author-tag-left, .author-tag-right
24
- display none
22
+ .author-tag-right
23
+ display flex
24
+ flex-direction column
25
+ align-items flex-start
25
26
 
26
- .author-tag-left .author-tag:first-child, .author-tag-left .author-tag:last-child
27
- margin-right -16px
27
+ .author-tag
28
+ &:first-child,
29
+ &:last-child
30
+ margin-left -16px
28
31
 
29
- .author-tag-right .author-tag:first-child, .author-tag-right .author-tag:last-child
30
- margin-left -16px
32
+ +maxWidth768()
33
+ .author-tag-left, .author-tag-right
34
+ display none
31
35
 
32
- .author-tag
33
- transform translate(0, -4px)
34
- padding 1px 8px
35
- background var(--sco-card-bg)
36
- border var(--style-border-always)
37
- border-radius 40px
38
- margin-top 6px
39
- font-size 14px
40
- font-weight 700
41
- box-shadow var(--sco-shadow-lightblack)
42
- animation 6s ease-in-out 0s infinite normal none running floating
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
43
47
 
44
- &:nth-child(1)
45
- animation-delay 0s
48
+ &:nth-child(1)
49
+ animation-delay 0s
46
50
 
47
- &:nth-child(2)
48
- animation-delay .6s
51
+ &:nth-child(2)
52
+ animation-delay .6s
49
53
 
50
- &:nth-child(3)
51
- animation-delay 1.2s
54
+ &:nth-child(3)
55
+ animation-delay 1.2s
52
56
 
53
- &:nth-child(4)
54
- animation-delay 1.8s
57
+ &:nth-child(4)
58
+ animation-delay 1.8s
55
59
 
56
- .author-img
57
- margin 0 30px
58
- border-radius 50%
59
- width 180px
60
- height 180px
61
- position relative
62
- background var(--sco-secondbg)
63
- user-select none
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
64
68
 
65
- img
66
- border-radius 200px
69
+ +maxWidth768()
70
+ width 120px
71
+ height 120px
67
72
 
68
- &::before
69
- content ''
70
- -webkit-transition 1s
71
- -moz-transition 1s
72
- -o-transition 1s
73
- -ms-transition 1s
74
- transition 1s
75
- width 30px
76
- height 30px
77
- background var(--sco-green)
78
- position absolute
79
- border-radius 50%
80
- border 5px solid var(--sco-background)
81
- bottom 5px
82
- right 10px
83
- z-index 2
73
+ &::before
74
+ bottom -5px
75
+ right -5px
84
76
 
85
- @media screen and (max-width: 768px)
86
- .author-img
87
- width 120px
88
- height 120px
77
+ img
78
+ border-radius 200px
89
79
 
90
80
  &::before
91
- bottom -5px
92
- right -5px
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
93
96
 
94
97
  .author-title
95
98
  font-size 2rem
@@ -117,313 +120,17 @@
117
120
  line-height 1.1
118
121
  margin .5rem 0
119
122
 
120
- .author-content-item
121
- &:hover
122
- .card-background-icon
123
- transform rotate(20deg)
124
-
125
- &-group.column.mapAndInfo
126
- width 59%
127
-
128
- &.map
129
- background var(--site-about-oneself-map--light) no-repeat center
130
- min-height 160px
131
- max-height 400px
132
- position relative
133
- overflow hidden
134
- margin-bottom 0.5rem
135
- height 60%
136
- background-size 100%
137
- transition 1s ease-in-out
138
-
139
- [data-theme=dark] &
140
- background var(--site-about-oneself-map--dark) no-repeat center
141
- background-size 100%
142
-
143
- &:hover
144
- background-size 120%
145
- transition 4s ease-in-out
146
- background-position-x 0
147
- background-position-y 36%
148
-
149
- .map-title
150
- bottom -100%
151
-
152
- .map-title
153
- position: absolute
154
- bottom 0
155
- left 0
156
- width 100%
157
- color var(--font-color)
158
- padding 0.5rem 2rem
159
- transform translateZ(0)
160
- transition all 1s,color 0s ease-in-out
161
- font-size 20px
162
- background var(--sco-maskbg)
163
- backdrop-filter saturate(180%) blur(20px)
164
-
165
- b
166
- color var(--sco-fontcolor)
167
-
168
- @media screen and (max-width: 768px)
169
- .author-content-item.map.myphoto
170
- background-size cover !important
171
-
172
- .author-content-item.map .map-title
173
- padding 1rem
174
-
175
- .author-content-item.selfInfo
176
- display flex
177
- min-height 100px
178
- max-height 400px
179
- justify-content space-between
180
- align-items center
181
- flex-wrap wrap
182
- height -webkit-fill-available
183
- height 40%
184
-
185
- @media screen and (max-width: 1300px)
186
- .author-content-item.selfInfo
187
- height 70%
188
-
189
- .author-content-item.selfInfo div
190
- display flex
191
- flex-direction column
192
- margin .5rem 2rem .5rem 0
193
-
194
- .author-content-item.selfInfo .selfInfo-title
195
- opacity .8
196
- font-size .6rem
197
- line-height 1
198
- margin-bottom 8px
199
-
200
- .author-content-item.selfInfo .selfInfo-content
201
- font-weight 700
202
- font-size 34px
203
- line-height 1
204
-
205
- .author-content-item.myphoto
206
- height 60%
207
- min-height 240px
208
- position relative
209
- overflow hidden
210
- width 39%
211
- display flex
212
- align-items center
213
- justify-content center
214
-
215
- img
216
- position absolute
217
- height 100%
218
- min-width 100%
219
- object-fit cover
220
- transition .6s
221
- user-select none
222
-
223
- &:hover
224
- img
225
- min-width 105%
226
- transition 2s
227
-
228
- .myphoto-title
229
- position absolute
230
- bottom 0
231
- left 0
232
- width 100%
233
- background var(--sco-maskbgdeep)
234
- padding .5rem 2rem
235
- backdrop-filter saturate(180%) blur(20px)
236
- -webkit-backdrop-filter blur(20px)
237
- transform translateZ(0)
238
-
239
- .author-content-item.careers
240
- min-height 400px
241
-
242
- img
243
- position absolute
244
- left 0
245
- bottom 20px
246
- width 100%
247
- transition .6s
248
- user-select none
249
-
250
- .careers-group
251
- margin-top 12px
252
-
253
- .careers-item
254
- display flex
255
- align-items center
256
-
257
- .circle
258
- width 16px
259
- height 16px
260
- margin-right 8px
261
- border-radius 16px
262
-
263
- .name
264
- color var(--sco-secondtext)
265
-
266
- .author-content-item.personalities
267
- overflow hidden
268
- position relative
269
- width 59%
270
-
271
- .title2
272
- font-size 36px
273
- font-weight 700
274
- line-height 1.1
275
-
276
- .image
277
- position absolute
278
- right -40px
279
- bottom -10rem
280
- transition transform 2s cubic-bezier(.13, .45, .21, 1.02)
281
- user-select none
282
-
283
- &:hover
284
- .image
285
- transform rotate(-10deg)
286
-
287
- @media screen and (max-width: 768px)
288
- .author-content-item.personalities
289
- min-height 360px
290
-
291
- .author-content-item.personalities .image
292
- right -70px
293
-
294
- .author-content-item.maxim
295
- font-size 36px
296
- font-weight 700
297
- line-height 1.1
298
- display flex
299
- align-items flex-start
300
- flex-direction column
301
- justify-content center
302
- width 39%
303
-
304
- .maxim-title
305
- display flex
306
- flex-direction column
307
-
308
- .title1
309
- opacity .8
310
- font-size .6rem
311
- margin-bottom .5rem
312
-
313
- .author-content-item.buff
314
- font-size 36px
315
- font-weight 700
316
- line-height 1.1
317
- display flex
318
- align-items flex-start
319
- flex-direction column
320
- justify-content center
321
- background linear-gradient(120deg, #ff27e8 0, #ff8000 100%)
322
- color var(--sco-white)
323
- background-size 200%
324
- animation gradient 15s ease infinite
325
- min-height 200px
326
- height fit-content
327
- width 59%
328
-
329
- .card-content
330
- display flex
331
- flex-direction column
332
- justify-content center
333
-
334
- .buff-title
335
- display flex
336
- flex-direction column
337
-
338
- .title1
339
- opacity .8
340
- font-size .6rem
341
- margin-bottom .5rem
342
-
343
- .author-content-item.skills
344
- display flex
345
- justify-content center
346
- align-items flex-start
347
- flex-direction column
348
- width 49%
349
- min-height 450px
350
-
351
- .tags-group-all
352
- display flex
353
- transform rotate(0)
354
- transition .3s
355
-
356
- .tags-group-wrapper
357
- margin-top 20px
358
- display flex
359
- flex-wrap nowrap
360
- animation rowup 60s linear infinite
361
-
362
- .skills-style-group
363
- position relative
364
-
365
- .skills-list
366
- display flex
367
- opacity 0
368
- transition .3s
369
- position absolute
370
- width 100%
371
- top 0
372
- left 0
373
- flex-wrap wrap
374
- flex-direction row
375
- margin-top 10px
376
-
377
- &:hover
378
- .skills-style-group
379
- .tags-group-all
380
- opacity 0
381
-
382
- .skills-list
383
- opacity 1
384
-
385
- .skill-info
386
- display flex
387
- align-items center
388
- margin-right 10px
389
- margin-top 10px
390
- background var(--sco-background)
391
- border-radius 40px
392
- padding 4px 12px 4px 8px
393
- border var(--style-border)
394
- box-shadow var(--sco-shadow-border)
395
-
396
- .etc
397
- margin-right 10px
398
- margin-top 10px
399
-
400
- .skill-icon
401
- width 32px
402
- height 32px
403
- border-radius 32px
404
- display flex
405
- align-items center
406
- justify-content center
407
- margin-right 8px
408
- user-select none
409
-
410
- img
411
- width 18px
412
- height 18px
413
-
414
- .skill-name
415
- font-weight 700
416
- line-height 1
123
+ .inline-word
124
+ word-break keep-all
125
+ white-space nowrap
417
126
 
418
- .author-content-item
419
- &.aboutsiteTips
127
+ .aboutsiteTips
420
128
  display flex
421
129
  justify-content center
422
130
  align-items flex-start
423
131
  flex-direction column
424
132
  width 39%
425
133
 
426
- &.aboutsiteTips
427
134
  h2
428
135
  margin-right auto
429
136
  font-size 36px
@@ -471,240 +178,252 @@
471
178
  span:nth-child(4)
472
179
  background-image linear-gradient(45deg, #fa7671 50%, #f45f7f)
473
180
 
474
- @media screen and (max-width: 768px)
475
- .author-content-item.map
476
- margin-bottom 0
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
477
188
 
478
- #about-page
479
- .about-statistic
480
- min-height 380px
481
- width 39%
482
- background url(https://bu.dusays.com/2023/03/12/640dc8c72f623.webp) no-repeat top
483
- background-size cover
484
- color var(--sco-white)
485
- overflow hidden
189
+ .tags-group-all
190
+ display flex
191
+ transform rotate(0)
192
+ transition .3s
486
193
 
487
- &::after
488
- box-shadow 0 -159px 173px 71px #0f1114 inset
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
489
207
  position absolute
490
- content ''
491
208
  width 100%
492
- height 100%
493
209
  top 0
494
210
  left 0
211
+ flex-wrap wrap
212
+ flex-direction row
213
+ margin-top 10px
495
214
 
496
- .banner-button
497
- background var(--sco-white-op)
215
+ &:hover
216
+ .skills-style-group
217
+ .tags-group-all
218
+ opacity 0
498
219
 
499
- .banner-button:hover
500
- background var(--sco-theme)
220
+ .skills-list
221
+ opacity 1
501
222
 
502
- #statistic
503
- font-size 16px
504
- border-radius 15px
505
- width 100%
506
- color var(--sco-white)
507
- display flex
508
- justify-content space-between
509
- flex-direction row
510
- flex-wrap wrap
511
- margin-top 1rem
512
- margin-bottom 2rem
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)
513
233
 
514
- div
515
- display flex
516
- justify-content space-between
517
- flex-direction column
518
- width 50%
519
- margin-bottom .5rem
234
+ .etc
235
+ margin-right 10px
236
+ margin-top 10px
520
237
 
521
- span:first-child
522
- opacity .8
523
- font-size .6rem
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
524
251
 
525
- span:last-child
252
+ .skill-name
526
253
  font-weight 700
527
- font-size 34px
528
254
  line-height 1
529
- white-space nowrap
530
255
 
531
- .author-content-item
532
- &.about-statistic
533
- .card-content
534
- .banner-button-group
535
- .banner-button:hover
536
- background #998c5a
537
- color var(--sco-white)
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
538
266
 
539
- &.single.reward
540
- .author-content-item
541
- .author-content-item-title
542
- color var(--sco-red)
267
+ .careers-group
268
+ margin-top 12px
543
269
 
544
- .reward-list-all
270
+ .careers-item
545
271
  display flex
546
- flex-wrap wrap
547
- flex-direction row
548
- margin 1rem -.25rem .5rem
549
-
550
- .reward-list-item
551
- padding 1rem
552
- border-radius 12px
553
- border var(--style-border-always)
554
- width calc((100% / 6) - .5rem)
555
- margin 0 .25rem .5rem .25rem
556
- box-shadow var(--sco-shadow-border)
557
- flex-direction column
558
- justify-content space-between
272
+ align-items center
559
273
 
560
- .reward-list-tips
561
- p
562
- font-size 12px
563
- color var(--sco-secondtext)
564
-
565
- @media screen and (max-width: 1200px)
566
- .author-content-item.single.reward
567
- .reward-list-all
568
- .reward-list-item
569
- width calc((100% / 4) - .5rem)
570
-
571
- @media screen and (max-width: 900px)
572
- .author-content-item.single.reward
573
- .reward-list-all
574
- .reward-list-item
575
- width calc((100% / 2) - .5rem)
576
-
577
- @media screen and (max-width: 768px)
578
- .author-content-item.single.reward
579
- .reward-list-all
580
- .reward-list-item
581
- width 100%
274
+ .circle
275
+ width 16px
276
+ height 16px
277
+ margin-right 8px
278
+ border-radius 16px
582
279
 
583
- .author-content-item.single.reward
584
- .author-content-item-description
585
- font-size 16px
586
- margin-top .5rem
587
-
588
- .reward-list-all
589
- .reward-list-item
590
- .reward-list-item-name
591
- font-size 1rem
592
- font-weight 700
593
- line-height 1
594
- margin-bottom .5rem
595
- white-space nowrap
596
- overflow hidden
597
- text-overflow ellipsis
280
+ .name
281
+ color var(--sco-secondtext)
598
282
 
599
- .reward-list-bottom-group
600
- display flex
601
- align-items center
602
- justify-content space-between
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
603
292
 
604
- .reward-list-item-money
605
- padding 4px
606
- background var(--sco-fontcolor)
607
- color var(--sco-card-bg)
608
- font-size 12px
609
- line-height 1
610
- border-radius 4px
611
- margin-right 4px
612
- white-space nowrap
293
+ img
294
+ position absolute
295
+ height 100%
296
+ min-width 100%
297
+ object-fit cover
298
+ transition .6s
299
+ user-select none
613
300
 
614
- .reward-list-item-time
615
- font-size 12px
616
- color var(--sco-secondtext)
617
- white-space nowrap
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)
618
316
 
619
- .reward-list-updateDate
620
- color var(--sco-gray)
621
- font-size 14px
317
+ .author-content-item.personalities
318
+ overflow hidden
319
+ position relative
320
+ width 59%
321
+ +maxWidth768()
322
+ min-height 360px
622
323
 
623
- .post-reward
624
- position absolute
625
- right 2rem
626
- top 2rem
324
+ .title2
325
+ font-size 36px
326
+ font-weight 700
327
+ line-height 1.1
627
328
 
628
- .reward-button
629
- padding 8px 12px
630
- background var(--sco-red)
631
- border-radius 12px
632
- color var(--sco-white)
633
- display flex
634
- align-items center
635
- z-index 1
636
- transition .3s
637
- cursor pointer
638
- box-shadow none
639
- width fit-content
640
- height fit-content
641
- line-height 2
329
+ .image
330
+ position absolute
331
+ right -40px
332
+ bottom -10rem
333
+ transition transform 2s cubic-bezier(.13, .45, .21, 1.02)
642
334
  user-select none
643
335
 
336
+ +maxWidth768()
337
+ right -70px
338
+
644
339
  &:hover
645
- .reward-button
646
- filter brightness(1.1)
340
+ .image
341
+ transform rotate(-10deg)
647
342
 
648
- @media screen and (max-width: 768px)
649
- .author-content-item.single.reward
650
- .post-reward
651
- .reward-button
652
- display none
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%
653
352
 
654
- .author-content-item.single.reward
655
- .post-reward
656
- .reward-main
657
- top 60px
658
- right 0
659
- left auto
660
- bottom auto
661
- width fit-content
662
- box-shadow var(--sco-shadow-border)
353
+ .maxim-title
354
+ display flex
355
+ flex-direction column
356
+
357
+ span:first-child
358
+ opacity 0.6
359
+ margin-bottom 8px
663
360
 
664
- .reward-all::before
665
- bottom auto
666
- top -16px
667
-
668
- a.reward-main-btn
669
- display none
670
-
671
- .author-content-item.game-apex
672
- min-height 300px
673
- overflow hidden
674
- color var(--sco-white)
675
- width 59%
676
-
677
- &::after
678
- box-shadow 0 -69px 203px 11px #04120f inset
679
- position absolute
680
- content ''
681
- width 100%
682
- height 100%
683
- top 0
684
- left 0
685
-
686
- .card-content
687
- position absolute
688
- width 100%
689
- height 100%
690
- top 0
691
- left 0
692
- z-index 2
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
693
370
  display flex
371
+ align-items flex-start
694
372
  flex-direction column
695
- padding 1rem 2rem
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%
696
381
 
697
- @media screen and (max-width: 768px)
698
- .author-content-item
699
382
  .card-content
700
- padding 1rem
383
+ display flex
384
+ flex-direction column
385
+ justify-content center
701
386
 
702
- @media screen and (min-width: 1300px)
703
- .author-content-item
704
- animation slide-in .6s 0s backwards
387
+ .buff-title
388
+ display flex
389
+ flex-direction column
705
390
 
706
- .author-content-item
707
- &.game-jl
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
708
427
  width 39%
709
428
  min-height 300px
710
429
  overflow hidden
@@ -719,7 +438,7 @@
719
438
  top 0
720
439
  left 0
721
440
 
722
- &.like-technology
441
+ .author-content-item.like-technology
723
442
  background-size cover
724
443
  min-height 230px
725
444
  color var(--sco-white)
@@ -733,7 +452,7 @@
733
452
  top 0
734
453
  left 0
735
454
 
736
- &.like-music
455
+ .author-content-item.like-music
737
456
  background-size cover
738
457
  min-height 400px
739
458
  color var(--sco-white)
@@ -748,15 +467,15 @@
748
467
  top 0
749
468
  left 0
750
469
 
751
- .author-content-item
752
- &.single.like-movie
753
- height 19rem
470
+ .about-statistic
471
+ min-height 380px
472
+ width 39%
754
473
  background-size cover
755
474
  color var(--sco-white)
756
475
  overflow hidden
757
476
 
758
477
  &::after
759
- box-shadow 0 21px 133px 81px #1c1c1c inset
478
+ box-shadow 0 -159px 173px 71px #0f1114 inset
760
479
  position absolute
761
480
  content ''
762
481
  width 100%
@@ -764,72 +483,282 @@
764
483
  top 0
765
484
  left 0
766
485
 
767
- &.single.toolPage
768
- height 19rem
769
- background-size cover
770
- color var(--sco-white)
771
- overflow hidden
772
- margin-top 0
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
773
497
 
774
- video.author-content-video
775
- position absolute
776
- width 100%
777
- top 0
778
- left 0
779
- z-index -1
498
+ div
499
+ display flex
500
+ justify-content space-between
501
+ flex-direction column
502
+ width 50%
503
+ margin-bottom .5rem
780
504
 
781
- .author-content
782
- display flex
783
- flex-wrap wrap
784
- justify-content space-between
785
- width 100%
786
- margin-top 1rem
505
+ span:first-child
506
+ opacity .8
507
+ font-size .6rem
787
508
 
788
- .author-content-item-group.column
789
- display flex
790
- flex-direction column
791
- width 49%
792
- justify-content space-between
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%
793
533
 
794
- @media screen and (max-width: 768px)
795
534
  .author-content-item
796
- width 100% !important
797
- margin-top 1rem
798
- padding 1rem
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
799
547
 
800
- .author-content-item-group.column
801
- width 100% !important
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)
802
559
 
803
- .author-content
804
- margin-top 0
560
+ +maxWidth768()
561
+ padding 1rem
805
562
 
806
- .card-background-icon
807
- font-size 12rem
808
- opacity .2
809
- position absolute
810
- right 0
811
- bottom -40%
812
- transform rotate(30deg)
813
- transition 2s ease-in-out
814
-
815
- .post-tips
816
- color var(--sco-gray)
817
- font-size 14px
818
- position absolute
819
- bottom 1rem
820
- left 2rem
821
-
822
- a
823
- color var(--sco-gray) !important
824
- border none !important
563
+ b
564
+ color var(--sco-fontcolor)
825
565
 
826
- &:hover
827
- color var(--sco-main) !important
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
828
617
 
829
- @media screen and (max-width: 768px)
830
- .post-tips
831
- left 1rem
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
832
626
 
833
- .inline-word
834
- word-break keep-all
835
- white-space nowrap
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