boxExplan.html
1.59 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
<!DOCTYPE html>
<html>
<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">
<title></title>
<link rel="stylesheet" href="css/base.css" />
<script src="../../lib/fsize.js"></script>
<style type="text/css">
.main{
position: relative;
width: 100%;
height: 100%;
font-size: 0;
margin: 0 auto;
line-height: 1.2;
}
.mTitle{
width: 9.066rem;
margin: 0 auto;
font-size: 0;
position: relative;
}
.mTitle p{
font-size: 0.373rem;
color: #333;
width: 100%;
margin-top: 0.266rem;
}
.mTitle p:nth-child(1){
margin-top: 0;
}
</style>
</head>
<body>
<div class="main">
<div style="width: 100%;height: 0.266rem;"></div>
<div class="mTitle"></div>
</div>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js"></script>
<script type="text/javascript">
$('title').html(langList[langType].box2);
var str = '';
str += '<p>'+langList[langType].box3+'</p>';
str += '<p>'+langList[langType].box4+'</p>';
str += '<p>'+langList[langType].box5+'</p>';
str += '<p>'+langList[langType].box6+'</p>';
str += '<p>'+langList[langType].box7+'</p>';
$('.mTitle').html(str);
</script>
</body>
</html>