闫雪茹 3 years ago
parent b7c3fe15f7
commit a2a1326540

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>login</name>
<comment>Create By HBuilder</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
</natures>
<filteredResources>
<filter>
<id>1636510059352</id>
<name></name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.orFilterMatcher</id>
<arguments>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-bin</arguments>
</matcher>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-false-false-setting</arguments>
</matcher>
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

@ -0,0 +1,60 @@
.a{
background-size:cover;
background-image: url(../img/2.jpg);
height: 700px;
width: 1300px;
margin: 0;
}
.b{
width: 950px;
height: 46px;
padding-top: 100px;
padding-left: 100px;
color: white;
text-align: center;
}
h1{
font-size: 3em;
}
.c{
border: 1;
height: 300px;
width: 300px;
border-radius: 15px;
background-color: #1c4557;
opacity:0.7;
margin-left:100px;
margin-top: 100px;
}
.c1{
text-align: center;
font-size: 2em;
padding-top:20px ;
color: white;
}
.c2{
text-align: center;
padding: 20px;
}
.c22{
font-size: 20px;
height: 20px;
padding-left: 20px;
border-radius: 5px;
}
.c3{
color: white;
font-size: 20px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.c4{
border:0px;
width: 150px;
height:30px;
background-color: #127adc;
font-size:20px;
color:#ffffaa;
border-radius: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>登录注册</title>
<link href="css/style.css" rel="stylesheet " type="text/css"/>
</head>
<body>
<div class="a">
<div class="b"><h1>Mask口罩监测管理系统</h1></div>
<div class="c">
<div class="c1">登录</div>
<div class="c2">
<input type="text" name="userName" size="20" placeholder="用户名 / 昵称"/ class="c22">
</div>
<div class="c3">
<div>
<input type="password" name="pass" size="20" placeholder="密码" class="c22"/>
</div>
</div>
<div>
<p align="center">
<input type="submit" name="Submit" value="登录" class="c4"/>
</p>
</div>
</div>
</div>
</body>
</html>
Loading…
Cancel
Save