加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
help.html 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
烟火飘零 提交于 2021-08-19 15:30 . test2
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta charset='UTF-8'>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Help Center</title>
<style type="text/css">body{background-color:#f2f3f3}p{margin-left:20px}.button-div{width:100%;padding:10px;box-sizing:border-box;display:flex;display:-webkit-flex;flex-direction:column;align-items:stretch;justify-content:center}.button{margin-top:20px;height:48px;line-height:48px;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none}.button-text{display:block;padding:0 6px;border-radius:3px;background:#e31436;color:#fff;font-size:20px;line-height:48px;text-align:center}.button-text:active{background:#ee5a5b}</style>
</head>
<body>
<div class='button-div'>
<p style="line-height:18pt; margin:0pt; text-align:justify"><span style="font-size:14pt">If you have any questions, you can either leave a message or send a E-mail. We will respond as soon as possible.</span></p>
<br/>
<p style="line-height:18pt; margin:0pt; text-align:justify"><span style="font-size:16pt">Address:dfbook@foxmail.com</span><p>
<br/>
<br/>
<p style="line-height:18pt; margin:0pt; text-align:justify"><span style="font-size:14pt">如果您在使用过程中有问题请留言或发邮件我。</span></p>
<br/>
<p style="line-height:18pt; margin:0pt; text-align:justify"><span style="font-size:16pt">邮箱地址:dfbook@foxmail.com</span><p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化