diff --git a/homepage.html b/homepage.html index 2ec1537..89476c7 100644 --- a/homepage.html +++ b/homepage.html @@ -37,7 +37,7 @@ } #rotation .period-item { position: absolute; - bottom: -0.15rem; + bottom: -0.12rem; left: -0.2rem; width: 100%; color: #c5c4c4; @@ -45,6 +45,10 @@ text-align: center; white-space: nowrap; } + #rotation .period-item-used { + left: 0rem; + bottom: -0.21rem; + }
@@ -90,6 +94,7 @@ x{{item.entity.send_num}}{{ item.period_tips_text }}
+{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}
diff --git a/packkey/homepage.html b/packkey/homepage.html index 8f24dc0..304152a 100644 --- a/packkey/homepage.html +++ b/packkey/homepage.html @@ -37,14 +37,18 @@ } #rotation .period-item { - position: absolute; - bottom: -0.15rem; - left: -0.2rem; - width: 100%; - color: #c5c4c4; - font-size: 0.08rem; - text-align: center; - white-space: nowrap; + position: absolute; + bottom: -0.12rem; + left: -0.2rem; + width: 100%; + color: #c5c4c4; + font-size: 0.08rem; + text-align: center; + white-space: nowrap; + } + #rotation .period-item-used { + left: 0rem; + bottom: -0.21rem; } @@ -92,6 +96,7 @@{{ item.period_tips_text }}
+{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}
diff --git a/xw-pages/homepage.html b/xw-pages/homepage.html index 2ef35d6..04afe04 100644 --- a/xw-pages/homepage.html +++ b/xw-pages/homepage.html @@ -39,7 +39,7 @@ #rotation .period-item { position: absolute; - bottom: -0.15rem; + bottom: -0.12rem; left: -0.2rem; width: 100%; color: #c5c4c4; @@ -47,6 +47,10 @@ text-align: center; white-space: nowrap; } + #rotation .period-item-used { + left: 0rem; + bottom: -0.21rem; + } @@ -99,6 +103,7 @@ x{{item.entity.send_num}}{{ item.period_tips_text }}
+{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}