12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!DOCTYPE html>
- <html lang="zh-cmn-Hans">
- <head>
- <meta charset="UTF-8">
- <title>生保系统故障分析及辅助维修决策软件</title>
- <meta http-equiv=Content-Type content="text/html;charset=utf-8">
- <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
- <link rel="stylesheet" href="css/bootstrap.min.css">
- <link rel="stylesheet" href="css/style.css">
- <script src="js/jquery-1.10.1.min.js"></script>
- <script src="js/bootstrap.min.js"></script>
- <script src="../other/js/functions.js"></script>
- <!-- <script src="js/index.js"></script> -->
- <script src="./js/list_index_pri.js"></script>
- </head>
- <body>
- <div class="container indexShow">
- <a href="/index.html">
- <div class="row navTitle">
- <h2 class="pull-left"> <img src="./images/icon.png">生保系统故障分析及辅助维修决策软件</h2>
- <div class="nav"></div>
- </div>
- </a>
- <div class="input-group search">
- <input id="keyword" type="text" class="form-control" placeholder="输入查找关键字...">
- <span class="input-group-btn" style="width=72px">
- <button id="search" type="button"> 搜索</button>
- </span>
- </div>
- <div class="row searchCategoryBar" id="category">
- <span class="searchCategoryBarItem searchCategoryBarItemActive" id="document" data-id="D">作者</span>
- <span class="searchCategoryBarItem" id="picture" data-id="P">时间</span>
- <span class="searchCategoryBarItem" id="video" data-id="V">关键字</span>
- <!-- <span class="searchCategoryBarItem" id="audio" data-id="A">音频</span> -->
- <span class="searchCategoryBarItem" id="other" data-id="O">其它</span>
- </div>
- <ul id="searchResult"></ul>
- <br>
- <div class="about">
- <h3>相关搜索</h3>
- <p id="relatedSearch">
- <!-- <a href="">原理教学</a> -->
- </p>
- </div>
- <div id="paginantion" class="page center-block"></div>
- </div>
- <div class="myModal fade" id="loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" data-backdrop='static'>
- <!-- <h5 class="text-center">加载中</h5> -->
- <div class="sp sp-bars"></div>
- </div>
- <div class="foot"></div>
- <style>
- .container{
- width:1170px;
- height:241px;
- margin:0 auto;
- }
- .input-group .search{
- width:1140px;
- height:34px;
- }
- #keyword{
- width:1068px;
- height:34px;
- }
- .input-group-btn{
- display:inline-block;
- width:72px!important;
- height:34px;
- border-radius:5px;
- font-sizze:8px;
- }
-
- </style>
- </body>
- </html>
|