You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.2 KiB

1 month ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>联系我们</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
main {
padding: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 10px;
}
p {
margin-bottom: 15px;
}
.feedback-form {
margin-top: 20px;
}
.feedback-form label {
display: block;
margin-bottom: 5px;
}
.feedback-form input[type="text"],
.feedback-form textarea {
width: 100%;
padding: 5px;
margin-bottom: 10px;
}
.feedback-form input[type="submit"] {
background-color: #007bff;
color: #fff;
padding: 10px 15px;
border: none;
cursor: pointer;
}
</style>
</head>
<body>
<main>
<h1>联系我们</h1>
<p>联系电话1885201314</p>
<p>电子邮箱111111111.com</p>
<p>办公地址:福州市 鼓楼区 幸福路 99 号</p>
</main>
</body>
</html>