满洲里跨境电商培训报名 - 满洲里商务局
<!DOCTYPE html>
<html>
<head>
<title>满洲里跨境电商培训报名 - 满洲里商务局</title>
<style>
body {
background-color: #ADD8E6;
background-image: url('images/mzl.jpg'); /* 使用相对路径 */
background-size: cover;
}
h1 {
text-align: center;
padding-top: 50px;
color: #FFF;
}
#login {
width: 400px;
margin: 0 auto;
padding: 20px;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0 0 10px #888;
text-align: center;
}
#login input[type='text'], #login input[type='password'] {
width: 100%;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
border: none;
box-shadow: 0 0 5px #888;
font-size: 16px;
}
#login input[type='submit'] {
background-color: #ADD8E6;
color: #FFF;
padding: 10px 20px;
border: none;
border-radius: 5px;
box-shadow: 0 0 5px #888;
font-size: 16px;
cursor: pointer;
}
#login a {
color: #ADD8E6;
text-decoration: none;
font-size: 14px;
margin: 10px;
}
#welcome {
position: absolute;
right: 0;
top: 20%;
width: 20%;
height: 10%;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0 0 10px #888;
text-align: center;
padding-top: 30px;
}
#north {
position: absolute;
left: 0;
top: 20%;
width: 20%;
height: 10%;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0 0 10px #888;
text-align: center;
padding-top: 30px;
}
#footer {
text-align: center;
padding: 20px;
color: #FFF;
background-color: #ADD8E6;
position: absolute;
bottom: 0;
width: 100%;
font-size: 14px;
}
</style>
</head>
<body>
<h1>满洲里商务局跨境电商培训报名</h1>
<div id='login'>
<h2>登录</h2>
<form>
<input type='text' placeholder='用户名'>
<input type='password' placeholder='密码'>
<input type='submit' value='登录'>
</form>
<a href='#'>注册</a>
<a href='#'>找回密码</a>
</div>
<div id='welcome'>
<h3>欢迎报名</h3>
</div>
<div id='north'>
<h3>北疆明珠</h3>
</div>
<div id='footer'>
满洲里商务局竭诚为您服务!
</div>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/f1Yr 著作权归作者所有。请勿转载和采集!