diff --git a/pages/index/index.vue b/pages/index/index.vue index a9f5515..9bcc56f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -187,8 +187,8 @@ onShow(() => { } &.joined { - background: #d9d9d9; - color: #999; + background: linear-gradient(135deg, #52c41a, #389e0d); + color: #fff; letter-spacing: 2rpx; }