form.html 935 Bytes
<!DOCTYPE html>
<html lang="en">

<head>
    <meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0,  minimum-scale=1.0, maximum-scale=1.0">
    <meta content="telephone=no" name="format-detection" />
    <meta content="black" name="apple-mobile-web-app-status-bar-style" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>一步物流-表单</title>
    <link rel="stylesheet" href="../css_an/common.css">
</head>
<body>
	<style>
		body{
			padding: 10px;
		}
	</style>
	<h3>.m-input</h3>
	<p class="m-input-wrap">
		<input type="text" class="m-input">
		<span class="clear-btn m-hidden">
			<span class="m-icon icon-title_quxiao_H"></span>
		</span>
	</p>
	<h3>.m-input.no-border</h3>
	<p>
		<input type="text" class="m-input no-border">
	</p>
	<script src="../js/vendor/jquery-2.1.4.min.js"></script>
	<script src="../js/vendor/utils.js"></script>
</body>

</html>