From b1fd37e9f5ba5d3d7e35300ee97dff90a4065619 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 27 十月 2025 17:30:07 +0800
Subject: [PATCH] 我的页面
---
pages/tabbar/user/my.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index 8d1236a..812c4c4 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -25,7 +25,6 @@
<view class="activity-icon">
<view class="floating-btn-content">
<text class="floating-btn-icon">馃巵</text>
- <text class="floating-btn-text">鎶藉娲诲姩</text>
</view>
<!-- <image :src="prizeActivity.activityCoverUrl" mode="aspectFit"></image>-->
@@ -417,7 +416,7 @@
position: relative;
}
.floating-btn-icon {
- font-size: 70rpx;
+ font-size: 75rpx;
color: white;
filter: drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2));
margin-bottom: 5rpx;
@@ -460,7 +459,6 @@
margin-right: 24rpx;
border-radius: 16rpx;
overflow: hidden;
- background: rgba(255,255,255,0.2);
image {
width: 100%;
height: 100%;
--
Gitblit v1.8.0