* {
margin:0;
padding:0;
}
.clear {
clear:both;
}
.xpcbox {
position:relative;
max-width:500px;
margin:0 auto;
}
.xpcbox img {
max-width:100%;
float:left;
}
.xpcbox .mask {
display:none;
}
.xpcbox canvas {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.xpcbox .maskloding {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#fff;
text-align:center;
}
非常简洁自行修改使用