<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/2.css">
</head>
<body>
<p>注册成功</p>
<div class="head">
</div>
</body>
</html>
.head {
width: 40px;
height: 40px;
background: url(../img/passport_icon.png);
background-position: -480px -120px;
}
参考资源:http://passport.iqiyi.com/pages/secure/password/find_pwd_index.action
本文介绍了一个简单的HTML页面,用于显示注册成功的信息,并通过CSS设置了头部的样式,包括宽度、高度及背景图。
4642

被折叠的 条评论
为什么被折叠?



