hexo-theme-solitude 1.5.0 → 1.5.2
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/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +17 -41
- package/README_EN.md +14 -39
- package/SECURITY.md +9 -0
- package/_config.yml +235 -264
- package/languages/{en-US.yml → en.yml} +3 -5
- package/languages/zh-CN.yml +0 -2
- package/languages/zh-TW.yml +0 -2
- package/layout/404.pug +1 -1
- package/layout/includes/body/gadsense.pug +9 -0
- package/layout/includes/console.pug +6 -6
- package/layout/includes/footer.pug +13 -13
- package/layout/includes/inject/body.pug +10 -1
- package/layout/includes/inject/head.pug +6 -4
- package/layout/includes/mixins/pagination.pug +2 -2
- package/layout/includes/nav.pug +2 -2
- package/layout/includes/page/album.pug +9 -9
- package/layout/includes/page/says.pug +5 -5
- package/layout/includes/sidebar.pug +2 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
- package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
- package/layout/includes/widgets/aside/asideToc.pug +1 -1
- package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/bbTimeList.pug +7 -7
- package/layout/includes/widgets/home/categoryBar.pug +5 -4
- package/layout/includes/widgets/home/categoryGroup.pug +3 -2
- package/layout/includes/widgets/home/postList.pug +11 -5
- package/layout/includes/widgets/home/topGroup.pug +1 -1
- package/layout/includes/widgets/nav/menu.pug +1 -1
- package/layout/includes/widgets/nav/right.pug +6 -6
- package/layout/includes/widgets/page/about/award.pug +3 -3
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/equipment/content.pug +1 -1
- package/layout/includes/widgets/page/links/banner.pug +3 -3
- package/layout/includes/widgets/page/moments/angle.pug +1 -1
- package/layout/includes/widgets/post/award.pug +1 -1
- package/layout/includes/widgets/post/copyright.pug +1 -1
- package/layout/includes/widgets/post/post-ai.pug +1 -1
- package/layout/includes/widgets/post/postMeta.pug +12 -12
- package/layout/includes/widgets/rightside/index.pug +25 -25
- package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +1 -1
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
- package/layout/index.pug +2 -2
- package/package.json +9 -9
- package/plugins.yml +8 -12
- package/scripts/event/cdn.js +10 -0
- package/scripts/event/welcome.js +1 -1
- package/scripts/filter/lazyload.js +2 -3
- package/scripts/helper/related_post.js +1 -1
- package/scripts/helper/stylus.js +11 -3
- package/scripts/tags/card.js +1 -1
- package/scripts/tags/mermaid.js +9 -0
- package/scripts/tags/tabs.js +2 -2
- package/source/css/_global/animation.styl +1 -1
- package/source/css/_global/index.styl +27 -27
- package/source/css/_layout/basic.styl +18 -18
- package/source/css/_layout/header.styl +67 -67
- package/source/css/_layout/index.styl +14 -14
- package/source/css/_mode/index.styl +88 -88
- package/source/css/_page/_about/author.styl +5 -5
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/careers.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -2
- package/source/css/_page/_about/game.styl +2 -2
- package/source/css/_page/_about/like.styl +2 -2
- package/source/css/_page/_about/myphoto.styl +1 -1
- package/source/css/_page/_about/oneself.styl +2 -2
- package/source/css/_page/_about/reward.styl +11 -11
- package/source/css/_page/_about/skills.styl +2 -2
- package/source/css/_page/_about/statistic.styl +4 -4
- package/source/css/_page/_about/tenyear.styl +4 -4
- package/source/css/_page/_gallery/index.styl +7 -7
- package/source/css/_page/_home/category-bar.styl +11 -8
- package/source/css/_page/_home/home-top.styl +16 -16
- package/source/css/_page/_home/index.styl +1 -1
- package/source/css/_page/_home/pagination.styl +22 -22
- package/source/css/_page/_home/recent-post.styl +22 -15
- package/source/css/_page/category.styl +11 -11
- package/source/css/_page/douban.styl +10 -10
- package/source/css/_page/equipment.styl +10 -10
- package/source/css/_page/error.styl +3 -3
- package/source/css/_page/google.styl +32 -0
- package/source/css/_page/index.styl +4 -1
- package/source/css/_page/links.styl +27 -27
- package/source/css/_page/moment.styl +22 -22
- package/source/css/_page/music.styl +16 -14
- package/source/css/_page/says.styl +21 -21
- package/source/css/_page/share.styl +25 -25
- package/source/css/_page/tag.styl +12 -12
- package/source/css/_widgets/_aside/allinfo.styl +12 -12
- package/source/css/_widgets/_aside/flip.styl +3 -6
- package/source/css/_widgets/_aside/index.styl +4 -4
- package/source/css/_widgets/_aside/info.styl +27 -27
- package/source/css/_widgets/_aside/newPost.styl +5 -5
- package/source/css/_widgets/_aside/toc.styl +7 -7
- package/source/css/_widgets/_comment/index.styl +7 -7
- package/source/css/_widgets/_comment/twikoo.styl +66 -50
- package/source/css/_widgets/_comment/waline.styl +45 -44
- package/source/css/_widgets/_extra/console.styl +30 -29
- package/source/css/_widgets/_extra/fullpage.styl +1 -1
- package/source/css/_widgets/_extra/music.styl +11 -11
- package/source/css/_widgets/_extra/pace.styl +2 -2
- package/source/css/_widgets/_extra/rightmenu.styl +8 -8
- package/source/css/_widgets/_mixins/article-sort.styl +7 -7
- package/source/css/_widgets/_mixins/footer.styl +31 -29
- package/source/css/_widgets/_mixins/keyboard.styl +8 -8
- package/source/css/_widgets/_mixins/other.styl +4 -4
- package/source/css/_widgets/_mixins/sidebar.styl +20 -20
- package/source/css/_widgets/_post/_highlight/index.styl +16 -16
- package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
- package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
- package/source/css/_widgets/_post/commentBarrage.styl +13 -13
- package/source/css/_widgets/_post/content.styl +27 -26
- package/source/css/_widgets/_post/copyright.styl +11 -11
- package/source/css/_widgets/_post/meta.styl +27 -27
- package/source/css/_widgets/_post/pagination.styl +13 -13
- package/source/css/_widgets/_post/postAI.styl +18 -18
- package/source/css/_widgets/_post/relatedPost.styl +8 -8
- package/source/css/_widgets/_post/tools.styl +30 -30
- package/source/css/_widgets/_search/algolia-search.styl +18 -18
- package/source/css/_widgets/_search/local-search.styl +22 -22
- package/source/css/_widgets/_tags/button.styl +1 -1
- package/source/css/_widgets/_tags/card.styl +12 -12
- package/source/css/_widgets/_tags/fold.styl +11 -11
- package/source/css/_widgets/_tags/index.styl +26 -26
- package/source/css/_widgets/_tags/link.styl +10 -9
- package/source/css/_widgets/_tags/mermaid.styl +4 -0
- package/source/css/_widgets/_tags/note.styl +2 -2
- package/source/css/_widgets/_tags/tabs.styl +10 -10
- package/source/css/_widgets/_tags/timeline.styl +5 -5
- package/source/img/logo.png +0 -0
- package/source/js/comment/twikoo_commentBarrage.js +1 -1
- package/source/js/comment/waline_commentBarrage.js +1 -1
- package/source/js/covercolor/api.js +18 -18
- package/source/js/covercolor/local.js +18 -18
- package/source/js/main.js +5 -5
- package/source/js/music.js +1 -12
- package/source/js/sco-ai.min.js +1 -1
- package/source/js/search/algolia.js +7 -7
- package/source/js/tw_cn.js +2 -2
- package/source/js/universe.min.js +5 -0
- package/source/js/utils.js +2 -2
- package/source/js/waterfall.min.js +1 -0
@@ -1,94 +1,94 @@
|
|
1
1
|
[data-theme=dark]
|
2
|
-
--
|
3
|
-
--
|
4
|
-
--
|
5
|
-
--
|
6
|
-
--
|
7
|
-
--
|
8
|
-
--
|
9
|
-
--
|
10
|
-
--
|
11
|
-
--
|
12
|
-
--
|
13
|
-
--
|
14
|
-
--
|
15
|
-
--
|
16
|
-
--
|
17
|
-
--
|
18
|
-
--
|
19
|
-
--
|
20
|
-
--
|
21
|
-
--
|
22
|
-
--
|
23
|
-
--
|
24
|
-
--
|
25
|
-
--
|
26
|
-
--
|
27
|
-
--
|
28
|
-
--
|
29
|
-
--
|
30
|
-
--
|
31
|
-
--
|
32
|
-
--
|
33
|
-
--
|
34
|
-
--
|
35
|
-
--
|
36
|
-
--style-border 1px solid var(--
|
37
|
-
--style-border-always 1px solid var(--
|
38
|
-
--style-border-hover 1px solid var(--
|
39
|
-
--style-border-hover-always 1px solid var(--
|
40
|
-
--style-border-dashed 1px dashed var(--
|
41
|
-
--style-border-forever 2px solid var(--
|
42
|
-
--
|
43
|
-
--
|
2
|
+
--efu-theme $dark_theme
|
3
|
+
--efu-theme-op $dark_theme_op
|
4
|
+
--efu-theme-op-deep $dark_theme_op_deep
|
5
|
+
--efu-theme-none $dark_theme_none
|
6
|
+
--efu-blue #0084ff
|
7
|
+
--efu-red #ff3842
|
8
|
+
--efu-pink #d44040
|
9
|
+
--efu-green #3e9f50
|
10
|
+
--efu-purple #7a60d2
|
11
|
+
--efu-yellow #ffc93e
|
12
|
+
--efu-yellow-op #ffc93e30
|
13
|
+
--efu-orange #ff953e
|
14
|
+
--efu-fontcolor #f7f7fa
|
15
|
+
--efu-background #18171d
|
16
|
+
--efu-reverse #fff
|
17
|
+
--efu-maskbg rgba(0, 0, 0, 0.6)
|
18
|
+
--efu-maskbgdeep rgba(0, 0, 0, 0.85)
|
19
|
+
--efu-hovertext #0a84ff
|
20
|
+
--efu-ahoverbg #fff
|
21
|
+
--efu-lighttext var(--efu-theme)
|
22
|
+
--efu-secondtext #a1a2b8
|
23
|
+
--efu-scrollbar rgba(200, 200, 223, 0.4)
|
24
|
+
--efu-card-btn-bg #30343f
|
25
|
+
--efu-post-blockquote-bg #000
|
26
|
+
--efu-post-tabs-bg #121212
|
27
|
+
--efu-secondbg #30343f
|
28
|
+
--efu-shadow-nav 0 5px 20px 0px rgba(28, 28, 28, 0.4)
|
29
|
+
--efu-card-bg #1b1c20
|
30
|
+
--efu-card-bg-op var(--efu-white-op)
|
31
|
+
--efu-card-bg-none #1d1b2600
|
32
|
+
--efu-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.0)
|
33
|
+
--efu-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.0)
|
34
|
+
--efu-card-border #3d3d3f
|
35
|
+
--efu-shadow-border 0 8px 16px -4px #00000050
|
36
|
+
--style-border 1px solid var(--efu-card-border)
|
37
|
+
--style-border-always 1px solid var(--efu-card-border)
|
38
|
+
--style-border-hover 1px solid var(--efu-theme)
|
39
|
+
--style-border-hover-always 1px solid var(--efu-theme)
|
40
|
+
--style-border-dashed 1px dashed var(--efu-theme-op)
|
41
|
+
--style-border-forever 2px solid var(--efu-lighttext)
|
42
|
+
--efu-hl-bg $hl_bg_dark
|
43
|
+
--efu-hltools-bg $hltools_bg_dark
|
44
44
|
|
45
45
|
[data-theme=light]
|
46
|
-
--
|
47
|
-
--
|
48
|
-
--
|
49
|
-
--
|
50
|
-
--
|
51
|
-
--
|
52
|
-
--
|
53
|
-
--
|
54
|
-
--
|
55
|
-
--
|
56
|
-
--
|
57
|
-
--
|
58
|
-
--
|
59
|
-
--
|
60
|
-
--
|
61
|
-
--
|
62
|
-
--
|
63
|
-
--
|
64
|
-
--
|
65
|
-
--
|
66
|
-
--
|
67
|
-
--
|
68
|
-
--
|
69
|
-
--
|
70
|
-
--
|
71
|
-
--
|
72
|
-
--
|
73
|
-
--
|
74
|
-
--
|
75
|
-
--
|
76
|
-
--
|
77
|
-
--
|
78
|
-
--
|
79
|
-
--
|
80
|
-
--
|
81
|
-
--style-border 1px solid var(--
|
82
|
-
--style-border-always 1px solid var(--
|
83
|
-
--style-border-hover 1px solid var(--
|
84
|
-
--style-border-hover-always 1px solid var(--
|
85
|
-
--style-border-dashed 1px dashed var(--
|
86
|
-
--style-border-forever 2px solid var(--
|
87
|
-
--
|
88
|
-
--
|
89
|
-
--
|
46
|
+
--efu-theme $light_theme
|
47
|
+
--efu-theme-op $light_theme_op
|
48
|
+
--efu-theme-op-deep $light_theme_op_deep
|
49
|
+
--efu-theme-op-light #4259ef0d
|
50
|
+
--efu-theme-none $light_theme_none
|
51
|
+
--efu-blue #425aef
|
52
|
+
--efu-red #f04a63
|
53
|
+
--efu-pink #ff7c7c
|
54
|
+
--efu-green #57bd6a
|
55
|
+
--efu-yellow #c28b00
|
56
|
+
--efu-yellow-op #d99c001a
|
57
|
+
--efu-orange #e38100
|
58
|
+
--efu-purple #7a60d2
|
59
|
+
--efu-fontcolor #363636
|
60
|
+
--efu-background #f7f9fe
|
61
|
+
--efu-reverse #000
|
62
|
+
--efu-maskbg rgba(255, 255, 255, 0.6)
|
63
|
+
--efu-maskbgdeep rgba(255, 255, 255, 0.85)
|
64
|
+
--efu-hovertext var(--efu-main)
|
65
|
+
--efu-ahoverbg #f7f7fa
|
66
|
+
--efu-lighttext var(--efu-main)
|
67
|
+
--efu-secondtext rgba(60, 60, 67, 0.8)
|
68
|
+
--efu-scrollbar rgba(60, 60, 67, 0.4)
|
69
|
+
--efu-card-btn-bg #edf0f7
|
70
|
+
--efu-post-blockquote-bg #fafcff
|
71
|
+
--efu-post-tabs-bg #f2f5f8
|
72
|
+
--efu-secondbg #f7f7f9
|
73
|
+
--efu-shadow-nav 0 5px 12px -5px rgba(102, 68, 68, 0.05)
|
74
|
+
--efu-card-bg #fff
|
75
|
+
--efu-card-bg-op var(--efu-black-op)
|
76
|
+
--efu-card-bg-none rgba(255, 255, 255, 0)
|
77
|
+
--efu-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.00)
|
78
|
+
--efu-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.00)
|
79
|
+
--efu-card-border #e3e8f7
|
80
|
+
--efu-shadow-border 0 8px 16px -4px #2c2d300c
|
81
|
+
--style-border 1px solid var(--efu-card-border)
|
82
|
+
--style-border-always 1px solid var(--efu-card-border)
|
83
|
+
--style-border-hover 1px solid var(--efu-main)
|
84
|
+
--style-border-hover-always 1px solid var(--efu-main)
|
85
|
+
--style-border-dashed 1px dashed var(--efu-theme-op)
|
86
|
+
--style-border-forever 2px solid var(--efu-main)
|
87
|
+
--efu-navbg var(--efu-theme-op)
|
88
|
+
--efu-hl-bg $hl_bg_light
|
89
|
+
--efu-hltools-bg $hltools_bg_light
|
90
90
|
|
91
91
|
:root
|
92
92
|
+maxWidth768()
|
93
|
-
--style-border 0px solid var(--
|
94
|
-
--style-border-hover 0px solid var(--
|
93
|
+
--style-border 0px solid var(--efu-none)
|
94
|
+
--style-border-hover 0px solid var(--efu-main)
|
@@ -31,13 +31,13 @@
|
|
31
31
|
.author-tag
|
32
32
|
transform translate(0, -4px)
|
33
33
|
padding 1px 8px
|
34
|
-
background var(--
|
34
|
+
background var(--efu-card-bg)
|
35
35
|
border var(--style-border-always)
|
36
36
|
border-radius 40px
|
37
37
|
margin-top 6px
|
38
38
|
font-size 14px
|
39
39
|
font-weight 700
|
40
|
-
box-shadow var(--
|
40
|
+
box-shadow var(--efu-shadow-lightblack)
|
41
41
|
animation 6s ease-in-out 0s infinite normal none running floating
|
42
42
|
|
43
43
|
&:nth-child(1)
|
@@ -58,7 +58,7 @@
|
|
58
58
|
width 180px
|
59
59
|
height 180px
|
60
60
|
position relative
|
61
|
-
background var(--
|
61
|
+
background var(--efu-secondbg)
|
62
62
|
user-select none
|
63
63
|
transition .3s
|
64
64
|
|
@@ -85,10 +85,10 @@
|
|
85
85
|
transition 1s
|
86
86
|
width 30px
|
87
87
|
height 30px
|
88
|
-
background var(--
|
88
|
+
background var(--efu-green)
|
89
89
|
position absolute
|
90
90
|
border-radius 50%
|
91
|
-
border 5px solid var(--
|
91
|
+
border 5px solid var(--efu-background)
|
92
92
|
bottom 5px
|
93
93
|
right 10px
|
94
94
|
z-index 2
|
@@ -3,7 +3,7 @@
|
|
3
3
|
display flex
|
4
4
|
flex-direction column
|
5
5
|
justify-content center
|
6
|
-
color var(--
|
6
|
+
color var(--efu-white)
|
7
7
|
background linear-gradient(120deg, #5b27ff 0, #00d4ff 100%)
|
8
8
|
background-size 200%
|
9
9
|
animation gradient 15s ease infinite
|
@@ -36,7 +36,7 @@
|
|
36
36
|
font-family Helvetica
|
37
37
|
line-height 1.06
|
38
38
|
letter-spacing -.02em
|
39
|
-
color var(--
|
39
|
+
color var(--efu-fontcolor)
|
40
40
|
margin-top 0
|
41
41
|
|
42
42
|
.mask
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.author-content-item.game-apex
|
3
3
|
min-height 300px
|
4
4
|
overflow hidden
|
5
|
-
color var(--
|
5
|
+
color var(--efu-white)
|
6
6
|
width 59%
|
7
7
|
|
8
8
|
&::after
|
@@ -29,7 +29,7 @@
|
|
29
29
|
width 39%
|
30
30
|
min-height 300px
|
31
31
|
overflow hidden
|
32
|
-
color var(--
|
32
|
+
color var(--efu-white)
|
33
33
|
|
34
34
|
&::after
|
35
35
|
box-shadow 0 -69px 203px 11px #415dc9 inset
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.author-content-item.like-technology
|
3
3
|
background-size cover
|
4
4
|
min-height 230px
|
5
|
-
color var(--
|
5
|
+
color var(--efu-white)
|
6
6
|
|
7
7
|
&::after
|
8
8
|
box-shadow 0 -69px 203px 11px #050b20 inset
|
@@ -16,7 +16,7 @@
|
|
16
16
|
.author-content-item.like-music
|
17
17
|
background-size cover
|
18
18
|
min-height 400px
|
19
|
-
color var(--
|
19
|
+
color var(--efu-white)
|
20
20
|
overflow hidden
|
21
21
|
|
22
22
|
&::after
|
@@ -32,7 +32,7 @@
|
|
32
32
|
bottom 0
|
33
33
|
left 0
|
34
34
|
width 100%
|
35
|
-
background var(--
|
35
|
+
background var(--efu-maskbg)
|
36
36
|
padding 0.5rem 2rem
|
37
37
|
backdrop-filter saturate(180%) blur(20px)
|
38
38
|
transition 1s ease-in-out
|
@@ -43,7 +43,7 @@
|
|
43
43
|
padding 1rem
|
44
44
|
|
45
45
|
b
|
46
|
-
color var(--
|
46
|
+
color var(--efu-fontcolor)
|
47
47
|
|
48
48
|
+maxWidth768()
|
49
49
|
margin-bottom 0
|
@@ -3,10 +3,10 @@
|
|
3
3
|
&.single.reward
|
4
4
|
.author-content-item
|
5
5
|
.author-content-item-title
|
6
|
-
color var(--
|
6
|
+
color var(--efu-red)
|
7
7
|
|
8
8
|
.reward-list-updateDate
|
9
|
-
color var(--
|
9
|
+
color var(--efu-gray)
|
10
10
|
font-size 14px
|
11
11
|
|
12
12
|
.author-content-item-description
|
@@ -30,7 +30,7 @@
|
|
30
30
|
left auto
|
31
31
|
bottom auto
|
32
32
|
width fit-content
|
33
|
-
box-shadow var(--
|
33
|
+
box-shadow var(--efu-shadow-border)
|
34
34
|
|
35
35
|
.reward-all::before
|
36
36
|
bottom auto
|
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
.reward-button
|
40
40
|
padding 8px 12px
|
41
|
-
background var(--
|
41
|
+
background var(--efu-red)
|
42
42
|
border-radius 12px
|
43
|
-
color var(--
|
43
|
+
color var(--efu-white)
|
44
44
|
display flex
|
45
45
|
align-items center
|
46
46
|
z-index 1
|
@@ -65,7 +65,7 @@
|
|
65
65
|
border var(--style-border-always)
|
66
66
|
width calc((100% / 6) - .5rem)
|
67
67
|
margin 0 .25rem .5rem .25rem
|
68
|
-
box-shadow var(--
|
68
|
+
box-shadow var(--efu-shadow-border)
|
69
69
|
flex-direction column
|
70
70
|
justify-content space-between
|
71
71
|
|
@@ -94,8 +94,8 @@
|
|
94
94
|
|
95
95
|
.reward-list-item-money
|
96
96
|
padding 4px
|
97
|
-
background var(--
|
98
|
-
color var(--
|
97
|
+
background var(--efu-fontcolor)
|
98
|
+
color var(--efu-card-bg)
|
99
99
|
font-size 12px
|
100
100
|
line-height 1
|
101
101
|
display flex
|
@@ -105,16 +105,16 @@
|
|
105
105
|
margin-right 4px
|
106
106
|
white-space nowrap
|
107
107
|
|
108
|
-
.
|
108
|
+
.solitude
|
109
109
|
font-size 14px
|
110
110
|
margin-right 4px
|
111
111
|
|
112
112
|
.reward-list-item-time
|
113
113
|
font-size 12px
|
114
|
-
color var(--
|
114
|
+
color var(--efu-secondtext)
|
115
115
|
white-space nowrap
|
116
116
|
|
117
117
|
.reward-list-tips
|
118
118
|
p
|
119
119
|
font-size 12px
|
120
|
-
color var(--
|
120
|
+
color var(--efu-secondtext)
|
@@ -46,11 +46,11 @@
|
|
46
46
|
align-items center
|
47
47
|
margin-right 10px
|
48
48
|
margin-top 10px
|
49
|
-
background var(--
|
49
|
+
background var(--efu-background)
|
50
50
|
border-radius 40px
|
51
51
|
padding 4px 12px 4px 8px
|
52
52
|
border var(--style-border)
|
53
|
-
box-shadow var(--
|
53
|
+
box-shadow var(--efu-shadow-border)
|
54
54
|
|
55
55
|
.etc
|
56
56
|
margin-right 10px
|
@@ -7,7 +7,7 @@
|
|
7
7
|
min-height 380px
|
8
8
|
width 39%
|
9
9
|
background-size cover
|
10
|
-
color var(--
|
10
|
+
color var(--efu-white)
|
11
11
|
overflow hidden
|
12
12
|
|
13
13
|
&::after
|
@@ -23,7 +23,7 @@
|
|
23
23
|
font-size 16px
|
24
24
|
border-radius 15px
|
25
25
|
width 100%
|
26
|
-
color var(--
|
26
|
+
color var(--efu-white)
|
27
27
|
display flex
|
28
28
|
justify-content space-between
|
29
29
|
flex-direction row
|
@@ -49,7 +49,7 @@
|
|
49
49
|
white-space nowrap
|
50
50
|
|
51
51
|
.banner-button
|
52
|
-
background var(--
|
52
|
+
background var(--efu-white-op)
|
53
53
|
|
54
54
|
.banner-button:hover
|
55
|
-
background var(--
|
55
|
+
background var(--efu-theme)
|
@@ -2,7 +2,7 @@
|
|
2
2
|
position absolute
|
3
3
|
left 0
|
4
4
|
font-size 14px
|
5
|
-
color var(--
|
5
|
+
color var(--efu-card-bg)
|
6
6
|
font-weight bold
|
7
7
|
top 10px
|
8
8
|
white-space nowrap
|
@@ -16,11 +16,11 @@
|
|
16
16
|
|
17
17
|
> div
|
18
18
|
font-size 14px
|
19
|
-
color var(--
|
19
|
+
color var(--efu-fontcolor)
|
20
20
|
|
21
21
|
.tenyear-timeline
|
22
22
|
width 100%
|
23
|
-
background-color var(--
|
23
|
+
background-color var(--efu-background)
|
24
24
|
position relative
|
25
25
|
overflow hidden
|
26
26
|
margin-bottom 20px
|
@@ -30,7 +30,7 @@
|
|
30
30
|
.progress
|
31
31
|
width 0
|
32
32
|
height 100%
|
33
|
-
background-color var(--
|
33
|
+
background-color var(--efu-main)
|
34
34
|
position absolute
|
35
35
|
animation-delay -0.1s
|
36
36
|
border-radius 0.5rem
|
@@ -50,14 +50,14 @@
|
|
50
50
|
left 10%
|
51
51
|
font-weight 700
|
52
52
|
font-size 32px
|
53
|
-
color var(--
|
53
|
+
color var(--efu-white)
|
54
54
|
|
55
55
|
&::after
|
56
56
|
top 55px
|
57
57
|
width 0
|
58
58
|
left 0
|
59
59
|
height 3px
|
60
|
-
background var(--
|
60
|
+
background var(--efu-white)
|
61
61
|
content ""
|
62
62
|
border-radius 1px
|
63
63
|
position absolute
|
@@ -68,7 +68,7 @@
|
|
68
68
|
top 35%
|
69
69
|
left 100%
|
70
70
|
width 80%
|
71
|
-
color var(--
|
71
|
+
color var(--efu-white)
|
72
72
|
font-size 1.1em
|
73
73
|
transition left .35s
|
74
74
|
letter-spacing 1px
|
@@ -84,21 +84,21 @@
|
|
84
84
|
top 8px
|
85
85
|
padding 4px 6px
|
86
86
|
border-radius 8px
|
87
|
-
background var(--
|
87
|
+
background var(--efu-black-op)
|
88
88
|
font-size 12px
|
89
|
-
color var(--
|
89
|
+
color var(--efu-white)
|
90
90
|
transition .3s
|
91
91
|
z-index 1
|
92
92
|
user-select none
|
93
93
|
|
94
|
-
.
|
94
|
+
.st-gallery-item
|
95
95
|
margin-bottom 24px
|
96
96
|
overflow hidden
|
97
97
|
border-radius 8px
|
98
98
|
transition all .3s
|
99
99
|
border var(--style-border-always)
|
100
100
|
|
101
|
-
.
|
101
|
+
.st-gallery-image
|
102
102
|
width 100%
|
103
103
|
display block
|
104
104
|
height auto
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#category-bar
|
2
2
|
padding 0.4rem 1rem 0.4rem 0.7rem
|
3
|
-
background var(--
|
3
|
+
background var(--efu-card-bg)
|
4
4
|
border-radius 12px
|
5
5
|
display flex
|
6
6
|
white-space nowrap
|
@@ -22,22 +22,25 @@
|
|
22
22
|
margin-bottom .75rem
|
23
23
|
&:hover
|
24
24
|
border var(--style-border-hover)
|
25
|
-
box-shadow var(--
|
25
|
+
box-shadow var(--efu-shadow-main)
|
26
26
|
|
27
27
|
+maxWidth768()
|
28
28
|
margin-bottom 0
|
29
29
|
margin-top 0
|
30
30
|
border-radius 0
|
31
|
-
background var(--
|
31
|
+
background var(--efu-background)
|
32
32
|
padding 0.5rem 0
|
33
33
|
border none
|
34
34
|
|
35
|
+
.category-bar-right
|
36
|
+
display flex
|
37
|
+
|
35
38
|
.category-bar-more
|
36
39
|
margin-left 14px
|
37
40
|
font-weight 700
|
38
41
|
|
39
42
|
&:hover
|
40
|
-
color var(--
|
43
|
+
color var(--efu-lighttext)
|
41
44
|
|
42
45
|
.category-bar-items
|
43
46
|
white-space nowrap
|
@@ -54,8 +57,8 @@
|
|
54
57
|
.category-bar-item
|
55
58
|
&:hover
|
56
59
|
a
|
57
|
-
background var(--
|
58
|
-
color var(--
|
60
|
+
background var(--efu-theme)
|
61
|
+
color var(--efu-white)
|
59
62
|
|
60
63
|
a
|
61
64
|
padding .1rem .5rem
|
@@ -70,5 +73,5 @@
|
|
70
73
|
order -1
|
71
74
|
|
72
75
|
a
|
73
|
-
background var(--
|
74
|
-
color var(--
|
76
|
+
background var(--efu-theme)
|
77
|
+
color var(--efu-white)
|