@@ -331,4 +331,22 @@ export default {
color: #065F46;
font-weight: 500;
}
+
+/* 每月引导语 */
+.monthly-guidance {
+ margin: 16rpx 30rpx 0;
+ padding: 20rpx 28rpx;
+ background: linear-gradient(135deg, #F0FFF4, rgba(16,185,129,0.08));
+ border-radius: 16rpx;
+ border-left: 4rpx solid #10B981;
+ display: flex;
+ align-items: center;
+ gap: 12rpx;
+}
+.guidance-icon { font-size: 32rpx; }
+.guidance-text {
+ font-size: 26rpx;
+ color: #065F46;
+ font-weight: 500;
</style>
@@ -1975,4 +1975,22 @@ components: { TabTransition, PageBanner, RadarChart, FamilyEnergyBar, PsychCrisi
color: #9D174D;
+ background: linear-gradient(135deg, #FFF0F5, rgba(255,107,157,0.08));
+ border-left: 4rpx solid #FF6B9D;
+ color: #9D174D;
@@ -173,23 +173,7 @@
</view>
- <!-- 底部菜单 -->
- <view class="menu-list">
- <view class="menu-item" @click="goToProfile">
- <text>👤 个人中心</text>
- <text class="arrow">›</text>
- </view>
- <view class="menu-item" @click="goToPointsLogs">
- <text>📊 积分记录</text>
- <view class="menu-item logout-item" @click="logout">
- <text>🚪 退出登录</text>
-
- <!-- 富维度介绍卡片 -->
+ <!-- 富维度介绍卡片 -->
<DimensionIntroCard dimCode="wealth" v-if="isLoggedIn" learn-more-url="/pages/wealth/dimension-intro" />
</template>
@@ -566,4 +566,22 @@ export default {
color: #3730A3;
+ background: linear-gradient(135deg, #F0F0FF, rgba(99,102,241,0.08));
+ border-left: 4rpx solid #6366F1;
+ color: #3730A3;
@@ -1 +1 @@
-f9413da04da157d17ad606f7288be967f3b7dbc1
+0d3a80707c39bc78ddc9b300e79b2625ccfb593c