component.html 1.63 KB
<!DOCTYPE html>
<html lang="en">

<head>

    <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>
        <title>popup</title>
        <link rel="stylesheet" href="../css_an/common.css">
    </head>

    <body>
        <ul class="m-table-view border-1px border-top">
            <li class="cell border-1px border-bottom">
                <span class="title">用户名</span>
                <span class="text"><input type="text" class="m-input no-border"></span>
            </li>
            <li class="cell border-1px border-bottom">
                <span class="title">用户名</span>
                <span class="text">
                	<div class="m-input-wrap">
                		<input type="text" class="m-input no-border">
                		<span class="clear-btn m-hidden">
                			<span class="m-icon icon-title_quxiao_H"></span>
                		</span>
                	</div>
                </span>
            </li>
            <li class="cell border-1px border-bottom">
                <span class="title">用户名</span>
                <span class="text"><input type="text" class="m-input no-border"></span>
            </li>
        </ul>
        <script src="../js/vendor/jquery-2.1.4.min.js"></script>
        <script src="../js/vendor/utils.js"></script>
    </body>

</html>