html代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>警告框</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="wrap">
<div class="wrap-up">
<span class="wrap-icon"></span>
<strong>警告框</strong>
<a href="" class="close" title="关闭"></a>
</div>
<div class="wrap-down">
<div class="content">
<p>你的账户出现了安全隐患,</p>
<p>你可以发送你的email地址,以便我们尽快联系你。</p>
</div>
<div class="function">
<input class="input01" type="text" name="email">
<label class="function-icon"></label>
<a href="javascript:void(0);">发送</a>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>警告框</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="wrap">
<div class="wrap-up">
<span class="wrap-icon"></span>
<strong>警告框</strong>
<a href="" class="close" title="关闭"></a>
</div>
<div class="wrap-down">
<div class="content">
<p>你的账户出现了安全隐患,</p>
<p>你可以发送你的email地址,以便我们尽快联系你。</p>
</div>
<div class="function">
<input class="input01" type="text" name="email">
<label class="function-icon"></label>
<a href="javascript:void(0);">发送</a>
</div>
</div>
</div>
</body>
</html>