소스 검색

购买兑换弹窗样式修改

hwb0 3 년 전
부모
커밋
5a2c505a65
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      packageGoods/components/exchange-popup/exchange-popup.vue
  2. 3 3
      packageGoods/components/purchase-popup/purchase-popup.vue

+ 3 - 3
packageGoods/components/exchange-popup/exchange-popup.vue

@@ -212,7 +212,7 @@
 					}
 					
 					&__coin {
-						color: #FF2929;
+						color: #FA822C;
 						
 						.image-coin {
 							width: 34rpx;
@@ -279,7 +279,7 @@
 					align-items: center;
 					font-size: 26rpx;
 					line-height: 30rpx;
-					color: #FF2929;
+					color: #FA822C;
 	
 					image {
 						width: 34rpx;
@@ -293,7 +293,7 @@
 					width: 414rpx;
 					height: 88rpx;
 					line-height: 88rpx;
-					background: #FA362C;
+					background: #FA822C;
 					border-radius: 44rpx;
 					font-size: 36rpx;
 					color: #fff;

+ 3 - 3
packageGoods/components/purchase-popup/purchase-popup.vue

@@ -201,7 +201,7 @@
 					}
 					
 					&__price {
-						color: #F42D4E;
+						color: #FA822C;
 						font-size: 26rpx;
 					}
 				}
@@ -261,7 +261,7 @@
 			&-left {
 				.price {
 					font-size: 26rpx;
-					color: #F42D4E;
+					color: #FA822C;
 				}
 			}
 	
@@ -270,7 +270,7 @@
 					width: 414rpx;
 					height: 88rpx;
 					line-height: 88rpx;
-					background: #FA362C;
+					background: #FA822C;
 					border-radius: 44rpx;
 					font-size: 36rpx;
 					color: #fff;