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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!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 : 20 px ;
}
h1 {
font-size : 24 px ;
margin-bottom : 10 px ;
}
p {
margin-bottom : 15 px ;
}
. feedback-form {
margin-top : 20 px ;
}
. feedback-form label {
display : block ;
margin-bottom : 5 px ;
}
. feedback-form input [ type = "text" ] ,
. feedback-form textarea {
width : 100 % ;
padding : 5 px ;
margin-bottom : 10 px ;
}
. feedback-form input [ type = "submit" ] {
background-color : #007bff ;
color : #fff ;
padding : 10 px 15 px ;
border : none ;
cursor : pointer ;
}
< / style >
< / head >
< body >
< main >
< h1 > 联系我们< / h1 >
< p > 联系电话: 1885201314< / p >
< p > 电子邮箱: 111111111.com< / p >
< p > 办公地址:福州市 鼓楼区 幸福路 99 号< / p >
< / main >
< / body >
< / html >