2016 醫學項目 Bootstrap 自適應頁面配置(1)

來源:互聯網
上載者:User

標籤:

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <title>home</title>    <!--[if lt IE 9]>    <meta http-equiv="refresh" content="0;ie.html" />    <![endif]-->    <!--Bootstrap 核心 css 開始-->    <link href="Bootstrap/css/bootstrap-theme.css" rel="stylesheet" />    <link href="Bootstrap/css/bootstrap.min.css" rel="stylesheet" />    <!--Bootstrap 核心 css 結束-->    <!--Bootstrap 外掛程式 css 開始-->    <link href="Bootstrap/css/plugins/bootstrap-jquery-confirm/jquery-confirm.css" rel="stylesheet" />    <!--Bootstrap 外掛程式 css 結束--></head><body>    <div class="container">        <h1>系統統計. <small>患者、醫生...</small></h1>        <div class="row">
            <div class="col-xs-6">                <h2>患者</h2>            </div>            <div class="col-xs-6">                <h2>詳情</h2>                <p>目前接受治療的人數 <a class="btn btn-default" href="#">【100】</a></p>                <p>三個月內停治的人數 <a class="btn btn-default" href="#">【100】 </a></p>                <p>超過一個月未參與治療人數<a class="btn btn-default" href="#">【100】 </a></p>            </div>                    </div>        <div class="row">            <div class="col-xs-6">                <h2>醫生</h2>            </div>            <div class="col-xs-6">                <h2>詳情</h2>                <p>合作醫生的人數 <a class="btn btn-default" href="#">【100】</a></p>                <p>合作後又停止合作的醫生人數 <a class="btn btn-default" href="#">【100】</a></p>                <p>超過一個月未參與治療人數<a class="btn btn-default" href="#">【100】</a></p>            </div>        </div>    <!--Bootstrap 核心 js 開始-->    <script src="jQuery/jquery-2.1.1.js"></script>    <script src="Bootstrap/js/bootstrap.min.js"></script>    <!--Bootstrap 核心 js 結束-->    <!--Bootstrap 外掛程式 js 開始-->    <script src="Bootstrap/js/plugins/bootstrap-jquery-confirm/jquery-confirm.js"></script>    <!--Bootstrap 外掛程式 js 結束--></body></html>

2016 醫學項目 Bootstrap 自適應頁面配置(1)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.