begin
This commit is contained in:
59
de_seek.html
Normal file
59
de_seek.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>TMR</title>
|
||||
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="col-content">
|
||||
<div id="index_top">
|
||||
|
||||
<!--头部信息-->
|
||||
|
||||
</div>
|
||||
<div class="serseek">
|
||||
<!-- 搜索框 -->
|
||||
<div class="search">
|
||||
<select name="ser_ect" class="ser_ect">
|
||||
<option value="1">1111</option>
|
||||
<option value="2">222222</option>
|
||||
<option value="3">3333333333</option>
|
||||
</select>
|
||||
<input type="text" placeholder="Please enter the..." name="" id="" class="ser_input"/>
|
||||
<input class="ser_btn" type="button" value="">
|
||||
<a href="de_seeker.html" target="_blank" class="ser_gj">Advanced Search ></a>
|
||||
<br clear="both">
|
||||
</div>
|
||||
|
||||
<div class="search_jour">
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<!--底部菜单栏-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/return-top.js"></script>
|
||||
<script src="js/jquery-ui.js"></script>
|
||||
<script src="js/js.js"></script>
|
||||
<script src="js/search.js"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
seek_box();
|
||||
});
|
||||
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user