Browse Source

2025-3-21

cmy 5 days ago
parent
commit
a3e7bd3c19
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pages/user/detail/integral_gift.nvue

+ 4 - 2
pages/user/detail/integral_gift.nvue

@@ -6,8 +6,7 @@
 				转账记录
 			</text>
 		</uni-nav-bar>
-		<view class="page">
-
+		<view class="content">
 			<view class="topinfo">
 				<text class="count">{{ user.integral || 0 }}</text>
 				<text class="text">当前可用(趣豆)</text>
@@ -228,6 +227,9 @@
 		background: #F5F5F5;
 		padding: 30rpx;
 	}
+	.content{
+		box-shadow: 5rpx 5rpx 8rpx rgba(0, 0, 0, 0.1);
+	}
 
 	.nav-text {
 		color: #ef4034;