Browse Source

1.邀请有礼

guo 3 years ago
parent
commit
99797a136e
3 changed files with 28 additions and 26 deletions
  1. BIN
      components/.DS_Store
  2. 24 23
      pages/me/commissionHistory.vue
  3. 4 3
      pages/me/invite.vue

BIN
components/.DS_Store


+ 24 - 23
pages/me/commissionHistory.vue

@@ -225,29 +225,30 @@
 		align-items: center;
 		align-items: center;
 	}
 	}
 
 
-	.nickName {
+	.nickName {
-		font-size: 30rpx;
+		font-size: 30rpx;
-		color: #3C3C3C;
+		color: #3C3C3C;
-		width: 40%;
+		width: 30%;
-		margin: 0 15rpx;
+		margin: 0 15rpx;
-		overflow: hidden;
+		overflow: hidden;
-		text-overflow: ellipsis;
+		text-overflow: ellipsis;
-		white-space: nowrap;
+		white-space: nowrap;
-	}
+	}
-
+	
-	.time {
+	.time {
-		font-size: 30rpx;
+		font-size: 30rpx;
-		color: #999999;
+		color: #999999;
-		
+	
-		width: 27%;
+		width: 30%;
-	}
+	}
-
+	
-	.jine {
+	.jine {
-		font-size: 32rpx;
+		font-size: 32rpx;
-		color: #FF4F00;
+		color: #FF4F00;
-		font-weight: bold;
+		font-weight: bold;
-		margin: 0 15rpx;
+		margin: 0 15rpx;
-		
+		width: 20%;
+		text-align: right;
 	}
 	}
 	.emptyView {
 	.emptyView {
 		height: 120rpx;
 		height: 120rpx;

+ 4 - 3
pages/me/invite.vue

@@ -258,7 +258,7 @@
 	.nickName {
 	.nickName {
 		font-size: 30rpx;
 		font-size: 30rpx;
 		color: #3C3C3C;
 		color: #3C3C3C;
-		width: 40%;
+		width: 30%;
 		margin: 0 15rpx;
 		margin: 0 15rpx;
 		overflow: hidden;
 		overflow: hidden;
 		text-overflow: ellipsis;
 		text-overflow: ellipsis;
@@ -269,7 +269,7 @@
 		font-size: 30rpx;
 		font-size: 30rpx;
 		color: #999999;
 		color: #999999;
 
 
-		width: 27%;
+		width: 30%;
 	}
 	}
 
 
 	.jine {
 	.jine {
@@ -277,7 +277,8 @@
 		color: #FF4F00;
 		color: #FF4F00;
 		font-weight: bold;
 		font-weight: bold;
 		margin: 0 15rpx;
 		margin: 0 15rpx;
-
+		width: 20%;
+		text-align: right;
 	}
 	}
 
 
 	.moreView {
 	.moreView {