<!DOCTYPE html>
<html>
<head>
	<title>满洲里商务局跨境电商培训报名 - 助力企业发展</title>
	<style type="text/css">
		body {
			background-color: #E6F2F8;
		}
		.login {
			margin: 50px auto;
			width: 400px;
			padding: 20px;
			background-color: #FFFFFF;
			border-radius: 10px;
			box-shadow: 0px 0px 10px #888888;
		}
		.login h2 {
			text-align: center;
			color: #333333;
		}
		.login input[type='text'], .login input[type='password'] {
			width: 100%;
			padding: 10px;
			margin: 10px 0;
			border: none;
			border-radius: 5px;
			box-shadow: 0px 0px 5px #888888;
		}
		.login input[type='submit'] {
			width: 100%;
			padding: 10px;
			margin-top: 20px;
			background-color: #0099CC;
			color: #FFFFFF;
			border: none;
			border-radius: 5px;
			cursor: pointer;
		}
		.login input[type='submit']:hover {
			background-color: #0077B3;
		}
		.login a {
			color: #0099CC;
			text-decoration: none;
		}
		.login a:hover {
			color: #0077B3;
		}
		.slogan {
			margin: 50px auto;
			width: 600px;
			height: 200px;
			background-color: #FFFFFF;
			border-radius: 10px;
			box-shadow: 0px 0px 10px #888888;
			position: relative;
		}
		.slogan h2 {
			text-align: center;
			color: #333333;
			padding-top: 50px;
			font-size: 36px;
		}
		.slogan img {
			position: absolute;
			top: 0;
			left: 0;
			width: 600px;
			height: 200px;
			border-radius: 10px;
			animation: move 5s infinite;
		}
		@keyframes move {
			0% {left: 0;}
			25% {left: 150px;}
			50% {left: 300px;}
			75% {left: 450px;}
			100% {left: 600px;}
		}
		footer {
			background-color: #B3D9FF;
			padding: 20px;
			text-align: center;
			color: #FFFFFF;
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
		}
	</style>
</head>
<body>
	<div class="login">
		<h2>登录</h2>
		<form action="">
			<input type="text" placeholder="用户名">
			<input type="password" placeholder="密码">
			<input type="submit" value="登录">
		</form>
		<p>还没有账号?<a href="">注册</a></p>
		<p>忘记密码?<a href="">找回密码</a></p>
	</div>
	<div class="slogan">
		<h2>满洲里商务局跨境电商培训,助力企业发展!</h2>
		<img src="https://picsum.photos/600/200" alt="动态图">
	</div>
	<footer>
		<p>© 2021 满洲里商务局</p>
	</footer>
</body>
</html>

原文地址: https://www.cveoy.top/t/topic/f1XW 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录