vr-shopxo-source/public/static/index/default/css/pay.qrcode.css

15 lines
235 B
CSS
Raw Normal View History

2019-04-29 10:34:50 +00:00
/**
*
*/
.qrcode-pay {
text-align: center;
box-shadow: none;
}
.qrcode-pay .name {
2023-08-27 08:10:21 +00:00
font-size: 1.8rem;
2019-04-29 10:34:50 +00:00
font-weight: 500;
2023-08-27 08:10:21 +00:00
margin: 2rem 0 1rem 0;
2019-04-29 10:34:50 +00:00
}
.qrcode-pay .msg {
color: #F44336;
}