mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 04:53:00 +08:00
15 lines
233 B
CSS
15 lines
233 B
CSS
/**
|
|
* 订单二维码支付页面
|
|
*/
|
|
.qrcode-pay {
|
|
text-align: center;
|
|
box-shadow: none;
|
|
}
|
|
.qrcode-pay .name {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
margin: 20px 0 10px 0;
|
|
}
|
|
.qrcode-pay .msg {
|
|
color: #F44336;
|
|
} |