Merge branch 'master' of https://github.com/wangtianrui/OldPeopleHome
This commit is contained in:
@@ -44,3 +44,5 @@
|
||||
* 定位
|
||||
* 可视化数据
|
||||
|
||||
#### web
|
||||
|
||||
|
||||
26
web/oldPeopleHome.html
Normal file
26
web/oldPeopleHome.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>oldPeopleHome</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1 class="background_text">OLD PEOPLE HOME</h1>
|
||||
<div>
|
||||
<p id="title_1">管理员登录</p>
|
||||
<div>
|
||||
<!-- 先空着,action不知道填什么 -->
|
||||
<form action="" id="name">
|
||||
用户名:<input type="text" name="name" ><br><br>
|
||||
密码:<input type="password" name="password"><br><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
48
web/style.css
Normal file
48
web/style.css
Normal file
@@ -0,0 +1,48 @@
|
||||
body {
|
||||
background-color: aliceblue;
|
||||
margin: 0px;
|
||||
}
|
||||
.background_text {
|
||||
width: 100%;
|
||||
color: rgba(255, 239, 213, 0.3);
|
||||
font-style: italic;
|
||||
font-family: sans-serif;
|
||||
font-size: 125px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 120px;
|
||||
|
||||
/* background-color: yellow; */
|
||||
}
|
||||
#title_1 {
|
||||
width: 100%;
|
||||
color: slategray;
|
||||
font-family: youyuan;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 140px;
|
||||
}
|
||||
#name {
|
||||
width: 120px;
|
||||
color: slategray;
|
||||
font-family: youyuan;
|
||||
font-size: 24px;
|
||||
position: relative;
|
||||
left: 490px;
|
||||
top: 150px;
|
||||
}
|
||||
input[name] {
|
||||
height: 27px;
|
||||
border: none;
|
||||
position: absolute;
|
||||
left: 150px;
|
||||
font-family: youyuan;
|
||||
}
|
||||
input[password] {
|
||||
height: 27px;
|
||||
border: none;
|
||||
position: absolute;
|
||||
left: 150px;
|
||||
font-family: youyuan;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
1
|
||||
Reference in New Issue
Block a user