41 lines
706 B
HTML
41 lines
706 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #e8e8e8;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;">
|
|
<div style="
|
|
height: 260px;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
color: #67c23a;
|
|
font-size: 10vw;">
|
|
<span
|
|
style="
|
|
display: block;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: #67c23a;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
line-height: 1;
|
|
color: #fff;
|
|
">√</span>
|
|
<span
|
|
style="
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 130px;
|
|
">绑定成功</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |