100 lines
3.3 KiB
HTML
100 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Chaos: Heroes War</title>
|
||
<meta name="viewport" content="width=1200">
|
||
<meta name="keywords" content="">
|
||
<meta name="description" content="">
|
||
<link href="default.css" rel="stylesheet" type="text/css" media="all">
|
||
|
||
<style>
|
||
.container > div{
|
||
display: flex;
|
||
flex-direction: column !important;
|
||
}
|
||
.container > div .con_box{
|
||
width: 62%;
|
||
margin: 0 auto;
|
||
border-radius: 10px;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
align-items: center;
|
||
color: #2f2f2f;
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
background-color: #dbd9d9;
|
||
padding: 0 20px;
|
||
margin: 0 auto;
|
||
height: 142px;
|
||
flex-direction: row;
|
||
justify-content: space-around;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<!-- 公共头部开始 -->
|
||
<!-- <div id="header" class="container">
|
||
<div id="logo">
|
||
<h1><a href="#"><span>上海</span>锐光创游</a></h1>
|
||
</div>
|
||
<div id="menu">
|
||
<ul>
|
||
<li><a href="index.html" accesskey="1">首页</a></li>
|
||
<li><a href="https://apps.apple.com/us/app/chaos-heroes-war/id6670391899" accesskey="6">方正游戏</a></li>
|
||
<li><a href="dongtai.html" accesskey="2">最新动态</a></li>
|
||
<li><a href="about_us.html" accesskey="3">关于我们</a></li>
|
||
<li class="active"><a href="cooperation.html" accesskey="4">联系我们</a></li>
|
||
</ul>
|
||
</div>
|
||
</div> -->
|
||
<div class="nav">
|
||
<div class="nav_pc">
|
||
<div class="nav_pc_left">
|
||
<a href="#">
|
||
<img src="images/logo.png">
|
||
<span>Chaos: Heroes War</span>
|
||
</a>
|
||
</div>
|
||
<div id="menu">
|
||
<ul>
|
||
<li><a href="index.html" accesskey="1">HOME</a></li>
|
||
<li>
|
||
<a
|
||
href="https://apps.apple.com/us/app/chaos-heroes-war/id6670391899"
|
||
accesskey="6"
|
||
>Chaos: Heroes War</a
|
||
>
|
||
</li>
|
||
<li><a href="dongtai.html" accesskey="2">NEWS</a></li>
|
||
<li><a href="about_us.html" accesskey="3">About us</a></li>
|
||
<li class="active"><a href="cooperation.html" accesskey="4">Contact us</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 公共头部结束 -->
|
||
<!-- 商务合作内容开始 -->
|
||
<div id="three-column" class="container">
|
||
<div>
|
||
<div class="title">
|
||
<span>CONTACT US</span>
|
||
<h2>聯絡我們</h2>
|
||
</div>
|
||
<div class="con_box">
|
||
<div style="display: flex;flex-direction: column;align-items: center;">
|
||
<span>客服聯絡郵箱:</span>
|
||
<span>(Customer Service Email)</span>
|
||
</div>
|
||
<span style="background-color: #fff;height: 100px;line-height: 100px;width: 60%;margin-left: 6px;padding-left: 12px;box-sizing: border-box;">cfuntech666@gmail.com</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 商务合作内容结束 -->
|
||
<!-- 公共底部开始 -->
|
||
<!-- <div id="footer">
|
||
<p><a href="https://beian.miit.gov.cn/">ICP备案号:沪CP备2025121947号</a> | 主办单位:上海锐光创游信息技术有限公司 | 域名:rgcyx.com</p>
|
||
</div> -->
|
||
<!-- 公共底部结束 -->
|
||
</body>
|
||
</html> |