hot.html
1.74 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 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">
<script src="lib/fsize.js"></script>
<title>熱門榜說明</title>
<style>
body{
background: #f8f1f1 ;
}
.bg{
width: 9rem;
margin: 0 auto;
}
h1{
color: #2f2c42 ;
line-height: 1rem;
font-size:0.45rem;
height: 1rem;
padding-top:0.3rem;
border-bottom:0.01rem solid #979ea5 ;
}
p{
font-size:0.4rem;
color:#979ea5 !important;
line-height: 0.6rem;
}
img{
width: 9rem;margin-top: 0.5rem;margin-bottom: 0.3rem;
}
</style>
</head>
<body>
<div class="bg">
<h1>什麼是熱門榜?</h1>
<p style="margin-bottom: 0.5rem;">熱門榜用於展示當前所有在熱門頻道的直播間人氣,贈送禮物給心儀的主播、為主播點讚,在直播間與主播聊天互動都可以為主播增加人氣。</p>
<div>
</div>
<h1 style="margin-bottom: 0.5rem;">熱門榜計算規則</h1>
<div>
</div>
<p style="margin-bottom: 1rem;">熱門榜按照主播的熱門值排名,想讓心儀的主播排名更靠前,快快為她增加熱門值吧!
</p>
</div>
</body>
</html>