commit
2eb5594729
@ -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,64 @@
|
||||
.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{
|
||||
width: 100xp;
|
||||
height: 20px;
|
||||
background-image: url(../img/usr.jpg) ;
|
||||
background-repeat: no-repeat;
|
||||
margin-top: 20px;
|
||||
margin-left: 50px;
|
||||
padding-left: 25px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.c3{
|
||||
width: 100xp;
|
||||
height: 20px;
|
||||
background-image: url(../img/password.jpg) ;
|
||||
background-repeat: no-repeat;
|
||||
margin-top: 20px;
|
||||
margin-left: 50px;
|
||||
padding-left: 25px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.c4{
|
||||
border:0px;
|
||||
width: 130px;
|
||||
height:20px;
|
||||
background-color: #127adc;
|
||||
font-size:16px;
|
||||
color:#FFFFFF;
|
||||
border-radius: 5px;
|
||||
margin-top: 40px;
|
||||
}
|
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 195 KiB |
@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
<input type="text" name="username" class="c2"></input>
|
||||
<input type="password" name="password" class="c3"/>
|
||||
<div>
|
||||
<p align="center">
|
||||
<input type="submit" name="Submit" value="登录" class="c4"/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1 +0,0 @@
|
||||
<https://app.mockplus.cn/run/rp/8D8jFdukLt6Fb/BZUQkIfqUe8q/_vylTJvWrztk4?ps=1&ha=0&la=0&fc=0&out=0>
|
Loading…
Reference in new issue