Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • footseen
  • Nesting
  • help
  • intimacy.html
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen更新 · 96fe1e53
    dabai committed 4 years ago
    96fe1e53
intimacy.html 2.15 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
<!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">
     <script src="../../lib/fsize.js"></script>
    <title></title>
</head>
<style>
	.main{
		width: 8.88rem;
		padding-top: 0.533rem;
		font-size: 0;
		position: relative;
		margin: 0 auto;
		font-family: "微软雅黑";
		line-height: 1;
	}
	.mTitle{
		color: #333;
		font-size: 0.426rem;
		font-weight: bold;
	}
	.main p{
		font-size: 0.4rem;
		color: #333;
		line-height: .8rem;
	}
	.main p span{
		color: #E53985;
	}
	.mDesc{
		color: #919191;
		font-size: 0.346rem;
		margin-top: 0.7rem;
		line-height: .65rem;
	}
	.mTitle2{
		margin-top: 1.906rem;
	}
	.mText{
		margin-top: 0.133rem;
	}
</style>
<body style="background: #FFF;">
	<div class="main"></div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202009231140"></script>
<script type="text/javascript">
	$('title').html(langList[langType].help1);
	
	var str = '';
	str += '<div class="mTitle">'+langList[langType].help2+'</div>';
	str += '<p>'+langList[langType].help3+'</p>';
	str += '<p>'+langList[langType].help4+'<span>'+langList[langType].help5+'</span></p>';
	str += '<p>'+langList[langType].help6+'<span>'+langList[langType].help7+'</span></p>';
	str += '<p>'+langList[langType].help8+'<span>'+langList[langType].help9+' </span></p>';
	str += '<p>'+langList[langType].help10+'<span>'+langList[langType].help11+'</span></p>';
	str += '<p>'+langList[langType].help12+'<span>'+langList[langType].help13+'</span></p>';
	str += '<div class="mDesc">'+langList[langType].help14+'</div>';
	str += '<div class="mTitle mTitle2">'+langList[langType].help15+'</div>';
	str += '<p class="mText">'+langList[langType].help16+'</p>';
	str += '<p>'+langList[langType].help18+'</p>';
	$('.main').html(str);
</script>

</html>