-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputer.html
44 lines (42 loc) · 1.66 KB
/
computer.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>平安普惠-贷款试算器</title>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0,user-scalable=no" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="pragram" content="no-cache" />
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/computer.css" />
<script src="js/common.js"></script>
<script src="js/jquery.js"></script>
</head>
<body>
<div class="wrapper">
<section class="business_tit">
<a class="business_goback"></a>
<p class="tc business_txt">贷款试算器</p>
</section>
<section class="computer_list">
<a class="computer_b" href="computer_house.html">
<span class="span1"></span>
<p>房贷试算<i></i></p>
</a>
<a class="computer_b" href="computer_car.html">
<span class="span2"></span>
<p>车贷试算<i></i></p>
</a>
</section>
<div class="copyright1 pt2">
<p class="bottom_logo"><img src="images/bottom_logo.png" width="100%" height="auto"></p>
<p class="tc bottom_txt">版权所有©中国平安保险(集团)股份有限公司 未经许可不得复制、转载或摘编,违者必究!<br>
Copyright©PING AN INSURANCE(GROUP)COMPANY OF CHINA,LTD.All Rights Reserved<br>
ICP许可证号 粤ICP备06118290号-11</p>
</div>
</div>
</body>
</html>