满洲里商务局跨境电商培训报名 - 助力电商企业腾飞
<!DOCTYPE html>
<html>
<head>
<title>满洲里商务局跨境电商培训报名</title>
<style>
body {
background-image: url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fupload-images.jianshu.io%2Fupload_images%2F4667160-78140c4351c00b29.jpg&refer=http%3A%2F%2Fupload-images.jianshu.io&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1690281956&t=51abc44468b77c8a1d879bc1b84f0886');
background-size: cover;
}
h1 {
color: #fff;
background-color: #1E90FF;
padding: 20px;
text-align: center;
}
#login {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#login input[type='text'],
#login input[type='password'] {
display: block;
width: 100%;
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#login input[type='submit'] {
background-color: #1E90FF;
color: #fff;
padding: 10px;
border-radius: 5px;
border: none;
cursor: pointer;
}
#polar-bear {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background-image: url('https://image.flaticon.com/icons/png/512/27/27698.png');
background-size: contain;
animation: move 5s infinite;
}
@keyframes move {
0% {
top: 0;
left: 0;
}
25% {
top: 0;
left: 50%;
}
50% {
top: 50%;
left: 50%;
}
75% {
top: 50%;
left: 0;
}
100% {
top: 0;
left: 0;
}
}
</style>
</head>
<body>
<h1>商务局帮助电商企业成长</h1>
<div id='login'>
<form>
<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 id='polar-bear'></div>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/f1X0 著作权归作者所有。请勿转载和采集!