Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lilei authored and lilei committed Mar 24, 2015
1 parent 9cc448e commit ca40744
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>中搜悦商城</title>
<link href="css/global.css" rel="stylesheet" type="text/css" >
<link href="css/dlcs.css" rel="stylesheet" type="text/css" />
</head>

<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
<section>
<div class="dlcs_top"> <img src="img/yunmall_header.jpg" /> <span class="logo"></span>
<div class="dlcs_android"> <a href="http:https://dl.mall.zhongsou.com/yunmall/yunmall_v1.0_20150206.apk" title="点击直接下载安装">
<div class="dlcs_androidr"> 悦商城Android版&nbsp;1.0&nbsp;下载安装</div>
</a> </div>
<span class="android"></span>
<div class="dlcs_ios">
<p>安装说明:仅支持iOS设备通过safari浏览器访问</p>
<a href="itms-services:https://?action=download-manifest&url=https://ios.zhongsou.com/sc/yunmall.plist" title="点击直接下载安装">
<div class="dlcs_iosr"> 悦商城iOS预览版&nbsp;1.0&nbsp;下载安装</div>
</a>
<h1>悦商城iOS预览版说明:</h1>
<ol class="sy_explain">
<li>支持商城、店铺的基本商品发布功能;</li>
<li>支持商品交换中心非定向信息流转;</li>
<li>支持商城多条件自定义分类货架名称;</li>
<li>支持在线购物功能;</li>
<li>支持中搜币支付;</li>
<li>具备商品多条件配送功能;</li>
<li>支持商品信息高度自定义;</li>
<li>支持广告位多条件链接推荐内容;</li>
<li>支持app首页内容(橱窗、广告位等)形式、尺寸的高度自定义;</li>
<li>全面接入搜悦账户并同步包括中搜币余额在内的用户信息;</li>
<li>iOS、Android全网客户端支持。</li>
</ol>
</div>
</div>
</section>
</body>
</html>
</html>

0 comments on commit ca40744

Please sign in to comment.