-
Notifications
You must be signed in to change notification settings - Fork 0
/
match.html
51 lines (43 loc) · 1.74 KB
/
match.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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>匹配结果</title>
<script src="common.js"></script>
<link href="css/axure_rp_page.css" type="text/css" rel="stylesheet"/>
<link href="css/default.css" type="text/css" rel="stylesheet"/>
<link href="css/match.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<!-- Unnamed (Image) -->
<div id="u77" class="ax_default image">
<img id="u77_img" class="img " src="images/match/u77.png"/>
</div>
<!-- Unnamed (Rectangle) -->
<div id="u78" class="ax_default heading_1">
<div id="u78_text" class="text ">
<p style="font-size:84px;"><span style="color:#003399;">经鉴定</span></p><p style="font-size:54px;"><span style="font-size:84px;color:#003399;">你们的匹配度为</span></p><p style="font-size:54px;"><span style="color:#990000;"><br></span></p>
</div>
</div>
<!-- Unnamed (Rectangle) -->
<div id="u81" class="ax_default heading_1">
<div id="u81_text" class="text ">
<p><span><script>document.write(getUrlParam("match"))</script>%</span></p><p><span><br></span></p>
</div>
</div>
<!-- Unnamed (Rectangle) -->
<div id="u82" class="ax_default heading_1">
<div id="u82_text" class="text ">
<p><span style="color:#003399;">你们的关系是</span></p><p><span style="color:#990000;"><br></span></p>
</div>
</div>
<!-- Unnamed (Rectangle) -->
<div id="u80" class="ax_default heading_1">
<div id="u80_text" class="text ">
<p><span><script>document.write(match[getUrlParam("match")])</script></span></p><p><span><br></span></p>
</div>
</div>
<!-- Unnamed (Rectangle) -->
<button class="text ax_default primary_button" id="u79_div" onclick="location.href='login.html'">我要测</button>
</body>
</html>