HTML5-交易中心

来源:互联网 发布:mac怎么更新os 编辑:程序博客网 时间:2024/06/08 07:22
<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>積分轉讓</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
    <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
    <script type="text/javascript" src="bootstrap/js/jquery.min.js"></script>
    <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
</head>
<body>
    <div class="panel panel-warning">
        <div class="panel-heading " style="background: #d9534f; color: #ffffff">
            <span class="glyphicon glyphicon-th-large" style="margin-right: 10px" />積分轉讓
        </div>
    </div>
    <form>
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="input-group  ">
                    <!--<span class="input-group-addon">帳 號</span>-->
                    <input type="text" name="txtUserId" class="form-control" maxlength="20" placeholder="轉入帐号" />
                    <span class="input-group-addon"><a href="transaction.html?action=query">查詢數據</a></span>
                </div>
            </div>
        </div>
    </div>
    </form>
    <ul class="nav nav-pills nav-stacked   nav-divider">
        <br>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-user" style="margin-right: 10px">
        </span>帳號</a><span class="glyphicon glyphicon-chevron-right" style="float: right;
            margin-right: 5px; margin-top: -30px; color: #FFF"></span></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-list-alt" style="margin-right: 10px">
        </span>昵稱</a><span class="glyphicon glyphicon-chevron-right" style="float: right;
            margin-right: 5px; margin-top: -30px; color: #FFF"></span></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-comment" style="margin-right: 10px">
        </span>微信</a><span class="glyphicon glyphicon-chevron-right" style="float: right;
            margin-right: 5px; margin-top: -30px; color: #FFF"></span></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-phone" style="margin-right: 10px">
        </span>手機</a><span class="glyphicon glyphicon-chevron-right" style="float: right;
            margin-right: 5px; margin-top: -30px; color: #FFF"></span></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-star" style="margin-right: 10px">
        </span>當前等級</a><span class="glyphicon glyphicon-chevron-right" style="float: right;
            margin-right: 5px; margin-top: -30px; color: #FFF"></span></li>
    </ul>
    </div>


    <div class="panel panel-warning">
    <div class="panel-heading"  style="color:#ff0000">請仔細核對轉入帳號資料</div>
    <div class="panel-body"> 
                    <div class="input-group ">
                     <span class="input-group-addon">轉入積分</span> 
                    <input type="text" name="txtUserId" class="form-control" maxlength="20" placeholder="轉入積分" />
                </div>


    <div class="text-center" style="background: #FFF; margin-top:10px">
        <a href="register.php">
            <button type="button" class="btn btn-success  btn-md " style="width:40%">
                <span class="glyphicon glyphicon-arrow-up" style="margin-right: 10px" />確認提交</button>
        </a><a href="index.php">
            <button type="button" class="btn btn-success" style="width:40%">
                <span class="glyphicon glyphicon-home" style="margin-right: 10px" />返回首頁</button>
        </a>
    </div>
    </div>
 
        </div>
</body>
</html>
0 0