HTML5-涅磐


<!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>
    
    <ul class="nav nav-pills nav-stacked   nav-divider">
        <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-body"> 
 

    <div class="text-center" style="background: #FFF; margin-top:10px">
        <a href="nirvana.html">
            <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>

         </form>
</body>
</html>


猜你喜欢

转载自blog.csdn.net/yqj234/article/details/52333719