diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index fd01b30..fcd1307 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -16337,7 +16337,7 @@ span.hexo-douban-pagenum { padding: 1rem; border-radius: 12px; border: var(--style-border-always); - width: calc((100% / 6) - 0.5rem); + width: calc((100% / 4) - 0.5rem); margin: 0rem 0.25rem 0.5rem 0.25rem; box-shadow: var(--heo-shadow-border); } @@ -16349,11 +16349,12 @@ span.hexo-douban-pagenum { @media screen and (max-width: 1200px) { .author-content-item.single.reward .reward-list-all .reward-list-item { - width: calc((100% / 4) - 0.5rem); + width: calc((100% / 3) - 0.5rem); } .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { - width: 32%; + /* display: none; */ + /* width: 32%; */ } } @@ -16362,19 +16363,19 @@ span.hexo-douban-pagenum { width: calc((100% / 2) - 0.5rem); } - .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { + /* .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { width: 20%; - } + } */ } @media screen and (max-width: 768px) { .author-content-item.single.reward .reward-list-all .reward-list-item { - width: 100%; + width: calc((100% / 2) - 0.5rem); } - .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { + /* .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { width: 9%; - } + } */ } @media screen and (max-width: 520px) { @@ -16382,9 +16383,9 @@ span.hexo-douban-pagenum { width: 100%; } - .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { + /* .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { width: 20%; - } + } */ } .author-content-item.single.reward .author-content-item-description { @@ -16407,19 +16408,34 @@ span.hexo-douban-pagenum { width: 100%; } +.author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-container { + display: flex; + justify-content: flex-start; + justify-content: space-between; + height: auto; +} + +.author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-container .reward-list-item-content { + flex: 2; + display: flex; + flex-direction: column; + justify-content: space-between; + margin-left: 15px; +} + .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar { - width: 32%; + width: 80px; float: left; z-index: 10; position: static; - height: 40px; - transform: translateY(-40%); + height: 80px; + /* transform: translateY(-40%); */ } .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar img { border-radius: 50%; - width: 80%; - margin-top: 0.2rem; + width: 80px; + /* margin-top: 0.4rem; */ } .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-avatar-group { diff --git a/templates/modules/widgets/about-widgets/about-reward.html b/templates/modules/widgets/about-widgets/about-reward.html index 64483c7..e51c022 100644 --- a/templates/modules/widgets/about-widgets/about-reward.html +++ b/templates/modules/widgets/about-widgets/about-reward.html @@ -1,84 +1,90 @@
-
-
致谢
- [[${theme.config.aboutReward.title}]] -
- [[${theme.config.aboutReward.content}]] -
- -
-
-
-
-
-
[[${theme.config.aboutReward.reward.name}]]
-
-
-
- - - - - - - - - - - -
- - - - - - - - - - - -
-
- - - - - - - - - - - -
-

[[${theme.config.aboutReward.reward_list.size()}]]

-
-
-
- -
-
-
-
- -
-
-
[[${authorReward.name}]]
-
-
-
-
¥ - [[${authorReward.amount}]] -
-
¥ [[${authorReward.amount}]] -
- -
+ xmlns:th="http://www.w3.org/1999/xhtml"> +
+
致谢
+ [[${theme.config.aboutReward.title}]] +
+ [[${theme.config.aboutReward.content}]] +
+ +
+
+
+
+
+
[[${theme.config.aboutReward.reward.name}]]
+
+
+
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + +
+

[[${theme.config.aboutReward.reward_list.size()}]]

+
+
+
+ +
+
+
+ +
+ +
+
+ +
+
[[${authorReward.name}]]
+
+ +
+
¥ + [[${authorReward.amount}]] +
+
¥ [[${authorReward.amount}]] +
+ +
+
+
+
[[${authorReward.name}]]
@@ -96,4 +102,4 @@
-
+
\ No newline at end of file