@charset "UTF-8";
/**
 * Filename: style.css
 * Author: ajxnchen<ajxnchen@qq.com>
 * Date: 2025-04-12
 */

html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%
}
body,
img {
    margin: 0;
    padding: 0
}
img {
	display: block;
	border: 0
}

body {
    position: relative;	
	background-color: #f1f1f1
}
.container {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top: -161px;
	margin-left: -143px;
	width: 286px;
	height: 322px;
	background-color: #fff
}
.qrcode {
	width: 286px;
	height: 286px;
	
}
.qrcode img {
	width: 100%
}
.message {
	width: 100%;
	height: 36px;
	font-weight: bold;
	line-height: 24px;
	text-align: center
}

