Browse Source

界面优化

yuxingxing 2 years ago
parent
commit
a5d6924b3e
1 changed files with 14 additions and 14 deletions
  1. 14 14
      pages/users/user_invoice_list/index.vue

+ 14 - 14
pages/users/user_invoice_list/index.vue

@@ -15,8 +15,8 @@
 						<u--text text="现上级:"></u--text>
 					</view>
 					<view slot="right-icon" style="margin-top: 20px">
-						<u--text  text="购买订单" bold align="right"></u--text>
-						<u--text  text="2022-11-24 17:11:11"></u--text>
+						<u--text text="购买订单" bold align="right"></u--text>
+						<u--text text="2022-11-24 17:11:11"></u--text>
 					</view>
 				</u-cell>
 			</u-cell-group>
@@ -30,7 +30,7 @@
 				<u-grid :border="true" col="2">
 					<u-grid-item v-for="(listItem, listIndex) in list" :key="listIndex">
 						<text class="grid-text">{{ listItem.title }}</text>
-						<text class="grid-text-amount">{{ listItem.title }}</text>
+						<text class="grid-text-amount">0</text>
 					</u-grid-item>
 				</u-grid>
 				<view class="imageUrl">
@@ -79,27 +79,27 @@ export default {
 		return {
 			list: [{
 				name: 'photo',
-				title: '图片'
+				title: '累计收益'
 			},
 			{
 				name: 'lock',
-				title: '锁头'
+				title: '今日收益'
 			},
 			{
 				name: 'star',
-				title: '星星'
+				title: '直属伙伴'
 			},
 			{
 				name: 'hourglass',
-				title: '沙漏'
+				title: '团队伙伴'
 			},
 			{
 				name: 'home',
-				title: '首页'
+				title: '我的幸运数'
 			},
 			{
 				name: 'star',
-				title: '音量'
+				title: '当前幸运数'
 			},
 			],
 			imgHost: HTTP_REQUEST_URL,
@@ -255,16 +255,16 @@ export default {
 }
 
 .grid-text {
-	font-size: 22px;
-	color: #909399;
-	padding: 10rpx 20px 20rpx 0rpx;
+	font-size: 16px;
+	color: #3b3c3d;
+	padding: 20rpx 20px 20rpx 0rpx;
 	/* #ifndef APP-PLUS */
 	box-sizing: border-box;
 	/* #endif */
 }
 
 .grid-text-amount {
-	font-size: 18px;
+	font-size: 16px;
 	color: #d82a64;
 	padding: 10rpx 20px 20rpx 0rpx;
 	/* #ifndef APP-PLUS */
@@ -384,7 +384,7 @@ export default {
 .add-link {
 	position: fixed;
 	right: 30rpx;
-	bottom: 13rpx;
+	bottom: 33rpx;
 	left: 30rpx;
 	height: 86rpx;
 	border-radius: 43rpx;