<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>玩家交流群</title>
<style type="text/css">
#code-panel{
width: 600px;
height: 600px;
border: 8px solid #e1e1e1;
margin: 0 auto;
margin-top: 50px;
background-color: rgba(255,215,255,0.25);
}
#desc{
color: #717375;
font-size: 14px;
text-align: center;
margin-top: 20px;
}
#qrcode{
width: 600px;
height: 600px;
}
</style>
</head>
<body>
<div id="code-panel">
<div id="qrcode-mask">
<img id="qrcode" alt="" src="./ewm.jpg?V=0927">
</div>
<div id="desc">
如遇二维码失效请加V:slws666slws 拉您进群<br>
网络玩家交流群
</div>
</div>
</body>
</html>