generated from zhaoxingchang/i-tax-management-front-lxzy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
802 B
32 lines
802 B
10 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
||
|
<link rel="stylesheet" type="text/css" href="../../css/base.css?v=1.0.7" />
|
||
|
<title>发票开具</title>
|
||
|
</head>
|
||
|
<style>
|
||
|
.border_main {
|
||
|
color: #666;
|
||
|
font-size: 0.28rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.top_img {
|
||
|
width: 1.4rem;
|
||
|
height: 1.4rem;
|
||
|
margin-top: 1.63rem;
|
||
|
}
|
||
|
.tip_name{
|
||
|
margin-top: 0.3rem;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<div class="border_main">
|
||
|
<img alt="" src="../../image/wxscaninvoice/success.png" class="top_img" />
|
||
|
<p class="tip_name">发票开具申请已提交,商家审核中…</p><br>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|