cmy před 3 roky
rodič
revize
3003346ba0

+ 1 - 1
pages/money/account.vue

@@ -128,7 +128,7 @@ page,
 }
 .button {
 	background: $bgBaseBg;
-	color: #fff;
+	color: #9F570E;
 	display: flex;
 	align-items: center;
 	justify-content: center;

+ 21 - 16
pages/money/recharge.vue

@@ -48,7 +48,7 @@
 	import {
 		getMoneyStyle
 	} from '@/utils/rocessor.js';
-	
+
 	// #ifdef H5
 	import {
 		rechargeWechat,
@@ -166,7 +166,7 @@
 					return;
 				}
 				// 微信支付
-				if(obj.type=='weixin'){
+				if (obj.type == 'weixin') {
 					// #ifdef H5
 					rechargeWechat({
 							price: this.money,
@@ -219,9 +219,9 @@
 										}
 									});
 								},
-					
+
 							})
-					
+
 							obj.payLoding = false;
 						})
 						.catch(e => {
@@ -231,10 +231,10 @@
 					// #endif
 				}
 				// #ifdef APP-PLUS
-				if(obj.type=='ali'){
+				if (obj.type == 'ali') {
 					rechargeAli({
 						price: this.money
-					}).then((data)=>{
+					}).then((data) => {
 						const url = data.msg;
 						uni.requestPayment({
 							provider: 'alipay',
@@ -280,12 +280,11 @@
 			font-weight: 500;
 			color: #ffffff;
 		}
-	
-	.yue-num {
+		.yue-num {
 			font-size: 30rpx;
 			font-family: PingFang SC;
 			font-weight: bold;
-			color: #A581FF;
+			color: #FDD58A;
 		}
 	}
 
@@ -444,9 +443,11 @@
 			.iconweixin {
 				color: #36cb59;
 			}
-			.iconzhifubao{
+
+			.iconzhifubao {
 				color: #08aaec;
 			}
+
 			.tit {
 				margin-left: 12rpx;
 				font-size: 30rpx;
@@ -466,7 +467,7 @@
 		&.modified {}
 
 		&.up {
-			color: #ffffff;
+			color: #9F570E;
 		}
 
 		margin-top: 100rpx;
@@ -585,13 +586,17 @@
 		background: linear-gradient(270deg, #6E8DF7, #08aaec);
 		color: #FFFFFF !important;
 	}
-	.aaa{
+
+	.aaa {
 		display: flex;
-		
-		width: 300rpx;height: 300rpx;
+
+		width: 300rpx;
+		height: 300rpx;
 		background: #fff;
-		.bbb{
-			width: 100rpx;height: 100rpx;
+
+		.bbb {
+			width: 100rpx;
+			height: 100rpx;
 			background: red;
 		}
 	}

+ 2 - 2
pages/money/wallet.vue

@@ -203,7 +203,7 @@
 					font-size: 60rpx;
 					font-family: PingFang SC;
 					font-weight: bold;
-					color: #A581FF;
+					color: #FDD58A;
 				}
 			}
 
@@ -289,7 +289,7 @@
 			font-size: 30rpx;
 			font-family: PingFang SC;
 			font-weight: bold;
-			color: #A581FF;
+			color: #FDD58A;
 		}
 	}
 

+ 4 - 4
pages/money/withdrawal.vue

@@ -42,7 +42,7 @@
 								<text v-if="aliData.fullname">真实姓名({{ aliData.fullname }})</text>
 							</view>
 						</view>
-						<view class="right"><radio value="alipay" color="#A581FF" :checked="type == 'alipay'" /></view>
+						<view class="right"><radio value="alipay" color="#FDD58A" :checked="type == 'alipay'" /></view>
 					</view>
 				</label>
 				<!-- <label>
@@ -295,7 +295,7 @@ page {
 	.butt {
 		font-size: 26rpx;
 		font-weight: normal;
-		color: #a581ff;
+		color: #FDD58A;
 		line-height: 42rpx;
 	}
 
@@ -356,7 +356,7 @@ page {
 		}
 
 		.buttom {
-			color: #a581ff;
+			color: #FDD58A;
 		}
 	}
 }
@@ -368,7 +368,7 @@ page {
 
 	&.up {
 		background: $bgBaseBg;
-		color: #fff;
+		color: #9F570E;
 	}
 	color: #ffd395;
 	display: flex;