Intimacy.html
2.16 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
<!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: #121216;
}
.bg{
width: 9rem;
margin: 0 auto;
}
h1{
color: #ffffff;
line-height: 1rem;
font-size:0.45rem;
height: 1rem;
padding-top:0.3rem;
}
p{
font-size:0.347rem;
color:#666666;
line-height: 0.6rem;
}
span{
color: #02F2F2;
}
</style>
</head>
<body>
<div class="bg">
<h1>什麼是親密度</h1>
<p style="margin-top: 0.6rem;margin-bottom: 0.5rem;">
1. 親密度怎樣計算? <br>
你和TA在聊天中,每產生消耗寶石或露水的行為即可增加親密度。<br>
露水瓶私信消息 <span>(使用道具,1條露水瓶消息=2親密度)</span> <br>
私信消息<span>(1條露水消息=100親密度)</span><br>
私信禮物<span>(消耗1寶石=100親密度)</span><br>
直播間禮物<span>(消耗1寶石=100親密度)</span><br>
聲訊/視訊通話<span>(消耗1寶石=100親密度)</span><br>
</p>
<p style="font-size: 0.267rem;">
注意:如果寶石/露水有任何形式返還的,將不會計入親密度中。直播間贈送露水不會計入到親密度中。
</p>
<p style="margin-top: 0.6rem;margin-bottom: 0.5rem;">
2. 親密度有什麼用?<br>
20000親密度可解鎖“親密"關係,成為親密關係後,私信免費<br>
5000親密度可解鎖聲訊/視訊功能
</p>
</div>
</body>
</html>