| 
					
				 | 
			
			
				@@ -155,8 +155,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="luck-content"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="luck-title" v-if="item.simpleUserInfoVO.nickName">{{ item.simpleUserInfoVO.nickName }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="luck-title" v-else>Twitter User</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div class="luck-time">{{ moment(item.receiveTimestamp).format('MM-DD HH:mm:ss') }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div class="luck-time">{{ moment(item.receiveTimestamp).format('MM-DD HH:mm') }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class="luck-money"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img :src="state.detail.currencyIconPath" alt /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1650,6 +1649,8 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           height: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           margin-right: 9px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          border-radius: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          border: solid 2px #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .big { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1686,6 +1687,7 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       justify-content: space-between; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       color: #B0B0B0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       border-bottom: 1px solid #F2F2F2; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       div:last-child { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1762,18 +1764,18 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           flex: auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           .luck-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            color: #444444; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             font-size: 16px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             letter-spacing: 0.3px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            color: #444444; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            margin-bottom: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           .luck-time { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             font-weight: 400; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             font-size: 12px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             line-height: 14px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            color: #9b9b9b; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            color: #B0B0B0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1812,8 +1814,7 @@ body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .success { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .luck-list-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       margin-top: 17px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      margin-bottom: 11px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border-bottom: 1px solid #D1D1D1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      border-bottom: 1px solid #ECECEC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |