charge.html 1.79 KB
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="format-detection" content="telephone=no" />
		<meta name="msapplication-tap-highlight" content="no" />
		<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
		<!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> -->
		<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport"/>
		<title>充值</title>
		<link rel="stylesheet" href="../css/style/common.css">
		<link rel="stylesheet" href="../css/style/charge.css">
		<!-- base seajs -->
		<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
		<!-- base jquery -->
		<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script>
	</head>
	<body>
		<div class="m-page">
			<header class="m-header">
				<div class="head">
					<a href="#" class="lt-bar m-icon icon-back white">返回</a>
					<h1>充值</h1>
				</div>
			</header>
			<section class="m-content" id="charge">
				<form action="" class="section-form">
					<div class="form-group">
						<label for="content" class="control-label">充值到账户:张三丰</label>
						<div class="form-content">
							<span class="sub-label">充值金额</span>
							<input type="text" id="amount" name="amount" placeholder="请输入充值金额">
						</div>
					</div>
					<div class="form-group btn-box">
						<button class="m-btn btn-warning">立即充值</button>
					</div>
				</form>
			</section>
		</div>
	</body>
</html>