diff --git a/frontend/pages/support-activity/components/ActionBar.vue b/frontend/pages/support-activity/components/ActionBar.vue
index daa1e0e..25ff3a4 100644
--- a/frontend/pages/support-activity/components/ActionBar.vue
+++ b/frontend/pages/support-activity/components/ActionBar.vue
@@ -1,29 +1,48 @@
-
+
-
+
-
+
-
+
-
+
@@ -33,17 +52,35 @@
-
+
{{ item.cost }}
- { e.stopPropagation(); handleDirectContribute(item) }">点击赠送
+ {
+ e.stopPropagation();
+ handleDirectContribute(item);
+ }
+ "
+ >点击赠送
- +1
+ +1
@@ -51,9 +88,13 @@
- -
+ -
- +
+ +
确认赠送
@@ -62,12 +103,20 @@
-
+
有操作失败,点击重试
-
+
{{ resultToast.icon }}
{{ resultToast.text }}
@@ -75,198 +124,220 @@
\ No newline at end of file
+
diff --git a/frontend/pages/support-activity/index.vue b/frontend/pages/support-activity/index.vue
index 2e4097c..b667c77 100644
--- a/frontend/pages/support-activity/index.vue
+++ b/frontend/pages/support-activity/index.vue
@@ -1,17 +1,17 @@
-
+ /> -->
-
+ /> -->
-
+ /> -->
- 我要贡献
+
@@ -701,15 +701,16 @@ onUnload(() => {
/* ActionBar 弹出框样式 */
.action-bar-trigger {
- width: 180rpx;
- height: 180rpx;
+ width: 80rpx;
+ height: 80rpx;
+ border-radius: 80rpx;
position: fixed;
- bottom: 180rpx;
- left: 50%;
- transform: translateX(-50%);
+ bottom: 32rpx;
+ right: 32rpx;
+ /* transform: translateX(-50%); */
z-index: 100;
display: flex;
- flex-direction: column;
+ justify-content: center;
align-items: center;
gap: 8rpx;
background-image: url('@/static/rank/activity-support-icon/beijingkuang1.png');
@@ -718,8 +719,8 @@ onUnload(() => {
}
.trigger-btn {
- width: 120rpx;
- height: 120rpx;
+ width: 100%;
+ height: 100%;
border-radius: 24rpx;
display: flex;
justify-content: center;
@@ -727,8 +728,8 @@ onUnload(() => {
}
.trigger-icon {
- width: 80rpx;
- height: 80rpx;
+ width: 56rpx;
+ height: 56rpx;
}
.trigger-text {