Skip to content

Commit

Permalink
add background img
Browse files Browse the repository at this point in the history
  • Loading branch information
kurry authored and kurry committed Apr 26, 2018
1 parent e74fc47 commit 89d93e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file added img/bg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions index.html
Expand Up @@ -3,8 +3,9 @@

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">

<title>Document</title>
<link rel="stylesheet" href="lib/bootstrap-4.0.0-dist/css/bootstrap.min.css">
<style>
Expand Down Expand Up @@ -107,6 +108,11 @@
.hide{
display: none;
}

.contenner{
background: url("img/bg.jpg");
height: 900px;
}
</style>
</head>

Expand Down Expand Up @@ -144,7 +150,6 @@
// 搜索功能
$("#search").click(function(){
$(".result_success").removeClass("hide");

// $("#search_value").val() 搜索框内的值
})
// 添加信息功能
Expand Down

0 comments on commit 89d93e5

Please sign in to comment.