first commit
This commit is contained in:
91
moehu/moehu-backend/static/down/index.html
Normal file
91
moehu/moehu-backend/static/down/index.html
Normal file
@@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta name="x5-page-mode" content="app">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-touch-fullscreen" content="yes"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<script>/*@cc_on window.location.href="http://support.dmeng.net/upgrade-your-browser.html?referrer="+encodeURIComponent(window.location.href); @*/</script>
|
||||
<title>萌弧 - 专业的插画分享应用</title>
|
||||
<link rel="shortcut icon" href="./img/ic_launcher.png">
|
||||
<link rel="stylesheet" href="./css/clear.css">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
<link rel="stylesheet" href="http://at.alicdn.com/t/font_2269051_gha251up7ku.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="app_header">
|
||||
<img src="./img/ic_launcher.png" alt="">
|
||||
<p class="app_title">萌弧</p>
|
||||
<span class="version_num">0.0.0</span>
|
||||
<span class="app_count">71.5M / <span>2万+</span>下载 / 1.7万个评论</span>
|
||||
<div class="slide">
|
||||
<p>下拉详情</p>
|
||||
<i class="iconfont icon-xiangxia1"></i>
|
||||
</div>
|
||||
<div class="back_logo"></div>
|
||||
</div>
|
||||
|
||||
<div class="app_download">
|
||||
<div class="down_button">
|
||||
|
||||
</div>
|
||||
<!-- <div id="QRCodeNone" style="display: none;"></div>-->
|
||||
<!-- <div id="down_code"></div>-->
|
||||
<!-- <p>扫码安装App</p>-->
|
||||
</div>
|
||||
|
||||
<div class="app_content">
|
||||
<div class="title">应用简介</div>
|
||||
<ul class="introduction line">
|
||||
<li>一款专业画师交流应用,我们为您提供了更多的机会让您能够和更优秀的画师交流,了解对方近期更新了哪些优秀的作品,您可以对作品进行收藏,点赞,分享,下载,也可以付费向对方进行约稿子等。</li>
|
||||
</ul>
|
||||
<div class="title">应用截图</div>
|
||||
<ul class="screenshot line">
|
||||
<li>
|
||||
<img src="./img/1.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<img src="./img/2.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<img src="./img/3.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<img src="./img/4.jpg" alt="">
|
||||
</li>
|
||||
</ul>
|
||||
<div class="title">新版本特性</div>
|
||||
<ul class="update line">
|
||||
<li class="update_tips">最新版本发布啦,更新了一大波的好用功能,你还在等什么,赶快来下载体验吧!!</li>
|
||||
</ul>
|
||||
<div class="title">详细信息</div>
|
||||
<ul class="detailed line">
|
||||
<li>应用包名:com.picture.peach</li>
|
||||
<li class="update_time">更新时间:xxxx-xx-xx</li>
|
||||
<li>支持ROM:4.0.3+</li>
|
||||
<li>版权所有:安徽虚拟纪元科技有限公司</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="h5_version">
|
||||
<div class="h5_version_l">
|
||||
<img src="./img/ic_launcher.png" alt="">
|
||||
<div class="l_title">
|
||||
<p>萌弧</p>
|
||||
<span>专业的插画交流应用</span>
|
||||
</div>
|
||||
</div>
|
||||
<a target="_blank" class="h5_version_r">下 载</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<script src="./js/jquery.min.js"></script>
|
||||
<!--<script src="./js/qrcode.min.js"></script>-->
|
||||
<script src="./js/index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user