浏览代码

支付按钮修改

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;
 				}