QQ录屏20220811185812
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.wrapper {
width: 420px;
height: 550px;
margin: 0 auto;
border: 1px solid black;
background-color: beige;
background: url(img/1.jpeg);
background-size: 100%;
}
#res {
width: 380px;
height: 470px;
border: 1px solid grey;
margin: 0 auto;
margin-top: 10px;
}
input {
width: 250px;
height: 30px;
margin-top: 10px;
margin-left: 20px;
}
button {
width: 80px;
height: 30px;
}
img {