静态登录界面

 http:// http://mu-mu-qiu.gitee.io/login

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>登录页面</title>
<style>
*{
	margin: 0;
	padding: 0;
}
.context{
	width: 100vw;
	height: 100vh;
	position: relative;
	background: url("image3/32309694.jpg") no-repeat;
	align-items: center;
	justify-content: center;
	display: flex;
	background-size: cover;
}
.login-box{
	background:linear-gradient(to right,#fdc5a4,#fcad86,#fec8e4,#f4a1bb,#968fde) ;
	width:400px;
	height: 250px;
	border-radius:20px;
	padding: 20px;
	text-align: center;
	
}
.login-box h1{
	color: #968fde;
	margin: 20px auto;
}
.login-box input{
	width: 200px;
	height: 40px;
	border-radius: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color:#fff;
	border: none;
	outline: none;
	padding: 0 20px;
}
.login-context{
	font-size: 23px;
	font-weight: bold;
	color: #968fde;
}
button{
	 display: inline-block;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 40px;
	background:linear-gradient(to right,#D77E0C,#ffcb98,#f6f781);
	color: #968fde;
	font-size: 18px;
	font-weight: 550;
}
</style>
</head>

<body>
<div class="context">
	<div class="login-box">
			<h1>欢迎登录</h1>
		 <div class="login-context">账号:<input type="text" placeholder="请输入账号"></div>
		<div class="login-context">密码:<input type="password" placeholder="请输入密码"></div>
		<button>登录</button>
	</div>
	
</div>
</body>
</html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值