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
  • shareHelp.html
Find file
BlameHistoryPermalink
  • agan's avatar
    xg · c6adc1d3
    agan committed a year ago
    c6adc1d3
shareHelp.html 3.11 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
<!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>
    <style type="text/css">
    	.main{
    		background-color: #FFF;
    		line-height: 1.1;
    		font-size: 0;
    		width: 10rem;
    		margin: 0 auto;
    		position: relative;
    	}
    	.mTitle{
    		position: relative;
    		margin-top: 0.773rem;
    		width: 100%;
    		font-size: 0.533rem;
    		color: #E53985;
    		font-weight: bold;
    		text-align: center;
    	}
    	.mTitle span{
    		background: url(images/left.png) no-repeat;
    		background-size: 100% 100%;
    		width: 0.853rem;
    		height: 0.133rem;
    		display: inline-block;
    		vertical-align: middle;
    		margin: -.05rem 0.24rem 0 0;
    	}
    	.mTitle span.right{
    		background: url(images/right.png) no-repeat;
    		background-size: 100% 100%;
    		margin-left: .24rem;
    		margin-right: 0;
    	}
    	.mBox{
    		margin: 0.6rem 0 0 0.546rem;
    		width: 9.05rem;
    		font-size: 0;
    		position: relative;
    	}
    	.mBoxTitle{
    		font-size: 0.426rem;
    		color: #333;
    		font-weight: bold;
    	}
    	.mBoxDesc{
    		font-size: 0.346rem;
    		color: #333;
    		margin-top: 0.346rem;
    		line-height: 1.3;
    	}
    	.mTitle2{
    		margin-top: 1.813rem;
    	}
    	.mBoxTitle2{
    		margin-top: 0.826rem;
    	}
    </style>
</head>
<body>
   <div class="main">
   		<p class="mTitle mTitle1"><span class="left"></span><span class="right"></span></p>
   		<div class="mBox mBox1">
   			<p class="mBoxTitle"></p>
   			<p class="mBoxDesc" ></p>
   			<p class="mBoxDesc"></p>
   		</div>
   		<p class="mTitle mTitle2"><span class="left"></span><span class="right"></span></p>
   		<div class="mBox mBox2">
   			<p class="mBoxTitle"></p>
   			<p class="mBoxDesc"></p>
   			<p class="mBoxTitle mBoxTitle2"></p>
   			<p class="mBoxDesc"></p>
   		</div>
   </div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202010151514"></script>
<script type="text/javascript">
	$('title').html(langList[langType].share19);
	$('.mTitle1').html('<span class="left"></span>'+langList[langType].share19+'<span class="right"></span>');
	$('.mBox1 p').eq(0).html(langList[langType].share20);
	$('.mBox1 p').eq(1).html(langList[langType].share21);
	$('.mBox1 p').eq(2).html(langList[langType].share22);
	$('.mTitle2').html('<span class="left"></span>'+langList[langType].share23+'<span class="right"></span>');
	$('.mBox2 p').eq(0).html(langList[langType].share24);
	$('.mBox2 p').eq(1).html(langList[langType].share25);
	$('.mBox2 p').eq(2).html(langList[langType].share26);
	$('.mBox2 p').eq(3).html(langList[langType].share27);
	
</script>
<script>

  
   
</script>
</html>