2 changed files with 171 additions and 68 deletions
@ -0,0 +1,67 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
|||
<title></title> |
|||
<script src="../../api/img-to-base64.js"></script> |
|||
<script type="text/javascript"> |
|||
document.addEventListener('plusready', function() { |
|||
//console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。") |
|||
|
|||
|
|||
}); |
|||
</script> |
|||
<style> |
|||
.box { |
|||
font-size: 13px; |
|||
/* padding: 10px; */ |
|||
/* border: 1px solid #dedede; */ |
|||
} |
|||
|
|||
|
|||
.left { |
|||
flex: 1; |
|||
border-bottom: 1px solid #b1b1b1; |
|||
} |
|||
.left-item { |
|||
display: flex; |
|||
border-top: 1px solid #b1b1b1; |
|||
border-left: 1px solid #b1b1b1; |
|||
border-right: 1px solid #b1b1b1; |
|||
} |
|||
|
|||
.left-item div{ |
|||
padding: 10px 10px; |
|||
font-size: 16px; |
|||
} |
|||
.left-item .label{ |
|||
width: 100px; |
|||
padding: 10px 10px; |
|||
border-right: 1px solid #b1b1b1; |
|||
} |
|||
|
|||
.relative { |
|||
margin-bottom: 10px; |
|||
position: relative; |
|||
} |
|||
|
|||
.q { |
|||
position: absolute; |
|||
font-size: 15rem; |
|||
color: rgba(0, 0, 0, 0.1); |
|||
width: calc(100% - 100px); |
|||
right: 0px; |
|||
top: 0px; |
|||
text-align: center; |
|||
height: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
mainBody |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue