Files
shopxo/public/static/index/default/css/pay.qrcode.css
gongfuxiang dff4d19e23 v3.0
2023-08-27 16:10:21 +08:00

15 lines
235 B
CSS

/**
* 订单二维码支付页面
*/
.qrcode-pay {
text-align: center;
box-shadow: none;
}
.qrcode-pay .name {
font-size: 1.8rem;
font-weight: 500;
margin: 2rem 0 1rem 0;
}
.qrcode-pay .msg {
color: #F44336;
}