xuhaolan 3 éve
szülő
commit
ad04bcea0a

+ 1 - 1
pages/money/pay.vue

@@ -365,7 +365,7 @@ export default {
 	margin: 80upx auto 30upx;
 	font-size: $font-lg;
 	color: #fff;
-	background-color: $base-color;
+	background-color: #52C696;
 	border-radius: 10upx;
 	/* box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4); */
 }

+ 1 - 1
pages/money/paySuccess.vue

@@ -54,7 +54,7 @@
 		height: 80upx;
 		font-size: $font-lg;
 		color: #fff;
-		background-color: $base-color;
+		background-color: #52C696;
 		border-radius: 10upx;
 		&.hollow{
 			background: #fff;

+ 3 - 3
pages/money/wallet.vue

@@ -4,7 +4,7 @@
 			<view class="money-box">
 				<view class="goback-box" @click="toBack"><image class="goback" src="../../static/img/fanhui.png" mode=""></image></view>
 				<view class="header">我的佣金</view>
-				<image class="money_bg" src="../../static/img/anchor12.png"></image>
+				<image class="money_bg" src="../../static/img/yongjinbg.png"></image>
 				<view class="money">{{ userInfo.brokerage_price | getMoneyStyle }}</view>
 			</view>
 
@@ -301,7 +301,7 @@ page {
 				transform: translateX(-50%);
 				width: 44px;
 				height: 0;
-				border-bottom: 2px solid #27d4dd;
+				border-bottom: 2px solid #52C696;
 			}
 		}
 	}
@@ -335,7 +335,7 @@ page {
 .wallet-btn {
 	width: 674rpx;
 	height: 88rpx;
-	background: linear-gradient(90deg, #08c4e6, #50ead2);
+	background:#52C696;
 	border-radius: 44rpx;
 	font-size: $font-lg;
 	font-family: PingFang SC;

+ 1 - 1
pages/order/createOrder.vue

@@ -659,7 +659,7 @@ page {
 		height: 100%;
 		color: #fff;
 		font-size: 32rpx;
-		background-color: $base-color;
+		background-color:#52C696 ;
 		&.submitNo {
 			background-color: $font-color-disabled;
 		}

+ 2 - 2
pages/order/order.vue

@@ -361,7 +361,7 @@ page,
 		color: $font-color-dark;
 		position: relative;
 		&.current {
-			color: $base-color;
+			color: #52C696;
 			&:after {
 				content: '';
 				position: absolute;
@@ -370,7 +370,7 @@ page,
 				transform: translateX(-50%);
 				width: 44px;
 				height: 0;
-				border-bottom: 2px solid $base-color;
+				border-bottom: 2px solid #52C696;
 			}
 		}
 	}

+ 3 - 3
pages/user/award.vue

@@ -4,7 +4,7 @@
 			<view class="money-box">
 				<view class="goback-box" @click="toBack"><image class="goback" src="../../static/img/fanhui.png" mode=""></image></view>
 				<view class="header">我的余额</view>
-				<image class="money_bg" src="../../static/img/anchor11.png"></image>
+				<image class="money_bg" src="../../static/img/orderbg.png"></image>
 				<view class="money">{{ money | getMoneyStyle }}</view>
 			</view>
 
@@ -310,7 +310,7 @@ page {
 				transform: translateX(-50%);
 				width: 44px;
 				height: 0;
-				border-bottom: 2px solid #27d4dd;
+				border-bottom: 2px solid #52C696;
 			}
 		}
 	}
@@ -344,7 +344,7 @@ page {
 .wallet-btn {
 	width: 674rpx;
 	height: 88rpx;
-	background: linear-gradient(90deg, #08c4e6, #50ead2);
+	background: #52C696;
 	border-radius: 44rpx;
 	font-size: $font-lg;
 	font-family: PingFang SC;

+ 1 - 1
pages/user/team.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="content">
 		<view class="content-money">
-				<image class="tuiguang_bg" src="../../static/img/share.png"></image>
+				<image class="tuiguang_bg" src="../../static/img/tdbg.png"></image>
 			<view class="money-box">
 				<view class="goback-box" @click="toBack"><image class="goback" src="../../static/img/fanhui.png" mode=""></image></view>
 				<view class="header">我的团队</view>

BIN
static/img/orderbg.png


BIN
static/img/tdbg.png


BIN
static/img/yongjinbg.png