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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>EXCLAND - FAQ</title>
<!-- css --> <?php include 'inc/headlinks.php'; ?> <!-- js --> <?php include 'inc/link-js.php'; ?>
</head>
<body class="blueTheme">
<!-- header --> <div class="subPageNav"> <?php include 'inc/navbar_nologin.php'; ?> </div> <!-- end of header-->
<!-- breadcrumb --> <div class="breadcrumbWrapper_nonscroll grayDeepBgColor"> <div class="container"> <a href="index.php" class="link"> 首頁</a> > <span> FAQ</span> </div> </div>
<section class="productBoxWrapper"> <div class="container"> <h4 class="mb-4">FAQs</h4> <div id="accordion"> <div class="faqWrap mb-4"> <div id="headingOne" class="faqhead"> <p class="d-flex redFont align-items-center" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> <i class="fas fa-caret-right mr-2"></i> <span class="big">付款方法?</span> </p> </div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
櫃員機轉帳或銀行入數<br> 銀行名稱: 香港上海滙豐銀行 (香港)<br>
銀行名稱: 恒生銀行 (香港)<br>
銀行名稱: 中國銀行 (香港)<br>
銀行台稱: 中國銀行 (澳門)<br>
</div> </div>
<div class="faqWrap mb-4"> <div id="headingTwo" class="faqhead"> <p class="d-flex redFont align-items-center" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo"> <i class="fas fa-caret-right mr-2"></i> <span class="big">購物流程?</span> </p> </div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
櫃員機轉帳或銀行入數<br> 銀行名稱: 香港上海滙豐銀行 (香港)<br>
銀行名稱: 恒生銀行 (香港)<br>
銀行名稱: 中國銀行 (香港)<br>
銀行台稱: 中國銀行 (澳門)<br> </div> </div>
</div>
</div> </section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php'; ?>
<script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=tc'></script>
<!-- custom JS -->
<script>
</script> </body>
</html>
|