l3.html
2.03 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
<!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:#2f2c42;
padding-top:0.5rem;
}
.problem{
margin-bottom:0.5rem;
}
.problem li{
height:1.25rem;
line-height: 1.25rem;
font-size:0.4rem;
color: #979ea5;
border-bottom:0.01rem solid #979ea5;
}
.classification{
width: 10rem;
text-align: center;
margin-left: -0.5rem;
margin-top:0.5rem;
}
.classification li{
float: left;
width: 3rem;
height: 3rem;
background: #171717;
margin-left:0.25rem;
margin-bottom:0.25rem;
}
.classification li p{
color:rgba(204,204,204,1);
font-size:0.4rem;
}
</style>
<body style="background: #f8f1f1 ;">
<div class="bg">
<h1>直播問題</h1>
<ul class="problem">
<a href="LiveTips.html"><li>如何開播?</li></a>
<a href="timeHelp.html"><li>查詢我的直播時長</li></a>
<a href="hot.html"><li>如何上熱門榜?</li></a>
</ul>
<p style="line-height: 0.5rem;margin-top: 0.5rem;font-size:0.33rem;color:rgba(102,102,102,1);position: absolute;bottom: 1rem;width: 9rem;">如上述幫助說明無法解決您的疑惑,可在【消息】>進行人工解答</p>
</div>
</body>
</html>