<!DOCTYPE html>
<html lang="ch-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>作业2025_2_22</title>
</head>
<body bgcolor="#5F6297">
<div>
<img
src="https://cdn-ak.f.st-hatena.com/images/fotolife/y/yamaki_nyx/20180713/20180713153131.png"
alt="这是一张图片"
title="马哥教育"
style="width: 100%; height: auto"
/>
</div>
<div style="margin: 10px 10px 10px 10px">
<input
id="帐号"
type="text"
readonly
value="admin"
style="
width: calc(100% - 20px);
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 10px;
"
/>
</div>
<div style="margin: 10px 10px 10px 10px">
<input
id="密码"
type="password"
value="123456"
style="
width: calc(100% - 20px);
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 10px;
"
/>
</div>
<div style="margin: 10px 10px 10px 10px">
<button
id="登录"
style="
width: 100%;
padding: 10px;
font-size: 16px;
border: none;
border-radius: 4px;
background-color: #4caf50;
color: white;
cursor: pointer;
"
>
登录
</button>
</div>
</body>
</html>