index.html
3.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/layer.css">
<script src="lib/fsize.js"></script>
<title>幫助</title>
</head>
<style>
.bg{
width: 9rem;
margin-left: 0.5rem;
margin-right:0.5rem;
margin: 0 auto;
}
h1{
font-size:0.4rem;
color:rgba(128,128,128,1);
padding-top:0.5rem;
padding-bottom: 0.733rem;
}
.problem{
margin-bottom:0.5rem;
}
.problem li{
height:1.067rem;
line-height: 1.067rem;
font-size:0.4rem;
color: #CCCCCC;
/* border-bottom:0.01rem solid #292929; */
background: #15151A;
margin-bottom: 0.213rem;
}
.classification{
width: 10rem;
text-align: center;
margin-left: -0.5rem;
margin-top:0.5rem;
}
.classification li{
float: left;
width: 3.067rem;
height: 2.133rem;
background: url(./images/cBg.png) no-repeat;
background-size: 100% 100%;
margin-left:0.213rem;
margin-bottom:0.213rem;
}
.classification li img{
vertical-align: middle;
margin-right: 0.133rem;
}
.classification li p{
color:rgba(204,204,204,1);
font-size:0.373rem;
display: inline-block;
line-height: 2.133rem;
}
</style>
<body style="background: #101010;">
<div class="bg">
<h1>熱門問題</h1>
<ul class="problem">
<a href="Intimacy.html"><li>什麼是親密度?</li></a>
<a href="richDescription.html"><li>什麼是富豪等級?</li></a>
<a href="VIPTips.html"><li>什麼是VIP?</li></a>
<a href="LiveTips.html"><li>如何開播?</li></a>
<a href="hot.html"><li>如何上熱門榜?</li></a>
<a href="Recharge.html"><li>如何儲值?</li></a>
<a href="withdraw.html"><li>如何提現?</li></a>
</ul>
<h1>熱門分類</h1>
<ul class="classification clearfix">
<a href="l1.html"><li>
<img style="width: 0.48rem;" src="images/7.png" alt="">
<p>儲值提現</p>
</li></a>
<a href="l2.html"><li>
<img style="width: 0.48rem;" src="images/8.png" alt="">
<p>賬號問題</p>
</li></a>
<a href="l3.html"><li>
<img style="width: 0.48rem;" src="images/9.png" alt="">
<p>直播問題</p>
</li></a>
<a href="l4.html"><li>
<img style="width: 0.48rem;" src="images/10.png" alt="">
<p>榜單問題</p>
</li></a>
<a href="l5.html"><li>
<img style="width: 0.48rem;" src="images/11.png" alt="">
<p>入駐問題</p>
</li></a>
<a href="l6.html"><li>
<img style="width: 0.48rem;" src="images/12.png" alt="">
<p>其他問題</p>
</li></a>
</ul>
<p style="line-height: 0.5rem;margin-top: 0.5rem;font-size:0.33rem;color:rgba(102,102,102,1);">如上述幫助說明無法解決您的疑惑,可在【消息】>【firefly Service】進行人工解答</p>
</div>
</body>
</html>