hexo-theme-solitude 3.0.21 → 4.0.0
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.
- package/.github/FUNDING.yml +3 -3
- package/README.md +11 -1
- package/README_en-US.md +11 -1
- package/_config.yml +16 -7
- package/languages/default.yml +56 -36
- package/languages/en.yml +90 -69
- package/languages/es.yml +94 -73
- package/languages/zh-CN.yml +56 -34
- package/languages/zh-TW.yml +80 -57
- package/layout/archive.pug +60 -14
- package/layout/category.pug +13 -11
- package/layout/includes/body/gadsense.pug +2 -2
- package/layout/includes/console.pug +71 -72
- package/layout/includes/footer.pug +24 -9
- package/layout/includes/head/config.pug +83 -39
- package/layout/includes/head/mode.pug +7 -7
- package/layout/includes/head/page_config.pug +20 -11
- package/layout/includes/inject/body.pug +14 -36
- package/layout/includes/keyboard.pug +3 -3
- package/layout/includes/loading.pug +1 -37
- package/layout/includes/mixins/articleSort.pug +3 -3
- package/layout/includes/mixins/common.pug +8 -4
- package/layout/includes/mixins/pace.pug +1 -1
- package/layout/includes/mixins/pagination.pug +3 -3
- package/layout/includes/nav.pug +4 -3
- package/layout/includes/page/about.pug +9 -8
- package/layout/includes/page/brevity.pug +2 -2
- package/layout/includes/page/links.pug +23 -11
- package/layout/includes/page/music.pug +0 -5
- package/layout/includes/rightmenu.pug +20 -20
- package/layout/includes/sidebar.pug +2 -2
- package/layout/includes/widgets/aside/asideInfoCard.pug +2 -2
- package/layout/includes/widgets/aside/asideTag.pug +2 -2
- package/layout/includes/widgets/home/bbTimeList.pug +3 -3
- package/layout/includes/widgets/home/categoryBar.pug +30 -15
- package/layout/includes/widgets/home/hometop.pug +113 -8
- package/layout/includes/widgets/home/postList.pug +1 -2
- package/layout/includes/widgets/home/topGroup.pug +3 -7
- package/layout/includes/widgets/nav/group.pug +4 -2
- package/layout/includes/widgets/nav/menu.pug +6 -4
- package/layout/includes/widgets/nav/right.pug +7 -6
- package/layout/includes/widgets/page/about/award.pug +67 -38
- package/layout/includes/widgets/page/about/hobbies.pug +12 -3
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/kit/content.pug +2 -2
- package/layout/includes/widgets/page/links/banner.pug +30 -19
- package/layout/includes/widgets/page/message/artalk.pug +3 -3
- package/layout/includes/widgets/page/message/content.pug +3 -3
- package/layout/includes/widgets/page/message/twikoo.pug +3 -3
- package/layout/includes/widgets/page/message/valine.pug +4 -4
- package/layout/includes/widgets/page/message/waline.pug +3 -3
- package/layout/includes/widgets/page/recentcomment/artalk.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/twikoo.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/valine.pug +6 -10
- package/layout/includes/widgets/page/recentcomment/waline.pug +5 -9
- package/layout/includes/widgets/post/award.pug +1 -28
- package/layout/includes/widgets/post/copyright.pug +10 -10
- package/layout/includes/widgets/post/postInfo.pug +10 -11
- package/layout/includes/widgets/post/postMeta.pug +3 -2
- package/layout/includes/widgets/rightside/hide.pug +5 -5
- package/layout/includes/widgets/rightside/show.pug +7 -7
- package/layout/includes/widgets/third-party/comments/artalk.pug +9 -9
- package/layout/includes/widgets/third-party/comments/giscus.pug +2 -2
- package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -5
- package/layout/includes/widgets/third-party/comments/valine.pug +6 -6
- package/layout/includes/widgets/third-party/comments/waline.pug +6 -6
- package/layout/includes/widgets/third-party/hot/twikoo.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +9 -5
- package/layout/includes/widgets/third-party/news-comment/artalk.pug +6 -6
- package/layout/includes/widgets/third-party/news-comment/twikoo.pug +7 -7
- package/layout/includes/widgets/third-party/news-comment/valine.pug +8 -8
- package/layout/includes/widgets/third-party/news-comment/waline.pug +7 -7
- package/layout/includes/widgets/third-party/pjax.pug +16 -10
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/docsearch.pug +3 -3
- package/layout/includes/widgets/third-party/search/index.pug +1 -3
- package/layout/includes/widgets/third-party/search/local-search.pug +9 -9
- package/layout/index.pug +8 -6
- package/package.json +8 -7
- package/plugins.yml +22 -21
- package/scripts/event/cdn.js +11 -6
- package/scripts/event/friend_links.js +30 -0
- package/scripts/event/merge_config.js +15 -7
- package/scripts/filter/comment.js +2 -2
- package/scripts/filter/default.js +1 -1
- package/scripts/helper/inject_head_js.js +79 -33
- package/scripts/helper/related_post.js +16 -21
- package/scripts/tags/chart.js +1 -1
- package/scripts/tags/typeit.js +1 -1
- package/source/css/_components/capsule.styl +259 -168
- package/source/css/_components/rightside.styl +98 -242
- package/source/css/_global/animation.styl +1 -10
- package/source/css/_global/index.styl +27 -1
- package/source/css/_layout/aside.styl +7 -1
- package/source/css/_layout/console.styl +145 -165
- package/source/css/_layout/header.styl +238 -47
- package/source/css/_layout/pagination.styl +176 -132
- package/source/css/_layout/rightmenu.styl +11 -2
- package/source/css/_layout/sidebar.styl +39 -17
- package/source/css/_mode/index.styl +7 -1
- package/source/css/_page/_about/about.styl +18 -2
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -1
- package/source/css/_page/_about/game.styl +57 -1
- package/source/css/_page/_about/like.styl +7 -2
- package/source/css/_page/_about/maxim.styl +1 -1
- package/source/css/_page/_about/reward.styl +226 -108
- package/source/css/_page/_about/skills.styl +5 -3
- package/source/css/_page/_home/category-bar.styl +162 -88
- package/source/css/_page/_home/home-top.styl +309 -263
- package/source/css/_page/_home/home.styl +34 -7
- package/source/css/_page/archive.styl +412 -0
- package/source/css/_page/category.styl +27 -1
- package/source/css/_page/index.styl +2 -0
- package/source/css/_page/links.styl +190 -0
- package/source/css/_page/other.styl +37 -0
- package/source/css/_post/index.styl +2 -1
- package/source/css/_post/meta.styl +245 -217
- package/source/css/_search/local-search.styl +158 -82
- package/source/css/var.styl +2 -2
- package/source/js/archive-page.js +191 -0
- package/source/js/core/actions.js +48 -0
- package/source/js/core/api.js +32 -0
- package/source/js/core/config.js +13 -0
- package/source/js/core/lifecycle.js +52 -0
- package/source/js/core/preloader.js +34 -0
- package/source/js/core/resources.js +65 -0
- package/source/js/covercolor/api.js +13 -103
- package/source/js/covercolor/ave.js +14 -77
- package/source/js/covercolor/local.js +22 -116
- package/source/js/covercolor/shared.js +102 -0
- package/source/js/friend_links.js +502 -0
- package/source/js/main.js +793 -177
- package/source/js/music.js +24 -14
- package/source/js/post_ai.js +13 -2
- package/source/js/right_menu.js +44 -24
- package/source/js/search/algolia.js +29 -21
- package/source/js/search/local.js +231 -266
- package/source/js/tw_cn.js +37 -12
- package/source/js/utils.js +37 -25
- package/layout/includes/widgets/randomlink.pug +0 -43
- package/scripts/filter/randomPosts.js +0 -16
|
@@ -1,256 +1,285 @@
|
|
|
1
1
|
.post
|
|
2
2
|
#page-header.post-bg
|
|
3
|
-
height
|
|
3
|
+
height 24rem
|
|
4
4
|
background-color var(--efu-background)
|
|
5
5
|
transition .6s
|
|
6
6
|
overflow hidden
|
|
7
7
|
|
|
8
|
-
+minWidth1300()
|
|
9
|
-
height: 25rem
|
|
10
|
-
|
|
11
|
-
+maxWidth768()
|
|
12
|
-
height 15rem
|
|
13
|
-
background-color var(--efu-main) !important
|
|
14
|
-
transition 0s
|
|
15
|
-
margin-bottom -12px
|
|
16
|
-
|
|
17
8
|
&::before
|
|
18
|
-
transition .3s
|
|
19
|
-
height 20rem
|
|
20
|
-
background-color var(--efu-main)
|
|
21
|
-
opacity 1
|
|
22
9
|
position absolute
|
|
23
10
|
top 0
|
|
24
11
|
left 0
|
|
25
12
|
display block
|
|
26
13
|
width 100%
|
|
14
|
+
height 100%
|
|
15
|
+
background-color var(--efu-main)
|
|
27
16
|
content ""
|
|
17
|
+
opacity 1
|
|
18
|
+
transition .3s
|
|
28
19
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
20
|
+
+maxWidth768()
|
|
21
|
+
height 30rem
|
|
22
|
+
margin-bottom -12px
|
|
23
|
+
background-color var(--efu-main) !important
|
|
24
|
+
transition 0s
|
|
34
25
|
|
|
35
|
-
|
|
26
|
+
&::before
|
|
36
27
|
height 15rem
|
|
37
28
|
|
|
38
|
-
.post-
|
|
39
|
-
|
|
29
|
+
.post-cover-aside
|
|
30
|
+
--post-cover-glow-x 50%
|
|
31
|
+
--post-cover-glow-y 50%
|
|
32
|
+
--post-cover-glow-opacity 0
|
|
33
|
+
--post-cover-img-x 0px
|
|
34
|
+
--post-cover-img-y 0px
|
|
35
|
+
--post-cover-rotate-x 0deg
|
|
36
|
+
--post-cover-rotate-y 0deg
|
|
37
|
+
--post-cover-scale 1
|
|
38
|
+
position absolute
|
|
39
|
+
top 50%
|
|
40
|
+
right max(calc((100vw - 1400px) / 2 + 30px), 30px)
|
|
41
|
+
z-index 11
|
|
42
|
+
display block
|
|
43
|
+
width 300px
|
|
44
|
+
aspect-ratio 16 / 9
|
|
45
|
+
overflow hidden
|
|
46
|
+
border-radius 16px
|
|
47
|
+
box-shadow var(--efu-shadow-border)
|
|
48
|
+
transform translate3d(0, -50%, 0) perspective(900px) rotateX(var(--post-cover-rotate-x)) rotateY(var(--post-cover-rotate-y)) scale3d(var(--post-cover-scale), var(--post-cover-scale), 1)
|
|
49
|
+
transform-style preserve-3d
|
|
50
|
+
transition transform .18s ease-out, box-shadow .18s ease-out
|
|
51
|
+
|
|
52
|
+
&::before,
|
|
53
|
+
&::after
|
|
54
|
+
position absolute
|
|
55
|
+
inset 0
|
|
56
|
+
border-radius inherit
|
|
57
|
+
content ""
|
|
58
|
+
opacity var(--post-cover-glow-opacity)
|
|
59
|
+
pointer-events none
|
|
60
|
+
transition opacity .18s ease-out
|
|
61
|
+
|
|
62
|
+
&::before
|
|
63
|
+
padding 2px
|
|
64
|
+
background radial-gradient(circle at var(--post-cover-glow-x) var(--post-cover-glow-y), #fff, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, .1) 46%, rgba(255, 255, 255, 0) 62%)
|
|
65
|
+
transform translateZ(26px)
|
|
66
|
+
-webkit-mask linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)
|
|
67
|
+
-webkit-mask-composite xor
|
|
68
|
+
mask linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)
|
|
69
|
+
mask-composite exclude
|
|
70
|
+
|
|
71
|
+
&::after
|
|
72
|
+
background radial-gradient(circle at var(--post-cover-glow-x) var(--post-cover-glow-y), rgba(255, 255, 255, .22), rgba(255, 255, 255, .08) 22%, rgba(255, 255, 255, 0) 55%)
|
|
73
|
+
mix-blend-mode screen
|
|
74
|
+
transform translateZ(25px)
|
|
75
|
+
|
|
76
|
+
&:hover
|
|
77
|
+
--post-cover-glow-opacity 1
|
|
78
|
+
--post-cover-scale 1.035
|
|
79
|
+
box-shadow var(--efu-shadow-main)
|
|
80
|
+
|
|
81
|
+
+maxWidth1200()
|
|
82
|
+
display none
|
|
83
|
+
|
|
84
|
+
.post-cover-aside-link
|
|
85
|
+
display block
|
|
40
86
|
width 100%
|
|
41
87
|
height 100%
|
|
42
|
-
|
|
43
|
-
min-width 50vw
|
|
44
|
-
min-height 20rem
|
|
45
|
-
opacity .8
|
|
88
|
+
line-height 0
|
|
46
89
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
opacity 1 !important
|
|
51
|
-
|
|
52
|
-
.coverdiv
|
|
53
|
-
width 70%
|
|
90
|
+
.post-cover-aside-img
|
|
91
|
+
display block
|
|
92
|
+
width 100%
|
|
54
93
|
height 100%
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
transform
|
|
59
|
-
filter blur(10px)
|
|
94
|
+
border-radius inherit
|
|
95
|
+
object-fit cover
|
|
96
|
+
transform translate3d(var(--post-cover-img-x), var(--post-cover-img-y), 24px) scale(1.08)
|
|
97
|
+
transition transform .18s ease-out
|
|
60
98
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
content ''
|
|
64
|
-
width 100%
|
|
65
|
-
height 100%
|
|
66
|
-
top 0
|
|
67
|
-
left 0
|
|
68
|
-
box-shadow 110px -130px 300px 60px var(--efu-main) inset
|
|
69
|
-
|
|
70
|
-
+minWidth768()
|
|
71
|
-
width 70%
|
|
72
|
-
height 100%
|
|
73
|
-
position relative
|
|
74
|
-
overflow hidden
|
|
75
|
-
margin 0 -20% 0 auto
|
|
76
|
-
transform rotate(10deg) translateY(-8%) scale(1.8)
|
|
77
|
-
filter blur(30px)
|
|
78
|
-
opacity 0
|
|
79
|
-
|
|
80
|
-
&.loaded
|
|
81
|
-
display block
|
|
82
|
-
opacity .5
|
|
83
|
-
animation showCover 1s .3s backwards
|
|
84
|
-
transform rotate(10deg) translateY(-10%) scale(2)
|
|
99
|
+
@media (prefers-reduced-motion: reduce)
|
|
100
|
+
transition none
|
|
85
101
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
width 100%
|
|
91
|
-
height 15rem
|
|
92
|
-
|
|
93
|
-
&:after
|
|
94
|
-
box-shadow 0 0 205px 59px var(--efu-main) inset
|
|
102
|
+
&::before,
|
|
103
|
+
&::after,
|
|
104
|
+
.post-cover-aside-img
|
|
105
|
+
transition none
|
|
95
106
|
|
|
96
|
-
|
|
97
|
-
|
|
107
|
+
&:hover
|
|
108
|
+
--post-cover-scale 1
|
|
98
109
|
|
|
99
110
|
#post-info
|
|
100
|
-
top 0
|
|
101
111
|
position absolute
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
color var(--efu-white)
|
|
105
|
-
max-width 1400px
|
|
112
|
+
top 14px
|
|
113
|
+
z-index 10
|
|
106
114
|
display flex
|
|
107
115
|
flex-direction column
|
|
108
116
|
align-items flex-start
|
|
109
|
-
height calc(100% + 0px)
|
|
110
117
|
justify-content center
|
|
111
|
-
|
|
118
|
+
gap 16px
|
|
112
119
|
width 100%
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
justify-content center
|
|
120
|
-
|
|
121
|
-
+maxWidth900()
|
|
122
|
-
bottom 1.5rem
|
|
123
|
-
text-align left
|
|
120
|
+
max-width 1400px
|
|
121
|
+
height calc(100% - 30px)
|
|
122
|
+
margin 0 auto
|
|
123
|
+
padding 0 30px
|
|
124
|
+
color var(--efu-white)
|
|
125
|
+
animation slide-in .6s 0s backwards
|
|
124
126
|
|
|
125
127
|
+maxWidth768()
|
|
126
|
-
|
|
128
|
+
top auto
|
|
129
|
+
right 0
|
|
130
|
+
bottom 0
|
|
131
|
+
left 0
|
|
132
|
+
align-items center
|
|
127
133
|
justify-content normal
|
|
128
|
-
|
|
134
|
+
gap 0
|
|
135
|
+
width 100%
|
|
136
|
+
max-width none
|
|
137
|
+
height fit-content
|
|
138
|
+
margin 0
|
|
139
|
+
padding 7rem 1rem 60px
|
|
140
|
+
background-image linear-gradient(to bottom, transparent, var(--efu-main))
|
|
141
|
+
text-align center
|
|
142
|
+
|
|
143
|
+
&::after
|
|
144
|
+
position absolute
|
|
145
|
+
bottom 0
|
|
146
|
+
left 0
|
|
147
|
+
z-index 0
|
|
148
|
+
width 100%
|
|
149
|
+
height 200%
|
|
150
|
+
box-shadow 0 -214px 287px 45px var(--efu-main-op) inset
|
|
151
|
+
content ""
|
|
152
|
+
|
|
153
|
+
#post-firstinfo,
|
|
154
|
+
.post-title,
|
|
155
|
+
#post-meta
|
|
156
|
+
width calc(100% - 300px - 80px)
|
|
157
|
+
max-width none
|
|
158
|
+
margin-left 40px
|
|
159
|
+
|
|
160
|
+
+maxWidth1200()
|
|
161
|
+
#post-firstinfo,
|
|
162
|
+
.post-title,
|
|
163
|
+
#post-meta
|
|
164
|
+
width calc(100% - 80px)
|
|
129
165
|
|
|
130
166
|
.post-title
|
|
167
|
+
display -webkit-box
|
|
168
|
+
height calc(2 * 1.38em)
|
|
169
|
+
min-height calc(2 * 1.38em)
|
|
170
|
+
margin-top 4px
|
|
171
|
+
margin-bottom 8px
|
|
172
|
+
padding 0
|
|
173
|
+
overflow hidden
|
|
131
174
|
color var(--efu-white)
|
|
175
|
+
font-size 42px
|
|
132
176
|
font-weight 700
|
|
133
|
-
|
|
134
|
-
line-height 1.2
|
|
177
|
+
line-height 1.38
|
|
135
178
|
text-align left
|
|
136
|
-
|
|
179
|
+
-webkit-box-orient vertical
|
|
137
180
|
-webkit-line-clamp 2
|
|
138
|
-
padding 0
|
|
139
|
-
overflow hidden
|
|
140
181
|
|
|
141
182
|
+maxWidth768()
|
|
183
|
+
z-index 1
|
|
184
|
+
width 100%
|
|
185
|
+
height auto
|
|
186
|
+
min-height 0
|
|
187
|
+
margin .2rem auto !important
|
|
142
188
|
font-size 1.2rem
|
|
143
|
-
|
|
144
|
-
margin .2rem auto
|
|
189
|
+
line-height 1.2
|
|
145
190
|
text-align center
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
+minWidth1300()
|
|
149
|
-
font-size 2.6rem !important
|
|
191
|
+
-webkit-line-clamp 3
|
|
150
192
|
|
|
151
193
|
#post-meta
|
|
152
|
-
margin-top .4rem
|
|
153
|
-
transition .3s
|
|
154
194
|
display flex
|
|
155
|
-
|
|
156
|
-
color var(--light-grey)
|
|
195
|
+
color var(--efu-white)
|
|
157
196
|
font-size 95%
|
|
197
|
+
user-select none
|
|
198
|
+
transition .3s
|
|
158
199
|
|
|
159
200
|
+maxWidth768()
|
|
201
|
+
z-index 1
|
|
202
|
+
align-items center
|
|
203
|
+
justify-content center
|
|
204
|
+
width 100%
|
|
205
|
+
margin-left 0
|
|
160
206
|
font-size 90%
|
|
161
|
-
padding 0 2rem
|
|
162
207
|
|
|
163
208
|
a
|
|
164
|
-
color
|
|
165
|
-
|
|
209
|
+
color inherit
|
|
210
|
+
text-decoration none
|
|
211
|
+
transition .3s
|
|
166
212
|
|
|
167
213
|
i
|
|
168
|
-
font-size 14px
|
|
169
214
|
margin-right 4px
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
text-align left
|
|
215
|
+
font-size 16px
|
|
216
|
+
line-height 1
|
|
173
217
|
|
|
174
218
|
.meta-secondline
|
|
175
219
|
display flex
|
|
176
220
|
flex-direction row
|
|
177
221
|
flex-wrap wrap
|
|
178
|
-
justify-content flex-start
|
|
179
222
|
align-items center
|
|
223
|
+
justify-content flex-start
|
|
224
|
+
gap 8px
|
|
180
225
|
|
|
181
226
|
+maxWidth768()
|
|
182
227
|
justify-content center
|
|
228
|
+
width 100%
|
|
229
|
+
text-align center
|
|
183
230
|
|
|
184
|
-
> span
|
|
185
|
-
|
|
231
|
+
> span:not(.post-meta-separator),
|
|
232
|
+
> a.post-meta-pv
|
|
233
|
+
display inline-flex
|
|
186
234
|
align-items center
|
|
235
|
+
box-sizing border-box
|
|
236
|
+
height 32px
|
|
237
|
+
margin 0
|
|
238
|
+
padding 0 .5rem
|
|
239
|
+
border-radius 99px
|
|
240
|
+
background var(--efu-white-op)
|
|
241
|
+
color var(--efu-white)
|
|
187
242
|
line-height 1
|
|
188
|
-
|
|
243
|
+
opacity 1
|
|
244
|
+
transition background .3s ease-out, color .3s ease-out
|
|
189
245
|
|
|
190
246
|
+maxWidth768()
|
|
191
247
|
line-height 1.5
|
|
192
248
|
|
|
193
|
-
> span:first-child
|
|
194
|
-
margin-left 0
|
|
195
|
-
|
|
196
|
-
.post-meta-date, .post-meta-wordcount, .post-meta-position, .post-meta-pv
|
|
197
|
-
opacity .6
|
|
198
|
-
|
|
199
|
-
.post-meta-separator
|
|
200
|
-
margin 0 1rem 0 0
|
|
201
|
-
|
|
202
|
-
.post-meta-pv
|
|
203
|
-
padding 0 8px
|
|
204
|
-
display flex
|
|
205
|
-
align-items center
|
|
206
|
-
border-radius 12px
|
|
207
|
-
|
|
208
249
|
&:hover
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
text-decoration none
|
|
212
|
-
color var(--efu-white)
|
|
250
|
+
background var(--efu-white)
|
|
251
|
+
color var(--efu-main)
|
|
213
252
|
|
|
214
|
-
|
|
215
|
-
|
|
253
|
+
a
|
|
254
|
+
color inherit
|
|
216
255
|
|
|
217
|
-
|
|
218
|
-
|
|
256
|
+
.post-meta-separator
|
|
257
|
+
display none
|
|
219
258
|
|
|
220
259
|
.post-meta-commentcount
|
|
221
|
-
opacity .6
|
|
222
260
|
cursor pointer
|
|
223
|
-
transition .3s
|
|
224
|
-
border-radius 12px
|
|
225
|
-
padding: 8px
|
|
226
|
-
|
|
227
|
-
&:hover
|
|
228
|
-
opacity 1
|
|
229
|
-
background var(--efu-white-op)
|
|
230
261
|
|
|
231
|
-
.
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
&:hover
|
|
238
|
-
opacity 1
|
|
239
|
-
background var(--efu-white-op)
|
|
262
|
+
.word-count,
|
|
263
|
+
.leancloud-visitors-count,
|
|
264
|
+
#busuanzi_value_page_pv,
|
|
265
|
+
#busuanzi_page_pv
|
|
266
|
+
font-weight 800
|
|
240
267
|
|
|
241
268
|
#post-firstinfo
|
|
242
|
-
text-align left
|
|
243
269
|
display flex
|
|
270
|
+
color var(--efu-white)
|
|
271
|
+
text-align left
|
|
244
272
|
white-space nowrap
|
|
245
273
|
user-select none
|
|
246
274
|
|
|
247
275
|
+maxWidth768()
|
|
248
|
-
white-space nowrap
|
|
249
|
-
margin 0 auto
|
|
250
276
|
z-index 1
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
277
|
+
align-items center
|
|
278
|
+
justify-content center
|
|
279
|
+
width 100%
|
|
280
|
+
margin 0 auto
|
|
281
|
+
text-align center
|
|
282
|
+
white-space normal
|
|
254
283
|
|
|
255
284
|
.meta-firstline
|
|
256
285
|
display flex
|
|
@@ -258,88 +287,87 @@
|
|
|
258
287
|
height 32px
|
|
259
288
|
|
|
260
289
|
+maxWidth768()
|
|
261
|
-
|
|
290
|
+
flex-wrap wrap
|
|
291
|
+
justify-content center
|
|
292
|
+
width fit-content
|
|
293
|
+
max-width 100%
|
|
294
|
+
height auto
|
|
295
|
+
margin 0 auto .4rem
|
|
262
296
|
|
|
263
|
-
.post-meta-original
|
|
297
|
+
.post-meta-original,
|
|
298
|
+
span.post-meta-categories
|
|
299
|
+
height 32px
|
|
300
|
+
border-radius 99px
|
|
264
301
|
background var(--efu-white-op)
|
|
265
|
-
|
|
302
|
+
line-height 32px
|
|
303
|
+
transition .3s
|
|
304
|
+
|
|
305
|
+
.post-meta-original
|
|
306
|
+
display flex
|
|
307
|
+
width auto
|
|
308
|
+
margin 0
|
|
266
309
|
padding 0 .5rem
|
|
310
|
+
color var(--efu-white)
|
|
267
311
|
font-size .7rem
|
|
268
|
-
margin auto
|
|
269
|
-
border-radius 8px
|
|
270
312
|
font-weight 700
|
|
271
|
-
line-height 32px
|
|
272
|
-
width 100%
|
|
273
|
-
height 100%
|
|
274
|
-
display flex
|
|
275
313
|
|
|
276
314
|
&:hover
|
|
315
|
+
background var(--efu-white)
|
|
277
316
|
color var(--efu-main)
|
|
317
|
+
|
|
318
|
+
span.post-meta-categories
|
|
319
|
+
margin-left 8px
|
|
320
|
+
|
|
321
|
+
&:hover
|
|
278
322
|
background var(--efu-white)
|
|
279
|
-
|
|
323
|
+
|
|
324
|
+
a.post-meta-categories
|
|
325
|
+
color var(--efu-main)
|
|
326
|
+
|
|
327
|
+
a.post-meta-categories
|
|
328
|
+
display flex
|
|
329
|
+
width 100%
|
|
330
|
+
height 100%
|
|
331
|
+
padding 0 .5rem
|
|
332
|
+
color var(--efu-white)
|
|
333
|
+
font-size .7rem
|
|
280
334
|
|
|
281
335
|
.tag_share
|
|
282
|
-
margin-left
|
|
336
|
+
margin-left 1rem
|
|
337
|
+
|
|
338
|
+
+maxWidth768()
|
|
339
|
+
display none
|
|
283
340
|
|
|
284
341
|
.post-meta__tag-list
|
|
285
342
|
display flex
|
|
286
343
|
flex-direction row
|
|
287
344
|
align-items center
|
|
288
345
|
|
|
289
|
-
+maxWidth768()
|
|
290
|
-
display none
|
|
291
|
-
|
|
292
346
|
&::-webkit-scrollbar
|
|
293
347
|
display none
|
|
294
348
|
|
|
295
349
|
.post-meta__tags
|
|
296
|
-
color var(--efu-white)
|
|
297
|
-
opacity .8
|
|
298
|
-
margin-right 8px
|
|
299
|
-
padding 0 8px
|
|
300
|
-
border-radius 12px
|
|
301
350
|
display flex
|
|
302
|
-
align-items center
|
|
303
351
|
flex-direction row
|
|
352
|
+
align-items center
|
|
353
|
+
margin-right 8px
|
|
354
|
+
padding 0 8px 0 4px
|
|
355
|
+
border-radius 99px
|
|
356
|
+
color var(--efu-white)
|
|
357
|
+
opacity .8
|
|
304
358
|
|
|
305
359
|
&:hover
|
|
360
|
+
background var(--efu-white-op)
|
|
306
361
|
color var(--efu-white)
|
|
307
362
|
opacity 1
|
|
308
|
-
background var(--efu-white-op)
|
|
309
363
|
|
|
310
|
-
|
|
311
|
-
margin 0 .5rem 0 0
|
|
312
|
-
|
|
313
|
-
span.post-meta-categories
|
|
314
|
-
background-color var(--efu-white-op)
|
|
315
|
-
border-radius 8px
|
|
316
|
-
line-height 32px
|
|
317
|
-
height 32px
|
|
318
|
-
transition .3s
|
|
319
|
-
|
|
320
|
-
&:not(:first-child)
|
|
321
|
-
margin-left 8px
|
|
322
|
-
|
|
323
|
-
&:hover
|
|
324
|
-
background-color var(--efu-white)
|
|
325
|
-
|
|
326
|
-
a.post-meta-categories
|
|
327
|
-
color var(--efu-white)
|
|
328
|
-
font-size .7rem
|
|
329
|
-
width 100%
|
|
330
|
-
height 100%
|
|
331
|
-
display flex
|
|
332
|
-
padding 0 .5rem
|
|
333
|
-
|
|
334
|
-
&:hover
|
|
335
|
-
color var(--efu-main)
|
|
336
|
-
|
|
337
|
-
#post
|
|
364
|
+
#post
|
|
338
365
|
#post-info
|
|
339
|
-
height auto
|
|
340
366
|
position unset
|
|
367
|
+
height auto
|
|
341
368
|
padding 1rem 2rem
|
|
342
|
-
background var(--efu-hovertext)
|
|
343
369
|
border-radius 12px 12px 0 0
|
|
370
|
+
background var(--efu-hovertext)
|
|
371
|
+
|
|
344
372
|
+minWidth768()
|
|
345
|
-
min-height 250px
|
|
373
|
+
min-height 250px
|