123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>生保系统故障分析及辅助维修决策软件</title>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width,user-scalable=yes, minimum-scale=0.4, initial-scale=0.8">
- <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="./css/font.css">
- <link rel="stylesheet" href="./css/xadmin.css">
- <script src="./lib/jquery.min.js"></script>
- <script src="./lib/layui/layui.js" charset="utf-8"></script>
- <script src="./js/xadmin.js"></script>
- <script src="../other/js/functions.js"></script>
- <script src="./js/advanced_search.js"></script>
- <!-- <script src="../other/public/jquery-1.11.2.js" type="text/javascript" charset="utf-8"></script> -->
- <style type="text/css">
- .search-box {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 100px;
- position: relative;
- }
- .search-wrap {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- position: relative;
- }
- .searchInput {
- width: 355px;
- height: 40px;
- border: solid 1px #ddd;
- padding-left: 15px;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- .searchBtn {
- width: 20%;
- height: 40px;
- margin-top: 15px;
- line-height: 20px;
- }
- .search-type {
- margin-top: 10px;
- margin-left: 5px;
- font-size: 14px;
- }
- .search-type span {
- display: inline-block;
- cursor: pointer;
- margin-right: 10px;
- color: #626675;
- }
- .search-type span:hover {
- color: #09c;
- }
- .search-box-toLeft {
- /* margin-top: 60px; */
- }
- .search-data {
- margin-top: 30px;
- display: none;
- align-items: center;
- justify-content: center;
- }
- .search-data-list {
- /*width: 580px;*/
- }
- .search-data-item {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 20px;
- color: #09c;
- text-decoration: underline;
- cursor: pointer;
- }
- .toManage {
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- right: 20px;
- top: 20px;
- }
- .search-box .search-wrap .button {
- background-color: #4e6ef2;
- color: #fff;
- margin-left: 50%;
- margin-top: 20%;
- }
- .box {
- width: 100%;
- height: 50px;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- top: 50px;
- }
- .box img {
- width: 50px;
- height: 50px;
- }
- .box p {
- display: inline-block;
- color: #4e6ef2;
- font-size: 30px;
- }
- .search-box .search-wrap .search-type1 {
- position: absolute;
- top: 50px;
- right: 10px;
- color: #626675;
- }
- .search-box .search-wrap img {
- width: 20px;
- height: 20px;
- position: absolute;
- top: 47px;
- right: 68px;
- }
- #btn {
- color: #626675;
- font-size: 14px;
- position: absolute;
- right: 0px;
- top: 60px;
- display: none;
- }
- #btn .btn {
- margin-left: 30px;
- margin-top: 20px;
- display: inline-block;
- }
- #btn .btn1 {
- width: 180px;
- background-color: #fff;
- position: absolute;
- top: 35px;
- left: -30px;
- padding: 5px 0;
- border: 1px solid rgba(0, 0, 0, .2) font-size: 13px;
- line-height: 20px;
- display: none;
- }
- #btn .btn1 ul {
- text-align: left;
- color: #666;
- }
- #btn .btn1 ul span {
- padding: 3px 0;
- padding-left: 10px;
- color: #999;
- display: block;
- }
- #btn .btn2 {
- width: 180px;
- background-color: #fff;
- position: absolute;
- top: 35px;
- right: -65px;
- padding: 5px 0;
- border: 1px solid rgba(0, 0, 0, .2) font-size: 13px;
- line-height: 20px;
- display: none;
- }
- #btn .btn2 ul {
- text-align: left;
- color: #666;
- }
- #btn .btn2 ul span {
- padding: 3px 0;
- padding-left: 10px;
- color: #999;
- display: block;
- }
- #search-box .sel {
- position: absolute;
- height: 40px;
- width: 15%;
- left: 0;
- color: #888;
- padding: 0 5px
- }
- #add {
- margin-left: 15px;
- height: 40px;
- width: 40px;
- font-size: 25px;
- }
- #pop {
- width: 40px;
- margin-left: 15px;
- height: 40px;
- font-size: 25px;
- }
- #search-box .all {
- width: 90px;
- height: 40px;
- border: solid 1px #ddd;
- color: #888;
- padding: 0 5px;
- }
- .search-input {
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- </style>
- </head>
- <body>
- <div class="wrap">
- <div class="box">
- <img src="./images/icon1.png">
- <p style="margin-left: 2%;">生保系统故障分析及辅助维修决策软件</p>
- </div>
- <div class="toManage">
- <a style="margin-right: 20px;" href="index.html">管理后台</a>
- <a id="logOut" href="../index.html">注销</a>
- </div>
- <div class="search-box">
- <div class="search-wrap" id="search-box">
- <div class="div">
- <!-- <form class="layui-form"> -->
- <select id="all" class="all" lay-search="all" lay-verify="required"> </select>
-
- <input type="text" id="search" class="searchInput" placeholder="请输入关键字" />
- <input id="add" type="button" value="+" />
- <input id="pop" type="button" value="-" />
- <!-- </form> -->
- </div>
- </div>
- </div>
- <div class="search-input">
- <button class="button searchBtn" id="searchBtn">搜索</button>
- </div>
- <div class="search-data">
- <ul class="search-data-list"></ul>
- </div>
- </div>
- </body>
- </html>
|