You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta charset="utf-8">
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<meta name="applicable-device" content="mobile">
|
|
<link href="__CSS__/iconfont.css" rel="stylesheet" >
|
|
<link href="__CSS__/common.css" rel="stylesheet" >
|
|
<script src="__JS__/jquery-1.11.1.min.js"></script>
|
|
<style>
|
|
body {background:#FFF;}
|
|
.t-article {padding:0 2rem;}
|
|
.t-article .content .content-main h1{font-size:2rem;}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<div class="">
|
|
<a href="javascript:window.history.back();" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
|
|
<h1 class="caption">{$title}</h1>
|
|
</div>
|
|
</header>
|
|
<div class="occupy"></div>
|
|
<section class="trunker">
|
|
<section class="container">
|
|
<div class="t-article">
|
|
|
|
<div class="content">
|
|
{$data.content}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
<script>
|
|
$(function() {
|
|
var content = $(".content").html().replace('返回注册','');
|
|
$('.content').html(content);
|
|
$('.jsshare').click(function() {
|
|
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |