Commit dfcf3613 by 赵雅纹

支付

parent 30942293
...@@ -127,7 +127,7 @@ textarea { ...@@ -127,7 +127,7 @@ textarea {
} }
.wx-pay-code{ .wx-pay-code{
padding-left: 0; padding-left: 0;
width: 100%; width: 50%;
height: 80rpx; height: 80rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -135,7 +135,8 @@ textarea { ...@@ -135,7 +135,8 @@ textarea {
font-size: 14px; font-size: 14px;
box-sizing: border-box; box-sizing: border-box;
margin-top: 40rpx; margin-top: 40rpx;
color: rgb(2, 186, 112); color: #ffffff;
background: rgb(2, 186, 112);
} }
.wx-pay-code:active{ .wx-pay-code:active{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment