-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.html
More file actions
401 lines (346 loc) · 9.82 KB
/
Copy pathinfo.html
File metadata and controls
401 lines (346 loc) · 9.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>产品介绍 - EasyAPI电子发票</title>
<link href="https://static.easyapi.com/css/site.min.css" rel="stylesheet"/>
<meta name="descriptions" content="EasyAPI发票管理是一个一站式发票管理平台,支持电子发票,纸质发票,轻松与您的产品无缝对接。"/>
<meta name="keywords" content="电子发票接口,电子发票API接口,电子发票API,申请发票,申请发票API,发票管理,发票管理API,电子发票,纸质发票,纸质发票API,申请发票H5,发票自助快递"/>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://cdn.bootcss.com/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<style>
.f-fr {
float: right;
}
.f-fl {
float: left;
}
.dis_hide {
display: none;
}
.grey_bd {
background-color: #f8f8f9;
}
.fp_bd {
background-image: url("images/banner.png");
width: 100%;
height: 680px;
background-size: cover;
}
.fp_width {
width: 1200px;
margin: 0 auto;
}
.fp_head {
width: 100%;
height: 68px;
}
.fp_head a:hover {
font-weight: bold;
}
.active {
font-weight: bold;
}
.fp_logo {
width: 220px;
float: left;
height: 68px;
}
.fp_logo li {
float: left;
line-height: 68px;
}
.fp_logo li a img {
margin-top: 24px;
}
.fp_logo li span {
display: inline-block;
margin: 0 10px;
color: #fff;
}
.fp_logo li a {
color: #fff;
font-size: 18px;
}
.fa_list {
height: 68px;
float: left;
margin-left: 140px;
}
.fa_list li {
float: left;
line-height: 68px;
margin-right: 30px;
}
.fa_list li a {
color: #fff;
font-size: 14px;
margin-right: 30px;
}
.fa_fr {
float: right;
height: 68px;
}
.fa_fr li {
float: left;
line-height: 68px;
margin-right: 30px;
}
.fa_fr li:last-child {
margin-right: 0;
}
.fa_fr li a {
color: #fff;
font-size: 14px;
}
.fa_console a {
border: 1px solid #fff;
padding: 6px 16px;
border-radius: 4px;
}
.fa_avatar {
position: relative;
}
.fa_avatar img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-top: 14px;
cursor: pointer;
}
.fa_avatar:hover .avatar_down {
display: block;
}
.avatar_down {
display: none;
width: 100px;
background-color: #fff;
border-radius: 4px;
position: absolute;
border: 1px solid #ddd;
top: 70px;
right: 50%;
margin-right: -50px;
}
.avatar_down .avatar_item {
text-align: center;
line-height: 40px;
border-bottom: 1px solid #ddd;
}
.avatar_down .avatar_item:last-child {
border-bottom: 0;
}
.avatar_down .avatar_item a {
color: #666;
font-size: 14px;
}
.avatar_down .avatar_item a:hover {
color: #18c1d6;
}
.banner_content {
padding-top: 180px;
text-align: center;
color: #fff;
}
.banner_title {
font-size: 48px;
padding-bottom: 45px;
}
.banner_dis {
font-size: 24px;
padding-bottom: 15px;
}
.banner_btn a {
display: inline-block;
padding: 10px 40px;
background-color: #fff;
border-radius: 4px;
color: #18c1d6;
}
.footer a {
padding: 0 15px;
}
.introduction_list {
padding-top: 84px;
padding-bottom: 200px;
overflow: hidden;
}
.introduction_item {
overflow: hidden;
margin-top: 50px;
}
.introduction_top {
font-size: 36px;
text-align: center;
padding-bottom: 80px;
}
.introduction_txt {
width: 40%;
margin-top: 200px;
}
.introduction_txt p {
font-size: 36px;
padding-bottom: 50px;
}
.introduction_txt span {
font-size: 18px;
color: #666;
line-height: 30px;
}
</style>
</head>
<body>
<div class="fp_bd">
<div class="fp_width">
<div class="fp_head">
<ul class="fp_logo">
<li>
<a href="https://fapiao.easyapi.com/">
<img src="https://static.easyapi.com/images/market/logo.png">
</a>
</li>
<li>
<span> · </span>
<a href="index.html">
发票管理
</a>
</li>
</ul>
<ul class="fa_list">
<li>
<a href="index.html">首页</a>
</li>
<li>
<a href="info.html">产品介绍</a>
</li>
<li>
<a href="case.html">典型案例</a>
</li>
<li>
<a href="partner.html">合作伙伴</a>
</li>
<li>
<a target="_blank" href="https://bangqu.easyapi.com/project/28266/home">API文档</a>
</li>
</ul>
<ul class="fa_fr">
<!-- <li id="register">
<a href="https://fapiao.easyapi.com/console/signup">注册</a>
</li> -->
<li id="login">
<a href="https://fapiao.easyapi.com/console/login">登录/注册</a>
</li>
<li class="fa_console dis_hide" id="console">
<a href="https://fapiao.easyapi.com/console/">控制台</a>
</li>
<li class="fa_avatar dis_hide" id="avatar">
<img id="photo" src="https://qiniu.easyapi.com/user/default.jpg!icon.jpg">
<div class="avatar_down">
<div class="avatar_item">
<a href="javascript:;" onclick="$.cookie('fpAuthToken', '', {expires: -1});location.reload();">退出</a>
</div>
</div>
</li>
</ul>
</div>
<div class="banner_content">
<p class="banner_title">发票管理产品介绍</p>
<p class="banner_dis">帮助项目快速搭建发票管理功能,多终端支持,完全满足您的发票索取管理需求</p>
</div>
</div>
</div>
<div class="introduction_list">
<div class="fp_width">
<div class="introduction_top">
<span>用户端产品</span>
</div>
<div class="introduction_item">
<div class="introduction_txt f-fl">
<p>微信H5索取发票系统</p>
<span>提供微信端H5端源代码,方便客户自定义界面并与自有系统完美对接,功能包括根据金额索取发票、根据历史订单索取发票、抬头管理、地址管理等</span>
</div>
<div class="introduction_img f-fr">
<img src="images/img2.png">
</div>
</div>
<div class="introduction_item">
<div class="introduction_txt f-fr">
<p>微信小程序索取发票系统</p>
<span>提供微信小程序源代码,功能同上,方便部署生成微信小程序发票管理入口</span>
</div>
<div class="introduction_img f-fl">
<img src="images/img1.png">
</div>
</div>
<div class="introduction_item">
<div class="introduction_txt f-fl" style="margin-top: 50px;">
<p>PC Web端索取发票系统</p>
<span>提供PC Web端源代码,功能同上,方便部署在Web端项目中</span>
</div>
<div class="introduction_img f-fr">
<img src="images/pcweb.png">
</div>
</div>
</div>
</div>
<div class="introduction_list" style="background-color: #f8f8f9">
<div class="fp_width">
<div class="introduction_top">
<span>后台管理产品</span>
</div>
<div class="introduction_item">
<div class="introduction_txt f-fl" style="margin-top: 50px;">
<p>发票系统管理中心</p>
<span>发票管理中心,也提供前端代码源代码,方便客户无缝集成到自有的后台管理系统,也提供SaaS访问模式,无需自己部署发票管理中心</span>
</div>
<div class="introduction_img f-fr">
<img src="images/ht.png">
</div>
</div>
</div>
</div>
<div class="footer f-cb">
<p>
<a href="https://www.easyapi.com/info/about">关于我们</a>
<a href="https://www.easyapi.com/info/together">合作伙伴</a>
<a href="https://www.easyapi.com/info/contact">联系我们</a>
<a href="https://www.easyapi.com/info/donate">支持我们</a>
</p>
<p>Copyright © 2014~2024 上海帮趣网络技术有限公司</p>
<p><a href="https://beian.miit.gov.cn" target="_blank">沪ICP备19007521号</a></p>
</div>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script type="text/javascript"
src="https://cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script>
// $("#change-more").on("click",function () {
// $(this).prevAll().removeClass('active');
// $("#Lmore").toggle();
// })
//
// $('[setL]').on("click",function () {
// $(this).prevAll().removeClass('active');
// $(this).addClass("active");
// })
if ($.cookie("fpAuthToken")) {
$.ajax({
method: 'GET',
url: 'https://fapiao-api.easyapi.com/api/account',
beforeSend: function (request) {
request.setRequestHeader("Authorization", "Bearer " + $.cookie("fpAuthToken"));
},
success: function (data) {
//$("#photo").attr("src", data.photo + "!icon.jpg");
$("#avatar").removeClass('dis_hide');
$("#login").addClass('dis_hide');
$("#register").addClass('dis_hide');
$("#console").removeClass('dis_hide');
}
});
}
</script>
<script src="js/tongji.js"></script>
</body>
</html>