vr-shopxo-source/public/static/admin/default/css/diy.preview.css

22 lines
377 B
CSS
Raw Normal View History

2024-10-21 02:51:14 +00:00
body {
background: #fff;
}
.mobile-iframe {
width: 40rem;
height: calc(100vh - 4rem);
margin: 2rem auto;
}
.qrcode-content {
position: absolute;
2024-12-26 15:13:17 +00:00
top: 2rem;
2024-10-21 02:51:14 +00:00
left: calc(50% + 25rem);
}
.mobile-iframe,
.qrcode-content {
border: 0.1rem solid #f5f5f5;
}
@media only screen and (max-width: 640px) {
.qrcode-content {
display: none;
}
}