-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredeem.html
More file actions
54 lines (51 loc) · 2.25 KB
/
redeem.html
File metadata and controls
54 lines (51 loc) · 2.25 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
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script type="text/javascript" src="./loadCSS.js"></script>
</head>
<body>
<div id="content">
<div class="flex-row" style="margin-top:50px;">
<div class="unipay-card-blue">
<span class="text_18_500_fff">Available Ushop Points</span>
<span class="text_24_500_fff">300</span>
</div>
<div class="unipay-card" style="margin-left: 10px;">
<span class="text_18_500_212b36">Total Redeemed Points</span>
<span class="text_24_500_212b36">300</span>
</div>
<div class="unipay-card" style="margin-left: 10px;">
<span class="text_18_500_212b36">Total Active Debit</span>
<span class="text_24_500_212b36">300</span>
</div>
<div class="unipay-card" style="margin-left: 10px;">
<span class="text_18_500_212b36">Total Active Credit</span>
<span class="text_24_500_212b36">300</span>
</div>
</div>
<div style="margin-top: 20px;">
<div class="unipay-card">
<span class="text_24_500_acb3ba">Step 1</span>
<div class="flex-row">
<span class="text_20_500_212b36">Enter Points to Redeem</span>
</div>
<div class="flex-row">
<input style="height:40px; width:50%;" placeholder="Enter Points" class="inputStyleSS"/>
<button style="margin-left: 10px;" class="btnBlue">Next</button>
</div>
</div>
</div>
<div style="margin-top: 20px;">
<div class="unipay-card">
<span class="text_24_500_acb3ba">Step 2</span>
<span class="text_20_500_212b36">Enter One Time Password</span>
<div class="flex-row">
<input style="height:40px; width:50%;" placeholder="Enter One Time Password" class="inputStyleSS"/>
<button style="margin-left: 10px;" class="btnBlue">Verify</button>
</div>
</div>
</div>
</div>
</body>
</html>