pay-sdk-react
Version:
A cross-platform payment SDK for React, supporting Alipay, WeChat Pay, PayPal, Stripe, Payssion, and Airwallex, compatible with H5, PC, and App environments.
26 lines (25 loc) • 458 B
CSS
.pay-wechat-qrcode {
display: flex;
flex-direction: column;
align-items: center;
}
.pay-wechat-qrcode__container {
background-color: #fff;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
width: 210px;
height: 210px;
}
.pay-wechat-qrcode__image {
width: 100%;
height: 100%;
object-fit: cover;
}
.pay-wechat-qrcode__tip {
text-align: center;
color: #333;
font-size: 14px;
line-height: 20px;
}