mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
15 lines
235 B
CSS
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;
|
|
} |