소스 검색

支付按钮修改

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

+ 6 - 6
components/pay-popup/pay-popup.vue

@@ -292,12 +292,12 @@
 
 			&-right {
 				.confirm {
-					width: 200rpx;
-					height: 72rpx;
-					line-height: 72rpx;
-					background: #F9822C;
-					border-radius: 36rpx;
-					font-size: 26rpx;
+					width: 414rpx;
+					height: 88rpx;
+					line-height: 88rpx;
+					background: #FA822C;
+					border-radius: 44rpx;
+					font-size: 36rpx;
 					color: #fff;
 					text-align: center;
 				}